Skip to content

Commit f758977

Browse files
author
Jenkins for ownCloud
committed
[tx-robot] updated from transifex
1 parent 6a21b81 commit f758977

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

News-Android-App/src/main/res/values-fr/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<!--Strings related to login-->
6262
<string name="pref_title_username">Nom d\'utilisateur</string>
6363
<string name="pref_title_password">Mot de passe</string>
64+
<string name="pref_title_owncloudRootPath">adresse racine d\'ownCloud</string>
6465
<string name="pref_default_owncloudRootPath">https://1.2.3.4/owncloud</string>
6566
<!--<string name="pref_default_username">admin</string>-->
6667
<string name="action_sign_in_short">S\'identifier</string>
@@ -80,6 +81,7 @@
8081
<string name="pull_to_refresh_updateItems">Synchronisation des articles</string>
8182
<!--Strings related to Settings-->
8283
<string name="title_activity_settings">Paramètres</string>
84+
<string name="cache_is_cleared">Cache nettoyé! </string>
8385
<!--General settings-->
8486
<string name="pref_header_general">Généraux</string>
8587
<string name="pref_title_general_sort_order">Ordre de tri</string>

News-Android-App/src/main/res/values-id/strings.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<!--Strings related to login-->
5858
<string name="pref_title_username">Nama pengguna</string>
5959
<string name="pref_title_password">Sandi</string>
60+
<string name="pref_title_owncloudRootPath">Alamat root ownCloud</string>
6061
<string name="pref_default_owncloudRootPath">https://1.2.3.4/owncloud</string>
6162
<!--<string name="pref_default_username">admin</string>-->
6263
<string name="action_sign_in_short">Masuk</string>
@@ -73,8 +74,15 @@
7374
<string name="pull_to_refresh_updateFolder">Mensinkronisasi folder</string>
7475
<string name="pull_to_refresh_updateFeeds">Mensinkronisasi feed</string>
7576
<string name="pull_to_refresh_updateItems">Mensinkronisasi item</string>
77+
<plurals name="fetched_items_so_far">
78+
<item quantity="other">Terambil %d item pada saat ini...</item>
79+
</plurals>
7680
<!--Strings related to Settings-->
7781
<string name="title_activity_settings">Setelan</string>
82+
<string name="cache_is_cleared">Cache dibersihkan!</string>
83+
<plurals name="number_of_files">
84+
<item quantity="other">%d Berkas</item>
85+
</plurals>
7886
<!--General settings-->
7987
<string name="pref_header_general">Umum</string>
8088
<string name="pref_title_general_sort_order">Urutan</string>

0 commit comments

Comments
 (0)