diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.com> | 2012-07-16 12:04:49 +0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-07-16 12:04:49 +0400 |
commit | 12cedbff84aa339effbfa613ca9e213f0725b905 (patch) | |
tree | 23c0e29a69e42116378f581e1133084f205b3ffe /core/res | |
parent | 67545e7958f2d5574c4de7b91ccb085cadf70cc7 (diff) | |
parent | d2227a2750a45ea5c65e22d8517cb80c85a7c55c (diff) | |
download | frameworks_base-12cedbff84aa339effbfa613ca9e213f0725b905.zip frameworks_base-12cedbff84aa339effbfa613ca9e213f0725b905.tar.gz frameworks_base-12cedbff84aa339effbfa613ca9e213f0725b905.tar.bz2 |
Merge "Added hungarian translations for missing toast messages" into ics
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values-hu/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values-hu/strings.xml b/core/res/res/values-hu/strings.xml index c5ffae9..b21b191 100644 --- a/core/res/res/values-hu/strings.xml +++ b/core/res/res/values-hu/strings.xml @@ -577,6 +577,11 @@ <item msgid="2506857312718630823">"ICQ"</item> <item msgid="1648797903785279353">"Jabber"</item> </string-array> + + <!-- Hardware Rotation lock string --> + <string name="toast_rotation_unlocked">Képernyő elforgatás engedélyezve</string> + <string name="toast_rotation_locked">Képernyő elforgatás letiltva</string> + <string name="phoneTypeCustom" msgid="1644738059053355820">"Egyéni"</string> <string name="phoneTypeHome" msgid="2570923463033985887">"Otthoni"</string> <string name="phoneTypeMobile" msgid="6501463557754751037">"Mobil"</string> |