2010-10-19 23:24:04 +01:00
<?xml version="1.0" encoding="utf-8"?>
<resources >
2013-09-26 13:12:11 +02:00
<string name= "searchres_napps" > Found %1$d applications matching \'%2$s\':</string>
<string name= "searchres_oneapp" > Found one application matching \'%s\':</string>
<string name= "searchres_noapps" > No applications were found matching \'%s\'</string>
<string name= "SignatureMismatch" > The new version is signed with a different key to the old one. To install the new version, the old one must be uninstalled first. Please do this and try again. (Note that uninstalling will erase any internal data stored by the application)</string>
<string name= "installIncompatible" > It seems like this package is not compatible with your device. Do you want to try and install it anyway?</string>
<string name= "installDowngrade" > You are trying to downgrade this application. Doing so might get it to malfunction and even lose your data. Do you want to try and downgrade it anyway?</string>
2010-12-16 21:40:17 +00:00
<string name= "version" > Version</string>
<string name= "cache_downloaded" > Cache downloaded apps</string>
<string name= "keep_downloaded" > Keep downloaded apk files on SD card</string>
<string name= "updates" > Updates</string>
2013-08-30 14:34:52 +02:00
<string name= "other" > Other</string>
2012-09-28 11:01:25 +02:00
<string name= "last_update_check" > Last repo scan: %s</string>
<string name= "never" > never</string>
2013-10-24 14:21:35 +02:00
2014-01-01 00:38:47 +01:00
<string name= "update_interval" > Automatic update interval</string>
<string name= "update_interval_zero" > No automatic app list updates</string>
2013-10-24 14:21:35 +02:00
<string name= "automatic_scan_wifi" > Only on wifi</string>
2014-01-01 00:38:47 +01:00
<string name= "automatic_scan_wifi_on" > Update app lists automatically only on wifi</string>
<string name= "automatic_scan_wifi_off" > Always update app lists automatically</string>
2013-10-24 14:21:35 +02:00
<string name= "notify" > Notify</string>
<string name= "notify_updates_available" > Notify when new updates are available</string>
<string name= "update_history" > Update history</string>
<string name= "update_history_desc" > Days to show new/updated apps</string>
2013-07-28 13:50:42 +02:00
2013-09-26 13:12:11 +02:00
<string name= "search_results" > Search Results</string>
<string name= "app_details" > App Details</string>
<string name= "no_such_app" > No such app found</string>
2013-07-28 13:50:42 +02:00
2012-08-25 09:57:10 +01:00
<string name= "about_title" > About F-Droid</string>
2010-12-16 21:40:17 +00:00
<string name= "about_desc" > Originally based on Aptoide.\nReleased under the
2013-10-03 19:10:32 +02:00
GNU GPLv3 license.</string>
2010-12-03 20:45:48 +01:00
<string name= "about_site" > Website: </string>
2010-11-12 22:14:25 +00:00
<string name= "about_mail" > Email: </string>
<string name= "about_version" > Version: </string>
2010-12-03 20:45:48 +01:00
<string name= "about_website" > Website</string>
2010-11-07 23:06:46 +00:00
2010-12-05 11:37:39 +00:00
<string name= "no_repo" > You don\'t have any repositories configured!\n\nA
2010-11-07 23:06:46 +00:00
repository is a source of applications. To add one, press the MENU
2010-12-16 21:40:17 +00:00
button now and enter the URL.\n\nA repository address looks something
like
2013-07-28 10:26:58 +01:00
this: https://f-droid.org/repo</string>
2010-10-19 23:24:04 +01:00
2013-05-07 18:32:13 +02:00
<string name= "inst" > Installed</string>
2010-10-19 23:24:04 +01:00
<string name= "not_inst" > Not Installed</string>
2010-11-07 23:06:46 +00:00
2013-09-26 13:12:11 +02:00
<string name= "added_on" > Added on %s</string>
2013-05-07 18:32:13 +02:00
2010-12-03 20:45:48 +01:00
<string name= "ok" > OK</string>
2010-10-19 23:24:04 +01:00
<string name= "yes" > Yes</string>
<string name= "no" > No</string>
<string name= "repo_add_title" > Add new repository</string>
<string name= "repo_add_add" > Add</string>
2010-11-07 23:06:46 +00:00
2010-10-19 23:24:04 +01:00
<string name= "cancel" > Cancel</string>
2013-12-02 20:12:52 -05:00
<string name= "enable" > Enable</string>
<string name= "add_key" > Add Key</string>
<string name= "overwrite" > Overwrite</string>
2010-10-28 17:57:57 +01:00
<string name= "repo_delete_title" > Choose repository to remove</string>
2010-11-07 23:06:46 +00:00
2010-10-19 23:24:04 +01:00
<string name= "repo_update_title" > Update repositories</string>
<string name= "tab_installed" > Installed</string>
<string name= "tab_noninstalled" > Available</string>
<string name= "tab_updates" > Updates</string>
2013-05-07 19:36:46 +02:00
<string name= "one_update_available" > 1 update is available.</string>
<string name= "many_updates_available" > %d updates are available.</string>
<string name= "fdroid_updates_available" > F-Droid Updates Available</string>
2010-10-19 23:24:04 +01:00
<string name= "process_wait_title" > Please Wait</string>
<string name= "process_update_msg" > Updating application list...</string>
<string name= "download_server" > Getting application from</string>
2010-11-07 23:06:46 +00:00
2010-12-03 20:45:48 +01:00
<string name= "repo_add_url" > Repository address</string>
2013-11-19 23:47:05 -05:00
<string name= "repo_add_fingerprint" > fingerprint (optional)</string>
<string name= "repo_exists" > This repo already exists!</string>
2013-12-02 20:12:52 -05:00
<string name= "repo_exists_add_fingerprint" > This repo is already setup, this will add new key information.</string>
<string name= "repo_exists_enable" > This repo is already setup, confirm that you want to re-enable it.</string>
2013-12-02 20:19:50 -05:00
<string name= "repo_exists_and_enabled" > The incoming repo is already setup and enabled!</string>
2013-12-02 20:12:52 -05:00
<string name= "repo_delete_to_overwrite" > You must first delete this repo before you can add one with a different key!</string>
2010-11-07 23:06:46 +00:00
2010-12-03 20:45:48 +01:00
<string name= "repo_alrt" > The list of used repositories has
2010-12-16 21:40:17 +00:00
changed.\nDo you
want to update them?</string>
2010-11-07 23:06:46 +00:00
2012-12-22 17:54:13 +01:00
<string name= "menu_update_repo" > Update Repos</string>
2010-11-07 23:06:46 +00:00
<string name= "menu_manage" > Manage Repos</string>
<string name= "menu_preferences" > Preferences</string>
<string name= "menu_about" > About</string>
2011-01-16 23:06:18 +00:00
<string name= "menu_search" > Search</string>
2010-11-07 23:06:46 +00:00
<string name= "menu_add_repo" > New Repository</string>
<string name= "menu_rem_repo" > Remove Repository</string>
2013-01-28 02:17:20 +02:00
<string name= "menu_launch" > Run</string>
2013-07-15 16:49:03 +02:00
<string name= "menu_share" > Share</string>
2010-11-07 23:06:46 +00:00
<string name= "menu_install" > Install</string>
<string name= "menu_uninstall" > Uninstall</string>
2013-10-10 17:49:31 +02:00
<string name= "menu_ignore_all" > Ignore All Updates</string>
<string name= "menu_ignore_this" > Ignore This Update</string>
2010-12-03 20:45:48 +01:00
<string name= "menu_website" > Website</string>
2010-11-07 23:06:46 +00:00
<string name= "menu_issues" > Issues</string>
<string name= "menu_source" > Source Code</string>
2013-10-25 14:51:50 -04:00
<string name= "menu_upgrade" > Upgrade</string>
2011-02-21 21:33:18 +00:00
<string name= "menu_donate" > Donate</string>
2010-11-07 23:06:46 +00:00
<string name= "details_installed" > Version %s installed</string>
2011-03-22 17:20:41 +01:00
<string name= "details_notinstalled" > Not installed</string>
2010-11-07 23:06:46 +00:00
<string name= "corrupt_download" > Downloaded file is corrupt</string>
2013-09-26 13:12:11 +02:00
<string name= "download_cancelled" > Download cancelled</string>
2010-11-07 23:06:46 +00:00
2013-10-08 14:56:09 +02:00
<string name= "antiadslist" > This app contains advertising</string>
<string name= "antitracklist" > This app tracks and reports your activity</string>
<string name= "antinonfreeadlist" > This app promotes non-free add-ons</string>
<string name= "antinonfreenetlist" > This app promotes non-free network services</string>
<string name= "antinonfreedeplist" > This app depends on other non-free apps</string>
2013-11-27 11:26:52 +00:00
<string name= "antiupstreamnonfreelist" > The upstream source code is not entirely Free</string>
2010-12-16 21:40:17 +00:00
2013-05-11 23:32:18 +02:00
<string name= "display" > Display</string>
2011-01-04 23:52:04 +00:00
<string name= "expert" > Expert</string>
2011-01-17 20:23:55 +00:00
<string name= "expert_mode" > Enable expert mode</string>
2011-01-04 23:52:04 +00:00
2013-10-23 01:13:39 +02:00
<string name= "search_hint" > Search applications</string>
2011-02-13 20:37:35 +01:00
<string name= "db_sync_mode" > Database sync mode</string>
<string name= "db_sync_mode_long" > Set the value of SQLite\'s "synchronous" flag</string>
2011-03-04 23:46:24 +01:00
<string name= "appcompatibility" > Application compatibility</string>
2013-11-02 18:27:02 +01:00
<string name= "show_incompat_versions" > Incompatible versions</string>
<string name= "show_incompat_versions_l" > Show versions of apps that are incompatible with the device</string>
2013-10-23 17:53:36 +02:00
<string name= "rooted" > Root</string>
2013-12-31 21:59:46 +01:00
<string name= "rooted_on" > Do not grey out apps requiring root privileges</string>
<string name= "rooted_off" > Grey out apps requiring root privileges</string>
2012-09-16 11:37:06 +01:00
<string name= "ignoreTouch" > Ignore Touchscreen</string>
2013-12-31 21:59:46 +01:00
<string name= "ignoreTouch_on" > Always include apps that require touchscreen</string>
<string name= "ignoreTouch_off" > Filter apps normally</string>
2013-10-23 01:13:39 +02:00
2012-08-26 09:31:59 +01:00
<string name= "category_all" > All</string>
<string name= "category_whatsnew" > What\'s New</string>
<string name= "category_recentlyupdated" > Recently Updated</string>
2013-09-26 13:12:11 +02:00
<!--
status_download takes four parameters:
- Repository (url)
- Downloaded size (human readable)
- Total size (human readable)
- Percentage complete (int between 0-100)
-->
<string name= "status_download" > Downloading\n%2$s / %3$s (%4$d%%) from\n%1$s</string>
<string name= "status_processing_xml" > Processing application\n%2$d of %3$d from\n%1$s</string>
<string name= "status_connecting_to_repo" > Connecting to\n%1$s</string>
<string name= "status_checking_compatibility" > Checking apps compatibility with your device…</string>
<string name= "no_permissions" > No permissions are used.</string>
<string name= "permissions_for_long" > Permissions for version %s</string>
<string name= "showPermissions" > Show permissions</string>
<string name= "showPermissions_long" > Display a list of permissions an app needs</string>
<string name= "no_handler_app" > You don\'t have any available app that can handle %s</string>
<string name= "compactlayout" > Compact Layout</string>
2014-01-01 01:03:25 +01:00
<string name= "compactlayout_on" > Show icons at a smaller size</string>
<string name= "compactlayout_off" > Show icons at regular size</string>
2013-11-03 16:12:22 +01:00
<string name= "theme" > Theme</string>
2013-04-09 18:31:33 +10:00
2010-10-19 23:24:04 +01:00
</resources>