diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2018-06-03 14:10:22 +0300 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2018-06-03 14:10:22 +0300 |
| commit | 9a74e6d8820133cc43e7ae744ecab0be07ed1168 (patch) | |
| tree | b858381d2ab5ec74e6d46658eb60725c369b1263 | |
| parent | f86e736d8afde030f968917962d0e047dedbc9bd (diff) | |
Automatic translation import
Change-Id: Id592bc3b1f15dbec02cadb4e42cb210d051ddc2f
| -rw-r--r-- | res/values-cs/cm_strings.xml | 6 | ||||
| -rw-r--r-- | res/values-nl/cm_strings.xml | 2 | ||||
| -rw-r--r-- | res/values-uk/cm_strings.xml | 6 |
3 files changed, 12 insertions, 2 deletions
diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml index f157f81..a33c64b 100644 --- a/res/values-cs/cm_strings.xml +++ b/res/values-cs/cm_strings.xml @@ -15,4 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources></resources> +<resources> + <string name="notif_previous">Předchozí</string> + <string name="notif_stop">Zastavit</string> + <string name="notif_next">Další</string> +</resources> diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml index 04611e0..8226fdf 100644 --- a/res/values-nl/cm_strings.xml +++ b/res/values-nl/cm_strings.xml @@ -16,5 +16,7 @@ limitations under the License. --> <resources> + <string name="notif_previous">Vorige</string> + <string name="notif_stop">Stoppen</string> <string name="notif_next">Volgende</string> </resources> diff --git a/res/values-uk/cm_strings.xml b/res/values-uk/cm_strings.xml index f157f81..9afdc16 100644 --- a/res/values-uk/cm_strings.xml +++ b/res/values-uk/cm_strings.xml @@ -15,4 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources></resources> +<resources> + <string name="notif_previous">Попередня</string> + <string name="notif_stop">Зупинити</string> + <string name="notif_next">Наступна</string> +</resources> |
