Add information for translators

This commit is contained in:
auria.mg 2016-08-23 20:01:06 -04:00
parent a07a8b6516
commit 061323ffb0
2 changed files with 9 additions and 7 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: supertuxkart\n" "Project-Id-Version: supertuxkart\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-23 19:52-0400\n" "POT-Creation-Date: 2016-08-23 20:00-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -996,7 +996,8 @@ msgstr ""
#. I18N: ./data/gui/online/guest_login.stkgui #. I18N: ./data/gui/online/guest_login.stkgui
#. I18N: ./data/gui/user_screen.stkgui #. I18N: ./data/gui/user_screen.stkgui
#: src/states_screens/main_menu_screen.cpp:79 #. I18N: Used as a verb, appears on the main menu (login button)
#: src/states_screens/main_menu_screen.cpp:80
msgid "Login" msgid "Login"
msgstr "" msgstr ""
@ -2843,7 +2844,7 @@ msgid "Please wait while addons are updated"
msgstr "" msgstr ""
#: src/states_screens/addons_screen.cpp:551 #: src/states_screens/addons_screen.cpp:551
#: src/states_screens/main_menu_screen.cpp:553 #: src/states_screens/main_menu_screen.cpp:554
msgid "" msgid ""
"Sorry, an error occurred while contacting the add-ons website. Make sure you " "Sorry, an error occurred while contacting the add-ons website. Make sure you "
"are connected to the Internet and that SuperTuxKart is not blocked by a " "are connected to the Internet and that SuperTuxKart is not blocked by a "
@ -3307,25 +3308,25 @@ msgid ""
"Press the 'Select' button to join the game" "Press the 'Select' button to join the game"
msgstr "" msgstr ""
#: src/states_screens/main_menu_screen.cpp:492 #: src/states_screens/main_menu_screen.cpp:493
msgid "" msgid ""
"You can not play online without internet access. If you want to play online, " "You can not play online without internet access. If you want to play online, "
"go to options, select tab 'User Interface', and edit \"Connect to the " "go to options, select tab 'User Interface', and edit \"Connect to the "
"Internet\"." "Internet\"."
msgstr "" msgstr ""
#: src/states_screens/main_menu_screen.cpp:516 #: src/states_screens/main_menu_screen.cpp:517
msgid "" msgid ""
"You can not download addons without internet access. If you want to download " "You can not download addons without internet access. If you want to download "
"addons, go to options, select tab 'User Interface', and edit \"Connect to " "addons, go to options, select tab 'User Interface', and edit \"Connect to "
"the Internet\"." "the Internet\"."
msgstr "" msgstr ""
#: src/states_screens/main_menu_screen.cpp:548 #: src/states_screens/main_menu_screen.cpp:549
msgid "The add-ons module is currently disabled in the Options screen" msgid "The add-ons module is currently disabled in the Options screen"
msgstr "" msgstr ""
#: src/states_screens/main_menu_screen.cpp:560 #: src/states_screens/main_menu_screen.cpp:561
msgid "Please wait while the add-ons are loading" msgid "Please wait while the add-ons are loading"
msgstr "" msgstr ""

View File

@ -76,6 +76,7 @@ bool MainMenuScreen::m_enable_online = false;
MainMenuScreen::MainMenuScreen() : Screen("main_menu.stkgui") MainMenuScreen::MainMenuScreen() : Screen("main_menu.stkgui")
{ {
m_online_string = _("Online"); m_online_string = _("Online");
//I18N: Used as a verb, appears on the main menu (login button)
m_login_string = _("Login"); m_login_string = _("Login");
} // MainMenuScreen } // MainMenuScreen