diff options
author | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-05-17 22:12:08 +0200 |
---|---|---|
committer | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-05-17 22:12:08 +0200 |
commit | 5cd29de0db6a7aa926e68eccb59b894ab82559c4 (patch) | |
tree | 092a2b0fae5c7489a6112c203b88204d3190d665 | |
parent | fb540b2d0da4ead45c7c417611d1181d1c073b58 (diff) | |
download | packages_apps_Browser-5cd29de0db6a7aa926e68eccb59b894ab82559c4.zip packages_apps_Browser-5cd29de0db6a7aa926e68eccb59b894ab82559c4.tar.gz packages_apps_Browser-5cd29de0db6a7aa926e68eccb59b894ab82559c4.tar.bz2 |
Automatic translation import
Change-Id: I84de0f8b6c8894af6083c75ccb5addd27cb928d2
-rw-r--r-- | res/values-be/strings.xml | 3 | ||||
-rw-r--r-- | res/values-nl/cm_strings.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml index ea88766..a4bcf7d 100644 --- a/res/values-be/strings.xml +++ b/res/values-be/strings.xml @@ -63,6 +63,7 @@ <!-- Toast informing the user that loading has stopped for the current page. --> <!-- Menu item to stop the current page from loading. --> <!-- Menu item to reload or refresh the current page. --> + <string name="reload">Абнавіць</string> <!-- Menu item to go back to the previous page --> <!-- Menu item to go to the next page (only useful if the user has previously hit back.) --> <!-- Button label to confirm saving a bookmark. --> @@ -268,6 +269,7 @@ <!-- Settings label --> <!-- Settings summary --> <!-- Settings screen, section title [CHAR LIMIT=50] --> + <string name="pref_extras_title">Падрабязьней</string> <!-- Settings label --> <!-- Settings summary --> <!-- Settings category label [CHAR-LIMIT=50] --> @@ -423,6 +425,7 @@ <!-- Content description for back button [CHAR LIMIT=NONE] --> <!-- Content description for forward button [CHAR LIMIT=NONE] --> <!-- Content description for refresh button [CHAR LIMIT=NONE] --> + <string name="accessibility_button_refresh">Абнавіць старонку</string> <!-- Content description for stop button [CHAR LIMIT=NONE] --> <!-- Content description for add bookmark button [CHAR LIMIT=NONE] --> <!-- Content description for search button [CHAR LIMIT=NONE] --> diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml index 4b2d0f7..9208158 100644 --- a/res/values-nl/cm_strings.xml +++ b/res/values-nl/cm_strings.xml @@ -38,6 +38,6 @@ <string name="permission_not_granted_dialog_title">Machtiging niet verleend</string> <string name="permission_not_granted_dialog_message">Machtiging om naar de externe opslag te schrijven werd niet verleend. Kan update niet downloaden.</string> <string name="browser_error_title">Browserfout</string> - <string name="dialog_dismiss">Weggooien</string> + <string name="dialog_dismiss">Sluiten</string> <string name="error_permissions">De app heeft niet de essentiële machtigingen die nodig zijn om uit te voeren. Controleer de machtigingsinstellingen.</string> </resources> |