Welcome to mirror list, hosted at ThFree Co, Russian Federation.

strings.xml « values-hr « res « main « src « News-Android-App - github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3237b15e66a109935da340128b3131bf13a32092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version='1.0' encoding='UTF-8'?>
<resources>
  <string name="auto_sync_string">Automatsko usklađivanje</string>
  <string name="menu_update">Osvježi</string>
  <!--Action Bar Items-->
  <string name="action_starred">Označeno zvjezdicom</string>
  <string name="action_Share">Podijeli</string>
  <string name="action_save">Snimi</string>
  <string name="action_settings">Postavke</string>
  <!--Add new feed-->
  <!--String related to NewsDetail-ContextMenu Items-->
  <!--Strings related to NewsReaderListDialogFragment (Rename/Remove Feed)-->
  <string name="feed_remove_button">Makni</string>
  <string name="feed_rename_button">Preimenujte</string>
  <!--Strings related to login-->
  <string name="pref_title_username">Korisničko ime</string>
  <string name="pref_title_password">Lozinka</string>
  <string name="action_sign_in_short">Prijava</string>
  <!--Import Accounts-->
  <!--Toast Messages-->
  <!--Strings related to Settings-->
  <string name="title_activity_settings">Postavke</string>
  <!--General settings-->
  <string name="pref_header_general">Općenito</string>
  <string name="warning">Upozorenje</string>
  <!--MemorizingTrustManager-->
  <!--Podcast-->
  <!--Settings for Display-->
  <!--Settings for Notifications-->
  <string name="pref_header_notifications">Notifikacije</string>
  <!--Login Dialog-->
  <string name="login_dialog_title_error">Greška</string>
  <string name="login_dialog_title_security_warning">Sigurnosno upozorenje</string>
  <!--Data & Sync-->
  <!--content description for images and icons-->
  <string name="content_desc_delete">Izbrišite</string>
</resources>