mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.3 KiB
20 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> |
|
<string name="app_name">i2pd</string> |
|
<string name="action_stop">Stop</string> |
|
<string name="action_graceful_stop">Graceful Stop</string> |
|
<string name="action_cancel_graceful_stop">Cancel Graceful Stop</string> |
|
<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> |
|
<string name="already_stopped">Already stopped</string> |
|
<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="gracefulShutdownInProgress">Graceful shutdown in progress</string> |
|
<string name="stopped">Application stopped</string> |
|
<string name="remaining">remaining</string> |
|
<string name="title_activity_i2_pdperms_asker_prompt">Prompt</string> |
|
<string name="permDenied">SD card write permission denied, you need to allow this to continue</string> |
|
</resources>
|
|
|