diff options
author | pinky@build01 <jenkins@cyanogenmod.com> | 2016-09-25 00:16:06 -0700 |
---|---|---|
committer | pinky@build01 <jenkins@cyanogenmod.com> | 2016-09-25 00:16:06 -0700 |
commit | 183a77036d5890f8aca3b7849c92a294dc3dbb95 (patch) | |
tree | 2c694ba5f0727ad57378e91158a6c2a29f074ea3 | |
parent | 12cb7eaef800747dba04c5c1ac9432abc25acbc5 (diff) | |
download | packages_providers_ContactsProvider-183a77036d5890f8aca3b7849c92a294dc3dbb95.zip packages_providers_ContactsProvider-183a77036d5890f8aca3b7849c92a294dc3dbb95.tar.gz packages_providers_ContactsProvider-183a77036d5890f8aca3b7849c92a294dc3dbb95.tar.bz2 |
Automatic translation import
Change-Id: I867550beb45b5f75e2f55a33c2283b7529ad8f78
Ticket: -
-rw-r--r-- | res/values-eo/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml index 03e136d..9b6f174 100644 --- a/res/values-eo/strings.xml +++ b/res/values-eo/strings.xml @@ -19,10 +19,12 @@ apps sharing the uid). --> <!-- This is the label for the application that stores contacts data --> <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings --> + <string name="provider_label">Kontaktoj</string> <!-- Ticker for the notification shown when updating contacts fails because of memory shortage --> <!-- Title for the notification shown when updating contacts fails because of memory shortage --> <!-- Text for the notification shown when updating contacts fails because of memory shortage --> <!-- The name of the default contact directory --> + <string name="default_directory">Kontaktoj</string> <!-- The name of the invisible local contact directory --> <!-- The prefix string before the number used for the display name for the voicemail table. Because of the way this is combined in SQL we can't allow a generic format string. @@ -36,4 +38,5 @@ <!-- Debug tool - email subject [CHAR LIMIT=NONE] --> <!-- Debug tool - email subject [CHAR LIMIT=NONE] --> <!-- Debug tool - email body [CHAR LIMIT=NONE] --> + <string name="group_title_family">"Familio"</string> </resources> |