From 3af88ff8d620791e4d4969e913b46fe34857f9c3 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 29 May 2011 00:26:45 +0200 Subject: Update locales --- locale/poezio.pot | 571 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 420 insertions(+), 151 deletions(-) diff --git a/locale/poezio.pot b/locale/poezio.pot index 939adea1..fc66ac67 100644 --- a/locale/poezio.pot +++ b/locale/poezio.pot @@ -8,140 +8,135 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-06-13 16:13+0200\n" +"POT-Creation-Date: 2011-05-28 23:53+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/connection.py:105 -#, python-format -msgid "" -"Error: Could not authenticate. Please make sure the server you chose (%s) " -"supports anonymous authentication" +#: src/core.py:59 +msgid "A password is required" +msgstr "" + +#: src/core.py:60 +msgid "Permission denied" +msgstr "" + +#: src/core.py:61 +msgid "The room does'nt exist" +msgstr "" + +#: src/core.py:62 +msgid "Your are not allowed to create a new room" +msgstr "" + +#: src/core.py:63 +msgid "A reserved nick must be used" +msgstr "" + +#: src/core.py:64 +msgid "You are not in the member list" +msgstr "" + +#: src/core.py:65 +msgid "This nickname is already in use or has been reserved" +msgstr "" + +#: src/core.py:66 +msgid "The maximum number of users has been reached" msgstr "" -#: src/gui.py:67 +#: src/core.py:113 msgid "" -"Usage: /join [room_name][/nick] [password]\n" +"Usage: /join [room_name][@server][/nick] [password]\n" "Join: Join the specified room. You can specify a nickname after a slash (/). " "If no nickname is specified, you will use the default_nick in the " "configuration file. You can omit the room name: you will then join the room " "you're looking at (useful if you were kicked). You can also provide a " -"password to join the room.\n" +"room_name without specifying a server, the server of the room you're " +"currently in will be used. You can also provide a password to join the " +"room.\n" "Examples:\n" "/join room@server.tld\n" -"/join room@server.tld/ John\n" +"/join room@server.tld/John\n" +"/join room2\n" "/join /me_again\n" "/join\n" "/join room@server.tld/my_nick password\n" -"/join / pass" +"/join / password" msgstr "" -#: src/gui.py:68 -msgid "" -"Usage: /quit\n" -"Quit: Just disconnect from the server and exit poezio." -msgstr "" - -#: src/gui.py:69 +#: src/core.py:114 msgid "" "Usage: /exit\n" "Exit: Just disconnect from the server and exit poezio." msgstr "" -#: src/gui.py:70 +#: src/core.py:115 msgid "" "Usage: /next\n" "Next: Go to the next room." msgstr "" -#: src/gui.py:71 -msgid "" -"Usage: /n\n" -"N: Go to the next room." -msgstr "" - -#: src/gui.py:72 +#: src/core.py:116 msgid "" "Usage: /prev\n" "Prev: Go to the previous room." msgstr "" -#: src/gui.py:73 -msgid "" -"Usage: /p\n" -"P: Go to the previous room." -msgstr "" - -#: src/gui.py:74 +#: src/core.py:117 msgid "" "Usage: /win \n" "Win: Go to the specified room." msgstr "" -#: src/gui.py:75 +#: src/core.py:118 msgid "" "Usage: /w \n" "W: Go to the specified room." msgstr "" -#: src/gui.py:76 -msgid "Usage: /ignore \\Ignore: Ignore a specified nickname." -msgstr "" - -#: src/gui.py:77 +#: src/core.py:119 msgid "" -"Usage: /unignore \\Unignore: Remove the specified nickname from " -"the ignore list." +"Usage: /show [status message]\n" +"Show: Sets your availability and (optionaly) your status message. The " +" argument is one of \"available, chat, away, afk, dnd, busy, xa" +"\" and the optional [status] argument will be your status message." msgstr "" -#: src/gui.py:78 +#: src/core.py:120 msgid "" -"Usage: /part [message]\n" -" Part: disconnect from a room. You can specify an optional message." +"Usage: /status [status message]\n" +"Status: Sets your availability and (optionaly) your status message. The " +" argument is one of \"available, chat, away, afk, dnd, busy, xa" +"\" and the optional [status] argument will be your status message." msgstr "" -#: src/gui.py:79 -msgid "" -"Usage: /show [status]\n" -"Show: Change your availability and (optionaly) your status. The " -" argument is one of \"avail, available, ok, here, chat, away, " -"afk, dnd, busy, xa\" and the optional [message] argument will be your status " -"message" -msgstr "" - -#: src/gui.py:80 +#: src/core.py:121 msgid "" "Usage: /away [message]\n" -"Away: Sets your availability to away and (optional) sets your status " -"message. This is equivalent to '/show away [message]'" +"Away: Sets your availability to away and (optionaly) your status message. " +"This is equivalent to '/status away [message]'" msgstr "" -#: src/gui.py:81 +#: src/core.py:122 msgid "" "Usage: /busy [message]\n" -"Busy: Sets your availability to busy and (optional) sets your status " -"message. This is equivalent to '/show busy [message]'" +"Busy: Sets your availability to busy and (optionaly) your status message. " +"This is equivalent to '/status busy [message]'" msgstr "" -#: src/gui.py:82 -msgid "" -"Usage: /avail [message]\n" -"Avail: Sets your availability to available and (optional) sets your status " -"message. This is equivalent to '/show available [message]'" -msgstr "" - -#: src/gui.py:83 +#: src/core.py:123 msgid "" "Usage: /available [message]\n" -"Available: Sets your availability to available and (optional) sets your " -"status message. This is equivalent to '/show available [message]'" +"Available: Sets your availability to available and (optionaly) your status " +"message. This is equivalent to '/status available [message]'" msgstr "" -#: src/gui.py:84 +#: src/core.py:124 msgid "" "Usage: /bookmark [roomname][/nick]\n" "Bookmark: Bookmark the specified room (you will then auto-join it on each " @@ -151,7 +146,7 @@ msgid "" "room (instead of default_nick)" msgstr "" -#: src/gui.py:85 +#: src/core.py:125 msgid "" "Usage: /set