Skip to content

Commit

Permalink
update strings for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellarlz committed Nov 1, 2017
1 parent 7866de1 commit 96c0185
Show file tree
Hide file tree
Showing 20 changed files with 130 additions and 89 deletions.
181 changes: 96 additions & 85 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,57 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 A.C.R. Development -->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
<?xml version="1.0" encoding="utf-8"?><!-- Copyright 2014 A.C.R. Development -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jtechme.jumpgo"
android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"/>
<uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"/>
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS" />
<uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />

<uses-feature
android:name="android.hardware.location.gps"
android:required="false"/>
android:required="false" />
<uses-feature
android:name="android.hardware.location"
android:required="false"/>
android:required="false" />
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false"/>
android:required="false" />

<uses-permission android:name="android.permission.WAKE_LOCK" />

<application
android:name=".BrowserApp"
android:allowBackup="true"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name">
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round">
<meta-data
android:name="android.webkit.WebView.MetricsOptOut"
android:value="true"/>
android:value="true" />
<meta-data
android:name="android.max_aspect"
android:value="2.1"/>
<!-- Set custom default icon. This is used when no icon is set for incoming notification messages.
See README(https://goo.gl/l4GJaQ) for more. -->
android:value="2.1" />
<!--
Set custom default icon. This is used when no icon is set for incoming notification messages.
See README(https://goo.gl/l4GJaQ) for more.
-->
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_stat_ic_notification" />
<!-- Set color used with incoming notification messages. This is used when no color is set for the incoming
notification message. See README(https://goo.gl/6BKBk7) for more. -->
<!--
Set color used with incoming notification messages. This is used when no color is set for the incoming
notification message. See README(https://goo.gl/6BKBk7) for more.
-->
<meta-data
android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/colorAccent" />

<!-- Samsung multi-window (pre-7.0) -->
<meta-data android:name="com.samsung.android.sdk.multiwindow.enable" android:value="true"/>
<meta-data android:name="android.intent.category.MULTIWINDOW_LAUNCHER" android:value="true"/>
<meta-data android:name="com.sec.android.intent.category.MULTIWINDOW_LAUNCHER" android:value="true"/>
<meta-data
android:name="com.samsung.android.sdk.multiwindow.enable"
android:value="true" />
<meta-data
android:name="android.intent.category.MULTIWINDOW_LAUNCHER"
android:value="true" />
<meta-data
android:name="com.sec.android.intent.category.MULTIWINDOW_LAUNCHER"
android:value="true" />

<activity
android:name=".MainActivity"
Expand All @@ -62,80 +72,80 @@
android:theme="@style/Theme.LightTheme"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.APP_BROWSER"/>
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.APP_BROWSER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="file"/>
<data android:mimeType="text/html"/>
<data android:mimeType="text/plain"/>
<data android:mimeType="application/xhtml+xml"/>
<data android:mimeType="application/vnd.wap.xhtml+xml"/>
<data android:scheme="file" />
<data android:mimeType="text/html" />
<data android:mimeType="text/plain" />
<data android:mimeType="application/xhtml+xml" />
<data android:mimeType="application/vnd.wap.xhtml+xml" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:scheme="about"/>
<data android:scheme="javascript"/>
<data android:scheme="http" />
<data android:scheme="https" />
<data android:scheme="about" />
<data android:scheme="javascript" />
</intent-filter>
<!--
For these schemes where any of these particular MIME types
have been supplied, we are a good candidate.
-->
<intent-filter>
<action android:name="android.intent.action.VIEW"/>

<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT"/>

<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:scheme="inline"/>
<data android:mimeType="text/html"/>
<data android:mimeType="text/plain"/>
<data android:mimeType="application/xhtml+xml"/>
<data android:mimeType="application/vnd.wap.xhtml+xml"/>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />

<data android:scheme="http" />
<data android:scheme="https" />
<data android:scheme="inline" />
<data android:mimeType="text/html" />
<data android:mimeType="text/plain" />
<data android:mimeType="application/xhtml+xml" />
<data android:mimeType="application/vnd.wap.xhtml+xml" />
</intent-filter>
<!-- For viewing saved web archives. -->
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />

<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:scheme="file"/>
<data android:mimeType="application/x-webarchive-xml"/>
<data android:scheme="http" />
<data android:scheme="https" />
<data android:scheme="file" />
<data android:mimeType="application/x-webarchive-xml" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.WEB_SEARCH"/>
<action android:name="android.intent.action.WEB_SEARCH" />

<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:scheme="http" />
<data android:scheme="https" />
</intent-filter>
<intent-filter>
<action android:name="info.guardianproject.panic.action.TRIGGER"/>
<action android:name="info.guardianproject.panic.action.TRIGGER" />

<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
Expand All @@ -144,9 +154,9 @@
android:label="@string/settings"
android:theme="@style/Theme.SettingsTheme">
<intent-filter>
<action android:name="android.intent.action.SETTINGS"/>
<action android:name="android.intent.action.SETTINGS" />

<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
Expand All @@ -158,9 +168,9 @@
android:theme="@style/Theme.DarkTheme"
android:windowSoftInputMode="stateHidden|adjustResize">
<intent-filter>
<action android:name="android.intent.action.INCOGNITO"/>
<action android:name="android.intent.action.INCOGNITO" />

<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
Expand All @@ -169,37 +179,38 @@
android:label="@string/reading_mode"
android:theme="@style/Theme.SettingsTheme">
<intent-filter>
<action android:name="android.intent.action.READING"/>
<action android:name="android.intent.action.READING" />

<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>

<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:grantUriPermissions="true"
android:exported="false">
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/filepaths" />
</provider>

<!-- Firebase Notification Service -->
<service
android:name="message.MyFirebaseMessagingService">
<service android:name="message.MyFirebaseMessagingService">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<!-- There is a problem with messages displaying while app is running -->
<!--<service
<!--
<service
android:exported="false"
android:name="message.MyJobService">
<intent-filter>
<action android:name="com.firebase.jobdispatcher.ACTION_EXECUTE"/>
</intent-filter>
</service>-->
</service>
-->
</application>

</manifest>
2 changes: 1 addition & 1 deletion app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<string name="folder_default">الافتراضي</string>
<string name="folder_custom">مخصص</string>
<string name="jgh">موقع JumpGo</string>
<string name="jgh_description">الصفحة المنتقل JumpGo</string>
<string name="jgh_description">تعرف JumpGo</string>
<string name="tabs_in_drawer">اظهار علامات التبويب فى درج الملاحة</string>
<string name="this_project">هذا المشروع GitHub</string>
<string name="settings_display_explain">وضع الشاشة الكاملة, حجم النص, الخ..</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,6 @@
<string name="settings_display_explain">Vollbildmodus, Schriftgröße, usw...</string>
<string name="settings_general_explain">Adblock, Suchmaschine, Homepage ...</string>
<string name="settings_privacy_explain">Cache, Cookies, Verlauf, usw...</string>
<string name="jgh_description">Erfahren Sie mehr über JumpGo</string>
<string name="jgh">JumpGo Home</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,6 @@
<string name="settings_privacy">Ρυθμίσεις ιδιωτικότητας</string>
<string name="settings_about">Σχετικά</string>
<string name="settings_about_explain">Λεπτομέρειες για την έκδοση, τον συγγραφέα και τις άδειες.</string>
<string name="jgh_description">Μάθετε JumpGo</string>
<string name="jgh">JumpGo Home</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,6 @@

<string name="problem_download">La dirección no es válida, no se pudo descargar</string>
<string name="problem_location_download">No se pudo descargar en la localización específica</string>
<string name="jgh_description">Conozca JumpGo</string>
<string name="jgh">JumpGo Home</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,6 @@
<string name="dialog_rename_folder">Renommer de dossier</string>
<string name="dialog_remove_folder">Supprimer le dossier</string>
<string name="dialog_title_close_browser">Fermer le navigateur</string>
<string name="jgh_description">En savoir plus sur JumpGo</string>
<string name="jgh">Accueil JumpGo</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-hu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,6 @@
<string name="action_add_to_homescreen">Hozzáadás a kezdőképernyőhöz</string>
<string name="message_added_to_homescreen">Parancsikon hozzáadva a kezdőképernyőhöz</string>
<string name="action_delete_all_bookmarks">Összes könyvjelző törlése</string>
<string name="jgh_description">Tudjon meg többet a JumpGo</string>
<string name="jgh">JumpGo Home</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,6 @@
<string name="dialog_rename_folder">Rinomina cartella</string>
<string name="dialog_remove_folder">Rimuovi cartella</string>
<string name="dialog_title_close_browser">Chiudi browser</string>
<string name="jgh_description">Scopri JumpGo</string>
<string name="jgh">JumpGo Home</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-iw/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
<string name="home">דף הבית</string>
<string name="fullscreen">הפעל מצב מסך מלא</string>
<string name="java">הפעל JavaScript</string>
<string name="jgh_description">למד אודות JumpGo</string>
<string name="jgh">הבית JumpGo</string>

</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,6 @@
<string name="dialog_title_close_browser">タブの消去</string>
<string name="dialog_delete_download">ダウンロードの削除</string>
<string name="dialog_delete_all_downloads">ダウンロードの全削除</string>
<string name="jgh_description">JumpGo について学ぶ</string>
<string name="jgh">JumpGo ホーム</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,6 @@
<string name="invert_color">색상 반전</string>
<string name="dark_theme">어두운 테마 사용</string>
<string name="tabs">탭</string>
<string name="jgh_description">JumpGo 대해 알아보기</string>
<string name="jgh">JumpGo 홈</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-lt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string name="name_normal">Normalus</string>
<string name="port">Portas:</string>
<string name="jgh">JumpGo namo</string>
<string name="jgh_description">JumpGo Pradžios puslapis</string>
<string name="jgh_description">Sužinokite apie JumpGo</string>
<string name="tabs_in_drawer">Rodo skirtukai navigacijos stalčių</string>
<string name="home">Lietuva</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,6 @@
<string name="action_add_to_homescreen">Voeg aan startscherm toe</string>
<string name="message_added_to_homescreen">Snelkoppeling aan startscherm toegevoegd</string>
<string name="action_delete_all_bookmarks">Verwijder alle bladwijzers</string>
<string name="jgh_description">Meer informatie over JumpGo</string>
<string name="jgh">JumpGo Home</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,6 @@
<string name="hosts_source">Źródło filtrów blokujących reklamy</string>
<string name="settings_adblock">Ustawienia blokowania reklam</string>
<string name="tabs_in_drawer">Pokazuj karty w bocznym menu</string>
<string name="jgh_description">Poznaj JumpGo</string>
<string name="jgh">JumpGo strona główna</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,6 @@
<string name="dialog_rename_folder">Renomear pasta</string>
<string name="dialog_remove_folder">Remover pasta</string>
<string name="dialog_title_close_browser">Fechar navegador</string>
<string name="jgh_description">Saiba mais sobre JumpGo</string>
<string name="jgh">JumpGo Início</string>
</resources>
Loading

0 comments on commit 96c0185

Please sign in to comment.