diff options
| author | Jessica Wagantall <jwagantall@cyngn.com> | 2016-05-18 11:50:49 -0700 |
|---|---|---|
| committer | Jessica Wagantall <jwagantall@cyngn.com> | 2016-05-18 11:50:49 -0700 |
| commit | 5e8f426ca086d0ccb70aed87a95e90a94040f140 (patch) | |
| tree | 551217e5d1a3746cf81253f258fcb4db7b1f9b20 | |
| parent | 2272ddcc40a073d4aeddec39913f1bef96a91847 (diff) | |
| download | packages_apps_PhoneCommon-5e8f426ca086d0ccb70aed87a95e90a94040f140.tar.gz packages_apps_PhoneCommon-5e8f426ca086d0ccb70aed87a95e90a94040f140.tar.bz2 packages_apps_PhoneCommon-5e8f426ca086d0ccb70aed87a95e90a94040f140.zip | |
Automatic translation import
Change-Id: Id5cae4bc1603369d0d470d9cf3b5b2b7180ff75f
Ticket: RM-214
| -rw-r--r-- | res/values-be/strings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml index 7739b8f..e069eb0 100644 --- a/res/values-be/strings.xml +++ b/res/values-be/strings.xml @@ -17,17 +17,28 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- The digit to be displayed on the 0 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]--> + <string name="dialpad_0_number">0</string> <!-- The digit to be displayed on the 1 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]--> + <string name="dialpad_1_number">1</string> <!-- The digit to be displayed on the 2 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]--> + <string name="dialpad_2_number">2</string> <!-- The digit to be displayed on the 3 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]--> + <string name="dialpad_3_number">3</string> <!-- The digit to be displayed on the 4 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]--> + <string name="dialpad_4_number">4</string> <!-- The digit to be displayed on the 5 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]--> + <string name="dialpad_5_number">5</string> <!-- The digit to be displayed on the 6 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]--> + <string name="dialpad_6_number">6</string> <!-- The digit to be displayed on the 7 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]--> <!-- The digit to be displayed on the 8 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]--> + <string name="dialpad_8_number">8</string> <!-- The digit to be displayed on the 9 key of the dialpad [TRANSLATE FOR FA ONLY] [CHAR LIMIT=1]--> + <string name="dialpad_9_number">9</string> <!-- Do not translate. --> + <string name="dialpad_star_number">*</string> <!-- Do not translate. --> + <string name="dialpad_pound_number">#</string> <!-- Do not translate. --> <!-- Do not translate. --> <!-- Do not translate. --> |
