2016-07-09 20:54:11 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-01-18 12:44:30 +00:00
<resources xmlns:tools= "http://schemas.android.com/tools" tools:ignore= "MissingTranslation" >
2016-07-09 20:54:11 +00:00
<string name= "app_name" > i2pd</string>
2020-04-11 20:28:45 +00:00
2018-02-07 19:48:51 +00:00
<string name= "action_stop" > Stop</string>
<string name= "action_graceful_stop" > Graceful Stop</string>
2019-01-18 12:44:30 +00:00
<string name= "action_cancel_graceful_stop" > Cancel Graceful Stop</string>
2020-04-11 20:28:45 +00:00
<string name= "action_reload_tunnels_config" > Reload tunnels</string>
<string name= "action_start_webview" > Open Web Console</string>
2018-02-07 19:48:51 +00:00
<string name= "graceful_stop_is_already_in_progress" > Graceful stop is already in progress</string>
<string name= "graceful_stop_is_in_progress" > Graceful stop is in progress</string>
2020-04-11 20:28:45 +00:00
<string name= "gracefulShutdownInProgress" > Graceful shutdown in progress</string>
2018-02-07 19:48:51 +00:00
<string name= "already_stopped" > Already stopped</string>
2019-01-18 12:44:30 +00:00
<string name= "uninitialized" > Application initializing</string>
<string name= "starting" > Application starting</string>
<string name= "jniLibraryLoaded" > Loaded JNI libraries</string>
<string name= "startedOkay" > Application Started</string>
<string name= "startFailed" > Start failed</string>
<string name= "stopped" > Application stopped</string>
2018-02-07 19:49:37 +00:00
<string name= "remaining" > remaining</string>
2020-04-11 20:28:45 +00:00
<string name= "ok" > OK</string>
2018-02-17 15:55:30 +00:00
<string name= "title_activity_i2_pdperms_asker_prompt" > Prompt</string>
2019-03-20 20:42:19 +00:00
<string name= "permDenied" > SD card write permission denied, you need to allow this to continue</string>
2020-04-11 20:28:45 +00:00
<string name= "permRequired" > SD card write access is required to write the keys and other files to the I2PD folder on SD card.</string>
<string name= "retryPermRequest" > Retry requesting the SD card write permissions</string>
<string name= "menu_item_battery_optimizations_str" > Battery Optimizations</string>
2019-08-22 02:00:50 +00:00
<string name= "battery_optimizations_enabled" > Battery optimizations enabled</string>
2019-08-24 09:50:30 +00:00
<string name= "battery_optimizations_enabled_explained" > Your Android is doing some heavy battery optimizations on I2PD that might lead to daemon closing with no other reason.\nIt is recommended to allow disabling those battery optimizations.</string>
2020-04-11 20:28:45 +00:00
<string name= "battery_optimizations_enabled_dialog" > Your Android is doing some heavy battery optimizations on I2PD that might lead to daemon closing with no other reason.\n\nYou will now be asked to allow to disable those.</string>
2019-08-24 09:50:30 +00:00
<string name= "continue_str" > Continue</string>
<string name= "device_does_not_support_disabling_battery_optimizations" > Your Android version does not support opting out of battery optimizations</string>
<string name= "os_version_does_not_support_battery_optimizations_show_os_dialog_api" > Your Android OS version does not support showing the dialog for battery optimizations for applications.</string>
2020-04-11 20:28:45 +00:00
2019-08-24 11:12:11 +00:00
<string name= "shutdown_canceled" > Planned shutdown canceled</string>
2020-04-11 20:28:45 +00:00
<string name= "tunnels_reloading" > Reloading tunnels config...</string>
2016-07-09 20:54:11 +00:00
</resources>