aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Castricum2014-08-19 20:32:00 +0200
committerBen Castricum2014-08-28 20:46:30 +0200
commit0d215badf78056cb72672bdaa6dfdeb5b79491e8 (patch)
treee11d486352227ee5be66aebd43bf00f3d67d9a1c
parentfd2ee7921f9410241a96516c06387a12c9ac3bec (diff)
downloadscummvm-rg350-0d215badf78056cb72672bdaa6dfdeb5b79491e8.tar.gz
scummvm-rg350-0d215badf78056cb72672bdaa6dfdeb5b79491e8.tar.bz2
scummvm-rg350-0d215badf78056cb72672bdaa6dfdeb5b79491e8.zip
GUI: change FullScreen into fullscreen
This makes it consistant with other references to fullscreen.
-rw-r--r--base/main.cpp2
-rw-r--r--gui/gui-manager.cpp2
-rw-r--r--po/be_BY.po2
-rw-r--r--po/ca_ES.po2
-rw-r--r--po/cs_CZ.po2
-rw-r--r--po/da_DA.po2
-rw-r--r--po/de_DE.po2
-rw-r--r--po/es_ES.po2
-rw-r--r--po/eu.po2
-rw-r--r--po/fi_FI.po2
-rw-r--r--po/fr_FR.po2
-rw-r--r--po/gl_ES.po2
-rw-r--r--po/hu_HU.po2
-rw-r--r--po/it_IT.po2
-rw-r--r--po/nb_NO.po2
-rw-r--r--po/nn_NO.po2
-rw-r--r--po/pl_PL.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/ru_RU.po2
-rw-r--r--po/scummvm.pot2
-rw-r--r--po/se_SE.po2
-rw-r--r--po/uk_UA.po2
22 files changed, 22 insertions, 22 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 7451c007a4..b5de7d94d2 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -323,7 +323,7 @@ static void setupKeymapper(OSystem &system) {
act = new Action(primaryGlobalKeymap, "REMP", _("Remap keys"));
act->addEvent(EVENT_KEYMAPPER_REMAP);
- act = new Action(primaryGlobalKeymap, "FULS", _("Toggle FullScreen"));
+ act = new Action(primaryGlobalKeymap, "FULS", _("Toggle fullscreen"));
act->addKeyEvent(KeyState(KEYCODE_RETURN, ASCII_RETURN, KBD_ALT));
mapper->addGlobalKeymap(primaryGlobalKeymap);
diff --git a/gui/gui-manager.cpp b/gui/gui-manager.cpp
index 80c3c2a552..9b6cf5a0b6 100644
--- a/gui/gui-manager.cpp
+++ b/gui/gui-manager.cpp
@@ -128,7 +128,7 @@ void GuiManager::initKeymap() {
act = new Action(guiMap, "REMP", _("Remap keys"));
act->addEvent(EVENT_KEYMAPPER_REMAP);
- act = new Action(guiMap, "FULS", _("Toggle FullScreen"));
+ act = new Action(guiMap, "FULS", _("Toggle fullscreen"));
act->addKeyEvent(KeyState(KEYCODE_RETURN, ASCII_RETURN, KBD_ALT));
mapper->addGlobalKeymap(guiMap);
diff --git a/po/be_BY.po b/po/be_BY.po
index 05b18da7de..9a92496021 100644
--- a/po/be_BY.po
+++ b/po/be_BY.po
@@ -90,7 +90,7 @@ msgid "Remap keys"
msgstr "¿ÕàÐßàë×ÝÐçëæì ÚÛÐÒöèë"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "¿ÕàÐÚÛîçíÝÝÕ ÝÐ þÒÕáì íÚàÐÝ"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/ca_ES.po b/po/ca_ES.po
index 2eeecc2707..ed9d6f8397 100644
--- a/po/ca_ES.po
+++ b/po/ca_ES.po
@@ -87,7 +87,7 @@ msgid "Remap keys"
msgstr "Assigna les tecles"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Commuta la pantalla completa"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index 1bdbb44e1f..743d576912 100644
--- a/po/cs_CZ.po
+++ b/po/cs_CZ.po
@@ -91,7 +91,7 @@ msgid "Remap keys"
msgstr "Pøemapovat klávesy"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Pøepnout celou obrazovku"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/da_DA.po b/po/da_DA.po
index 054defc336..ec36c9430d 100644
--- a/po/da_DA.po
+++ b/po/da_DA.po
@@ -89,7 +89,7 @@ msgid "Remap keys"
msgstr "Kortlæg taster"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Skift fuldskærm"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/de_DE.po b/po/de_DE.po
index 7a8de53661..13bbc4e8be 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -88,7 +88,7 @@ msgid "Remap keys"
msgstr "Tasten neu zuweisen"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Vollbild EIN/AUS"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/es_ES.po b/po/es_ES.po
index 207637ec27..3c786c1c1c 100644
--- a/po/es_ES.po
+++ b/po/es_ES.po
@@ -88,7 +88,7 @@ msgid "Remap keys"
msgstr "Asignar teclas"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Activar/Desactivar pantalla completa"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/eu.po b/po/eu.po
index 6b1e012324..98ef750278 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -88,7 +88,7 @@ msgid "Remap keys"
msgstr "Teklak esleitu"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Txandakatu pantaila osoa"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/fi_FI.po b/po/fi_FI.po
index 92e0e0513f..7f0404bc6c 100644
--- a/po/fi_FI.po
+++ b/po/fi_FI.po
@@ -89,7 +89,7 @@ msgid "Remap keys"
msgstr "Määritä näppäimet uudelleen"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Kokoruututilan vaihto"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/fr_FR.po b/po/fr_FR.po
index e45da9014a..d1f0b9e887 100644
--- a/po/fr_FR.po
+++ b/po/fr_FR.po
@@ -89,7 +89,7 @@ msgid "Remap keys"
msgstr "Changer l'affectation des touches"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Basculer en plein écran"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/gl_ES.po b/po/gl_ES.po
index 5d6c0461af..90ca2b4e9a 100644
--- a/po/gl_ES.po
+++ b/po/gl_ES.po
@@ -88,7 +88,7 @@ msgid "Remap keys"
msgstr "Asignar teclas"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Activar/desactivar pantalla completa"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/hu_HU.po b/po/hu_HU.po
index 4ae5539d0d..3d3be1ddd6 100644
--- a/po/hu_HU.po
+++ b/po/hu_HU.po
@@ -90,7 +90,7 @@ msgid "Remap keys"
msgstr "Billentyûk átállítása"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Teljesképernyõ kapcsoló"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/it_IT.po b/po/it_IT.po
index 020e91f0cc..8dcf7c3cc7 100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -87,7 +87,7 @@ msgid "Remap keys"
msgstr "Riprogramma tasti"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Attiva / disattiva schermo intero"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 3877285ae7..14cb91774f 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -90,7 +90,7 @@ msgid "Remap keys"
msgstr "Omkoble taster"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Veksle fullskjerm"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/nn_NO.po b/po/nn_NO.po
index f1fbffe26d..6856115459 100644
--- a/po/nn_NO.po
+++ b/po/nn_NO.po
@@ -90,7 +90,7 @@ msgid "Remap keys"
msgstr "Omkople tastar"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Veksle fullskjerm"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/pl_PL.po b/po/pl_PL.po
index d287f35f0c..66781b36f2 100644
--- a/po/pl_PL.po
+++ b/po/pl_PL.po
@@ -91,7 +91,7 @@ msgid "Remap keys"
msgstr "Dostosuj klawisze"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "W³±cz/wy³±cz pe³ny ekran"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 0e892816c3..d5ec44b2dc 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -93,7 +93,7 @@ msgstr "Remapear teclas"
#: gui/gui-manager.cpp:131 base/main.cpp:326
#, fuzzy
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Habilita Tela Cheia"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/ru_RU.po b/po/ru_RU.po
index e040ec0ae7..61662472a0 100644
--- a/po/ru_RU.po
+++ b/po/ru_RU.po
@@ -90,7 +90,7 @@ msgid "Remap keys"
msgstr "¿ÕàÕÝÐ×ÝÐçØâì ÚÛÐÒØèØ"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "¿ÕàÕÚÛîçÕÝØÕ ÝÐ ÒÕáì íÚàÐÝ"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/scummvm.pot b/po/scummvm.pot
index 8ad1be2bdc..0fc2712693 100644
--- a/po/scummvm.pot
+++ b/po/scummvm.pot
@@ -88,7 +88,7 @@ msgid "Remap keys"
msgstr ""
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr ""
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/se_SE.po b/po/se_SE.po
index e02625192a..f8ac8ecd90 100644
--- a/po/se_SE.po
+++ b/po/se_SE.po
@@ -90,7 +90,7 @@ msgid "Remap keys"
msgstr "Ställ in tangenter"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "Fullskärmsläge"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145
diff --git a/po/uk_UA.po b/po/uk_UA.po
index 31381d21b9..b80fc77662 100644
--- a/po/uk_UA.po
+++ b/po/uk_UA.po
@@ -90,7 +90,7 @@ msgid "Remap keys"
msgstr "¿ÕàÕßàØ×ÝÐçØâØ ÚÛÐÒöèö"
#: gui/gui-manager.cpp:131 base/main.cpp:326
-msgid "Toggle FullScreen"
+msgid "Toggle fullscreen"
msgstr "¿ÕàÕÜÚÝãâØ ßÞÒÝÞÕÚàÐÝÝØÙ àÕÖØÜ"
#: gui/KeysDialog.h:36 gui/KeysDialog.cpp:145