Commit 0f455456eed8fb1d9f88eebf85d8434980c0dc81
Committed by
Antonio Terceiro
1 parent
87477114
Exists in
master
and in
28 other branches
Fixing translation problems
(ActionItem1370)
Showing
7 changed files
with
133 additions
and
81 deletions
Show diff stats
app/views/cms/view.rhtml
... | ... | @@ -36,9 +36,9 @@ |
36 | 36 | <td> |
37 | 37 | <%= image_tag 'icons-mime/gnome-folder.png' %> |
38 | 38 | <% if @article.parent %> |
39 | - <%= link_to '.. (parent folder)', :action => 'view', :id => @article.parent.id %> | |
39 | + <%= link_to '.. (' + _('parent folder') + ')', :action => 'view', :id => @article.parent.id %> | |
40 | 40 | <% else %> |
41 | - <%= link_to '.. (parent folder)', :action => 'index' %> | |
41 | + <%= link_to '.. (' + _('parent folder') + ')', :action => 'index' %> | |
42 | 42 | <% end %> |
43 | 43 | </td> |
44 | 44 | <td><%= Folder.short_description %></td> | ... | ... |
po/de/noosfero.po
... | ... | @@ -6,8 +6,8 @@ |
6 | 6 | # |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | -"Project-Id-Version: noosfero 0.21.0\n" | |
10 | -"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
9 | +"Project-Id-Version: noosfero 0.21.3\n" | |
10 | +"POT-Creation-Date: 2010-01-13 13:04-0300\n" | |
11 | 11 | "PO-Revision-Date: 2009-11-06 16:07-0300\n" |
12 | 12 | "Last-Translator: Ronny Kursawe <kursawe.ronny@googlemail.com>\n" |
13 | 13 | "Language-Team: German <de@li.org>\n" |
... | ... | @@ -1132,40 +1132,40 @@ msgstr "" |
1132 | 1132 | "Es ist Ihnen nicht erlaubt diesen Inhalt anzusehen. Sie können den Besitzer " |
1133 | 1133 | "dieses Profiles kontaktieren und um Erlaubnis fragen." |
1134 | 1134 | |
1135 | -#: app/controllers/public/content_viewer_controller.rb:112 | |
1135 | +#: app/controllers/public/content_viewer_controller.rb:115 | |
1136 | 1136 | msgid "Comment succesfully deleted" |
1137 | 1137 | msgstr "Kommentar erfolgreich gelöscht" |
1138 | 1138 | |
1139 | -#: app/controllers/public/account_controller.rb:30 | |
1139 | +#: app/controllers/public/account_controller.rb:31 | |
1140 | 1140 | msgid "Logged in successfully" |
1141 | 1141 | msgstr "Erfolgreich angemeldet" |
1142 | 1142 | |
1143 | -#: app/controllers/public/account_controller.rb:33 | |
1143 | +#: app/controllers/public/account_controller.rb:34 | |
1144 | 1144 | msgid "Incorrect username or password" |
1145 | 1145 | msgstr "Falscher User-Name oder falsches Passwort" |
1146 | 1146 | |
1147 | -#: app/controllers/public/account_controller.rb:71 | |
1147 | +#: app/controllers/public/account_controller.rb:72 | |
1148 | 1148 | #, fuzzy |
1149 | 1149 | msgid "Thanks for signing up!" |
1150 | 1150 | msgstr "Vielen Dank!" |
1151 | 1151 | |
1152 | -#: app/controllers/public/account_controller.rb:110 | |
1152 | +#: app/controllers/public/account_controller.rb:111 | |
1153 | 1153 | msgid "You have been logged out." |
1154 | 1154 | msgstr "Sie haben sich abgemeldet." |
1155 | 1155 | |
1156 | -#: app/controllers/public/account_controller.rb:121 | |
1156 | +#: app/controllers/public/account_controller.rb:122 | |
1157 | 1157 | msgid "Your password has been changed successfully!" |
1158 | 1158 | msgstr "Ihr Passwort wurde erfolgreich geändert!" |
1159 | 1159 | |
1160 | -#: app/controllers/public/account_controller.rb:124 | |
1160 | +#: app/controllers/public/account_controller.rb:125 | |
1161 | 1161 | msgid "The supplied current password is incorrect." |
1162 | 1162 | msgstr "Das übermittelte aktuelle Passwort ist falsch." |
1163 | 1163 | |
1164 | -#: app/controllers/public/account_controller.rb:226 | |
1164 | +#: app/controllers/public/account_controller.rb:227 | |
1165 | 1165 | msgid "Available!" |
1166 | 1166 | msgstr "Verfügbar!" |
1167 | 1167 | |
1168 | -#: app/controllers/public/account_controller.rb:229 | |
1168 | +#: app/controllers/public/account_controller.rb:230 | |
1169 | 1169 | msgid "Unavailable!" |
1170 | 1170 | msgstr "Nicht verfügbar!" |
1171 | 1171 | |
... | ... | @@ -2183,11 +2183,11 @@ msgstr "Tags werden erstellt, wenn Sie diese ihrem Inhalt hinzufügen. <p/> " |
2183 | 2183 | msgid "tags|View all" |
2184 | 2184 | msgstr "zeige alle" |
2185 | 2185 | |
2186 | -#: app/models/add_friend.rb:21 app/models/invite_friend.rb:45 | |
2186 | +#: app/models/add_friend.rb:23 app/models/invite_friend.rb:45 | |
2187 | 2187 | msgid "%s wants to be your friend." |
2188 | 2188 | msgstr "%s möchte Ihr Freund werden." |
2189 | 2189 | |
2190 | -#: app/models/add_friend.rb:30 | |
2190 | +#: app/models/add_friend.rb:32 | |
2191 | 2191 | msgid "" |
2192 | 2192 | "You need to login to %{system} in order to accept %{requestor} as your " |
2193 | 2193 | "friend." |
... | ... | @@ -3027,6 +3027,10 @@ msgstr "bestätigt" |
3027 | 3027 | msgid "domain" |
3028 | 3028 | msgstr "domain" |
3029 | 3029 | |
3030 | +#: app/models/domain.rb:- | |
3031 | +msgid "Google maps key" | |
3032 | +msgstr "" | |
3033 | + | |
3030 | 3034 | #: app/models/domain.rb:13 |
3031 | 3035 | msgid "" |
3032 | 3036 | "%{fn} must be composed only of lowercase latters (a to z), numbers (0 to 9) " |
... | ... | @@ -3544,6 +3548,11 @@ msgstr "Aktueller Ordner:" |
3544 | 3548 | msgid "Actions" |
3545 | 3549 | msgstr "Aktionen" |
3546 | 3550 | |
3551 | +#: app/views/cms/view.rhtml:39 app/views/cms/view.rhtml:41 | |
3552 | +#, fuzzy | |
3553 | +msgid "parent folder" | |
3554 | +msgstr "Aktueller Ordner:" | |
3555 | + | |
3547 | 3556 | #: app/views/cms/view.rhtml:60 |
3548 | 3557 | msgid "Properties" |
3549 | 3558 | msgstr "Eigenschaften" | ... | ... |
po/fr/noosfero.po
... | ... | @@ -4,9 +4,9 @@ |
4 | 4 | # , 2009. |
5 | 5 | msgid "" |
6 | 6 | msgstr "" |
7 | -"Project-Id-Version: noosfero 0.21.0\n" | |
7 | +"Project-Id-Version: noosfero 0.21.3\n" | |
8 | 8 | "Report-Msgid-Bugs-To: \n" |
9 | -"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
9 | +"POT-Creation-Date: 2010-01-13 13:04-0300\n" | |
10 | 10 | "PO-Revision-Date: 2009-12-04 18:46-0300\n" |
11 | 11 | "Last-Translator: Jean-Claude Bulliard <jcb@bulliard-consulting.com>\n" |
12 | 12 | "Language-Team: American English <kde-i18n-doc@kde.org>\n" |
... | ... | @@ -1144,39 +1144,39 @@ msgstr "" |
1144 | 1144 | "Vous n'êtes pas autorisé(e) à voir ce contenu. Vous pouvez contacter son " |
1145 | 1145 | "propriétaire pour lui en demander l'accès. " |
1146 | 1146 | |
1147 | -#: app/controllers/public/content_viewer_controller.rb:112 | |
1147 | +#: app/controllers/public/content_viewer_controller.rb:115 | |
1148 | 1148 | msgid "Comment succesfully deleted" |
1149 | 1149 | msgstr "Le commentaire a bien été effacé" |
1150 | 1150 | |
1151 | -#: app/controllers/public/account_controller.rb:30 | |
1151 | +#: app/controllers/public/account_controller.rb:31 | |
1152 | 1152 | msgid "Logged in successfully" |
1153 | 1153 | msgstr "Connexion réussie" |
1154 | 1154 | |
1155 | -#: app/controllers/public/account_controller.rb:33 | |
1155 | +#: app/controllers/public/account_controller.rb:34 | |
1156 | 1156 | msgid "Incorrect username or password" |
1157 | 1157 | msgstr "Identifiant ou mot de passe incorrect" |
1158 | 1158 | |
1159 | -#: app/controllers/public/account_controller.rb:71 | |
1159 | +#: app/controllers/public/account_controller.rb:72 | |
1160 | 1160 | msgid "Thanks for signing up!" |
1161 | 1161 | msgstr "Merci de vous être inscrit(e) !" |
1162 | 1162 | |
1163 | -#: app/controllers/public/account_controller.rb:110 | |
1163 | +#: app/controllers/public/account_controller.rb:111 | |
1164 | 1164 | msgid "You have been logged out." |
1165 | 1165 | msgstr "Vous avez été déconnecté(e)." |
1166 | 1166 | |
1167 | -#: app/controllers/public/account_controller.rb:121 | |
1167 | +#: app/controllers/public/account_controller.rb:122 | |
1168 | 1168 | msgid "Your password has been changed successfully!" |
1169 | 1169 | msgstr "Votre mot de passe a bien été modifié !" |
1170 | 1170 | |
1171 | -#: app/controllers/public/account_controller.rb:124 | |
1171 | +#: app/controllers/public/account_controller.rb:125 | |
1172 | 1172 | msgid "The supplied current password is incorrect." |
1173 | 1173 | msgstr "Le mot de passe actuel fourni est incorrect." |
1174 | 1174 | |
1175 | -#: app/controllers/public/account_controller.rb:226 | |
1175 | +#: app/controllers/public/account_controller.rb:227 | |
1176 | 1176 | msgid "Available!" |
1177 | 1177 | msgstr "Disponible !" |
1178 | 1178 | |
1179 | -#: app/controllers/public/account_controller.rb:229 | |
1179 | +#: app/controllers/public/account_controller.rb:230 | |
1180 | 1180 | msgid "Unavailable!" |
1181 | 1181 | msgstr "Indisponible" |
1182 | 1182 | |
... | ... | @@ -2222,11 +2222,11 @@ msgstr "" |
2222 | 2222 | msgid "tags|View all" |
2223 | 2223 | msgstr "Voir tout" |
2224 | 2224 | |
2225 | -#: app/models/add_friend.rb:21 app/models/invite_friend.rb:45 | |
2225 | +#: app/models/add_friend.rb:23 app/models/invite_friend.rb:45 | |
2226 | 2226 | msgid "%s wants to be your friend." |
2227 | 2227 | msgstr "%s veut être votre contact." |
2228 | 2228 | |
2229 | -#: app/models/add_friend.rb:30 | |
2229 | +#: app/models/add_friend.rb:32 | |
2230 | 2230 | msgid "" |
2231 | 2231 | "You need to login to %{system} in order to accept %{requestor} as your " |
2232 | 2232 | "friend." |
... | ... | @@ -3085,6 +3085,10 @@ msgstr "Validé(e)" |
3085 | 3085 | msgid "domain" |
3086 | 3086 | msgstr "domaine" |
3087 | 3087 | |
3088 | +#: app/models/domain.rb:- | |
3089 | +msgid "Google maps key" | |
3090 | +msgstr "" | |
3091 | + | |
3088 | 3092 | #: app/models/domain.rb:13 |
3089 | 3093 | msgid "" |
3090 | 3094 | "%{fn} must be composed only of lowercase latters (a to z), numbers (0 to 9) " |
... | ... | @@ -3607,6 +3611,11 @@ msgstr "Catégorie courante :" |
3607 | 3611 | msgid "Actions" |
3608 | 3612 | msgstr "Actions" |
3609 | 3613 | |
3614 | +#: app/views/cms/view.rhtml:39 app/views/cms/view.rhtml:41 | |
3615 | +#, fuzzy | |
3616 | +msgid "parent folder" | |
3617 | +msgstr "Catégorie courante :" | |
3618 | + | |
3610 | 3619 | #: app/views/cms/view.rhtml:60 |
3611 | 3620 | msgid "Properties" |
3612 | 3621 | msgstr "Propriétés" | ... | ... |
po/hy/noosfero.po
... | ... | @@ -5,8 +5,8 @@ |
5 | 5 | # |
6 | 6 | msgid "" |
7 | 7 | msgstr "" |
8 | -"Project-Id-Version: noosfero 0.21.0\n" | |
9 | -"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
8 | +"Project-Id-Version: noosfero 0.21.3\n" | |
9 | +"POT-Creation-Date: 2010-01-13 13:04-0300\n" | |
10 | 10 | "PO-Revision-Date: 2009-10-26 16:20-0300\n" |
11 | 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" |
12 | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -1132,39 +1132,39 @@ msgid "" |
1132 | 1132 | "profile to request access then." |
1133 | 1133 | msgstr "" |
1134 | 1134 | |
1135 | -#: app/controllers/public/content_viewer_controller.rb:112 | |
1135 | +#: app/controllers/public/content_viewer_controller.rb:115 | |
1136 | 1136 | msgid "Comment succesfully deleted" |
1137 | 1137 | msgstr "Մեկնաբանությունը հաջողությամբ հեռացված է:" |
1138 | 1138 | |
1139 | -#: app/controllers/public/account_controller.rb:30 | |
1139 | +#: app/controllers/public/account_controller.rb:31 | |
1140 | 1140 | msgid "Logged in successfully" |
1141 | 1141 | msgstr "Հաջողությամբ մուտք եք գործել" |
1142 | 1142 | |
1143 | -#: app/controllers/public/account_controller.rb:33 | |
1143 | +#: app/controllers/public/account_controller.rb:34 | |
1144 | 1144 | msgid "Incorrect username or password" |
1145 | 1145 | msgstr "Մասնակցի սխալ անուն կամ սխալ գաղտնաբառ" |
1146 | 1146 | |
1147 | -#: app/controllers/public/account_controller.rb:71 | |
1147 | +#: app/controllers/public/account_controller.rb:72 | |
1148 | 1148 | msgid "Thanks for signing up!" |
1149 | 1149 | msgstr "Շնորհակալություն գրանցվելու համար:" |
1150 | 1150 | |
1151 | -#: app/controllers/public/account_controller.rb:110 | |
1151 | +#: app/controllers/public/account_controller.rb:111 | |
1152 | 1152 | msgid "You have been logged out." |
1153 | 1153 | msgstr "Դուք համակարգից դուրս եք եկել:" |
1154 | 1154 | |
1155 | -#: app/controllers/public/account_controller.rb:121 | |
1155 | +#: app/controllers/public/account_controller.rb:122 | |
1156 | 1156 | msgid "Your password has been changed successfully!" |
1157 | 1157 | msgstr "Ձեր գաղտնաբառը բարեհաջող փոխված է:" |
1158 | 1158 | |
1159 | -#: app/controllers/public/account_controller.rb:124 | |
1159 | +#: app/controllers/public/account_controller.rb:125 | |
1160 | 1160 | msgid "The supplied current password is incorrect." |
1161 | 1161 | msgstr "Ներկայիս գաղտաբառը սխալ է:" |
1162 | 1162 | |
1163 | -#: app/controllers/public/account_controller.rb:226 | |
1163 | +#: app/controllers/public/account_controller.rb:227 | |
1164 | 1164 | msgid "Available!" |
1165 | 1165 | msgstr "" |
1166 | 1166 | |
1167 | -#: app/controllers/public/account_controller.rb:229 | |
1167 | +#: app/controllers/public/account_controller.rb:230 | |
1168 | 1168 | msgid "Unavailable!" |
1169 | 1169 | msgstr "" |
1170 | 1170 | |
... | ... | @@ -2181,11 +2181,11 @@ msgstr "" |
2181 | 2181 | msgid "tags|View all" |
2182 | 2182 | msgstr "Տեսնել բոլորին" |
2183 | 2183 | |
2184 | -#: app/models/add_friend.rb:21 app/models/invite_friend.rb:45 | |
2184 | +#: app/models/add_friend.rb:23 app/models/invite_friend.rb:45 | |
2185 | 2185 | msgid "%s wants to be your friend." |
2186 | 2186 | msgstr "" |
2187 | 2187 | |
2188 | -#: app/models/add_friend.rb:30 | |
2188 | +#: app/models/add_friend.rb:32 | |
2189 | 2189 | msgid "" |
2190 | 2190 | "You need to login to %{system} in order to accept %{requestor} as your " |
2191 | 2191 | "friend." |
... | ... | @@ -3024,6 +3024,10 @@ msgstr "Վավերացված է" |
3024 | 3024 | msgid "domain" |
3025 | 3025 | msgstr "տիրույթ" |
3026 | 3026 | |
3027 | +#: app/models/domain.rb:- | |
3028 | +msgid "Google maps key" | |
3029 | +msgstr "" | |
3030 | + | |
3027 | 3031 | #: app/models/domain.rb:13 |
3028 | 3032 | msgid "" |
3029 | 3033 | "%{fn} must be composed only of lowercase latters (a to z), numbers (0 to 9) " |
... | ... | @@ -3536,6 +3540,11 @@ msgstr "Ներկայիս կատեգորիա" |
3536 | 3540 | msgid "Actions" |
3537 | 3541 | msgstr "Գործողություններ" |
3538 | 3542 | |
3543 | +#: app/views/cms/view.rhtml:39 app/views/cms/view.rhtml:41 | |
3544 | +#, fuzzy | |
3545 | +msgid "parent folder" | |
3546 | +msgstr "Ներկայիս կատեգորիա" | |
3547 | + | |
3539 | 3548 | #: app/views/cms/view.rhtml:60 |
3540 | 3549 | msgid "Properties" |
3541 | 3550 | msgstr "Հատկություններ" | ... | ... |
po/noosfero.pot
... | ... | @@ -6,8 +6,8 @@ |
6 | 6 | #, fuzzy |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | -"Project-Id-Version: noosfero 0.21.0\n" | |
10 | -"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
9 | +"Project-Id-Version: noosfero 0.21.3\n" | |
10 | +"POT-Creation-Date: 2010-01-13 13:04-0300\n" | |
11 | 11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" |
12 | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -1115,39 +1115,39 @@ msgid "" |
1115 | 1115 | "profile to request access then." |
1116 | 1116 | msgstr "" |
1117 | 1117 | |
1118 | -#: app/controllers/public/content_viewer_controller.rb:112 | |
1118 | +#: app/controllers/public/content_viewer_controller.rb:115 | |
1119 | 1119 | msgid "Comment succesfully deleted" |
1120 | 1120 | msgstr "" |
1121 | 1121 | |
1122 | -#: app/controllers/public/account_controller.rb:30 | |
1122 | +#: app/controllers/public/account_controller.rb:31 | |
1123 | 1123 | msgid "Logged in successfully" |
1124 | 1124 | msgstr "" |
1125 | 1125 | |
1126 | -#: app/controllers/public/account_controller.rb:33 | |
1126 | +#: app/controllers/public/account_controller.rb:34 | |
1127 | 1127 | msgid "Incorrect username or password" |
1128 | 1128 | msgstr "" |
1129 | 1129 | |
1130 | -#: app/controllers/public/account_controller.rb:71 | |
1130 | +#: app/controllers/public/account_controller.rb:72 | |
1131 | 1131 | msgid "Thanks for signing up!" |
1132 | 1132 | msgstr "" |
1133 | 1133 | |
1134 | -#: app/controllers/public/account_controller.rb:110 | |
1134 | +#: app/controllers/public/account_controller.rb:111 | |
1135 | 1135 | msgid "You have been logged out." |
1136 | 1136 | msgstr "" |
1137 | 1137 | |
1138 | -#: app/controllers/public/account_controller.rb:121 | |
1138 | +#: app/controllers/public/account_controller.rb:122 | |
1139 | 1139 | msgid "Your password has been changed successfully!" |
1140 | 1140 | msgstr "" |
1141 | 1141 | |
1142 | -#: app/controllers/public/account_controller.rb:124 | |
1142 | +#: app/controllers/public/account_controller.rb:125 | |
1143 | 1143 | msgid "The supplied current password is incorrect." |
1144 | 1144 | msgstr "" |
1145 | 1145 | |
1146 | -#: app/controllers/public/account_controller.rb:226 | |
1146 | +#: app/controllers/public/account_controller.rb:227 | |
1147 | 1147 | msgid "Available!" |
1148 | 1148 | msgstr "" |
1149 | 1149 | |
1150 | -#: app/controllers/public/account_controller.rb:229 | |
1150 | +#: app/controllers/public/account_controller.rb:230 | |
1151 | 1151 | msgid "Unavailable!" |
1152 | 1152 | msgstr "" |
1153 | 1153 | |
... | ... | @@ -2121,11 +2121,11 @@ msgstr "" |
2121 | 2121 | msgid "tags|View all" |
2122 | 2122 | msgstr "" |
2123 | 2123 | |
2124 | -#: app/models/add_friend.rb:21 app/models/invite_friend.rb:45 | |
2124 | +#: app/models/add_friend.rb:23 app/models/invite_friend.rb:45 | |
2125 | 2125 | msgid "%s wants to be your friend." |
2126 | 2126 | msgstr "" |
2127 | 2127 | |
2128 | -#: app/models/add_friend.rb:30 | |
2128 | +#: app/models/add_friend.rb:32 | |
2129 | 2129 | msgid "" |
2130 | 2130 | "You need to login to %{system} in order to accept %{requestor} as your " |
2131 | 2131 | "friend." |
... | ... | @@ -2925,6 +2925,10 @@ msgstr "" |
2925 | 2925 | msgid "domain" |
2926 | 2926 | msgstr "" |
2927 | 2927 | |
2928 | +#: app/models/domain.rb:- | |
2929 | +msgid "Google maps key" | |
2930 | +msgstr "" | |
2931 | + | |
2928 | 2932 | #: app/models/domain.rb:13 |
2929 | 2933 | msgid "" |
2930 | 2934 | "%{fn} must be composed only of lowercase latters (a to z), numbers (0 to 9) " |
... | ... | @@ -3418,6 +3422,10 @@ msgstr "" |
3418 | 3422 | msgid "Actions" |
3419 | 3423 | msgstr "" |
3420 | 3424 | |
3425 | +#: app/views/cms/view.rhtml:39 app/views/cms/view.rhtml:41 | |
3426 | +msgid "parent folder" | |
3427 | +msgstr "" | |
3428 | + | |
3421 | 3429 | #: app/views/cms/view.rhtml:60 |
3422 | 3430 | msgid "Properties" |
3423 | 3431 | msgstr "" | ... | ... |
po/pt/noosfero.po
... | ... | @@ -11,9 +11,9 @@ |
11 | 11 | # |
12 | 12 | msgid "" |
13 | 13 | msgstr "" |
14 | -"Project-Id-Version: noosfero 0.21.0\n" | |
15 | -"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
16 | -"PO-Revision-Date: 2009-12-11 16:31-0300\n" | |
14 | +"Project-Id-Version: noosfero 0.21.3\n" | |
15 | +"POT-Creation-Date: 2010-01-13 13:04-0300\n" | |
16 | +"PO-Revision-Date: 2010-01-13 13:05-0300\n" | |
17 | 17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" |
18 | 18 | "Language-Team: LANGUAGE <LL@li.org>\n" |
19 | 19 | "MIME-Version: 1.0\n" |
... | ... | @@ -1127,39 +1127,39 @@ msgstr "" |
1127 | 1127 | "Você não tem permissão de visualizar este conteúdo. Você pode contactar o " |
1128 | 1128 | "dono deste perfil e pedir acesso." |
1129 | 1129 | |
1130 | -#: app/controllers/public/content_viewer_controller.rb:112 | |
1130 | +#: app/controllers/public/content_viewer_controller.rb:115 | |
1131 | 1131 | msgid "Comment succesfully deleted" |
1132 | 1132 | msgstr "Comentário removido com sucesso" |
1133 | 1133 | |
1134 | -#: app/controllers/public/account_controller.rb:30 | |
1134 | +#: app/controllers/public/account_controller.rb:31 | |
1135 | 1135 | msgid "Logged in successfully" |
1136 | 1136 | msgstr "Login bem sucedido" |
1137 | 1137 | |
1138 | -#: app/controllers/public/account_controller.rb:33 | |
1138 | +#: app/controllers/public/account_controller.rb:34 | |
1139 | 1139 | msgid "Incorrect username or password" |
1140 | 1140 | msgstr "Nome ou senha incorreto" |
1141 | 1141 | |
1142 | -#: app/controllers/public/account_controller.rb:71 | |
1142 | +#: app/controllers/public/account_controller.rb:72 | |
1143 | 1143 | msgid "Thanks for signing up!" |
1144 | 1144 | msgstr "Obrigado por se registrar!" |
1145 | 1145 | |
1146 | -#: app/controllers/public/account_controller.rb:110 | |
1146 | +#: app/controllers/public/account_controller.rb:111 | |
1147 | 1147 | msgid "You have been logged out." |
1148 | 1148 | msgstr "Você saiu do sistema." |
1149 | 1149 | |
1150 | -#: app/controllers/public/account_controller.rb:121 | |
1150 | +#: app/controllers/public/account_controller.rb:122 | |
1151 | 1151 | msgid "Your password has been changed successfully!" |
1152 | 1152 | msgstr "Sua senha foi alterada com sucesso!" |
1153 | 1153 | |
1154 | -#: app/controllers/public/account_controller.rb:124 | |
1154 | +#: app/controllers/public/account_controller.rb:125 | |
1155 | 1155 | msgid "The supplied current password is incorrect." |
1156 | 1156 | msgstr "A senha informada está incorreta" |
1157 | 1157 | |
1158 | -#: app/controllers/public/account_controller.rb:226 | |
1158 | +#: app/controllers/public/account_controller.rb:227 | |
1159 | 1159 | msgid "Available!" |
1160 | 1160 | msgstr "Disponível!" |
1161 | 1161 | |
1162 | -#: app/controllers/public/account_controller.rb:229 | |
1162 | +#: app/controllers/public/account_controller.rb:230 | |
1163 | 1163 | msgid "Unavailable!" |
1164 | 1164 | msgstr "Não disponível!" |
1165 | 1165 | |
... | ... | @@ -2168,11 +2168,11 @@ msgstr "" |
2168 | 2168 | msgid "tags|View all" |
2169 | 2169 | msgstr "Ver todos(as)" |
2170 | 2170 | |
2171 | -#: app/models/add_friend.rb:21 app/models/invite_friend.rb:45 | |
2171 | +#: app/models/add_friend.rb:23 app/models/invite_friend.rb:45 | |
2172 | 2172 | msgid "%s wants to be your friend." |
2173 | 2173 | msgstr "%s quer ser seu(sua) amigo(a)." |
2174 | 2174 | |
2175 | -#: app/models/add_friend.rb:30 | |
2175 | +#: app/models/add_friend.rb:32 | |
2176 | 2176 | msgid "" |
2177 | 2177 | "You need to login to %{system} in order to accept %{requestor} as your " |
2178 | 2178 | "friend." |
... | ... | @@ -2999,6 +2999,10 @@ msgstr "Validado" |
2999 | 2999 | msgid "domain" |
3000 | 3000 | msgstr "domínio" |
3001 | 3001 | |
3002 | +#: app/models/domain.rb:- | |
3003 | +msgid "Google maps key" | |
3004 | +msgstr "" | |
3005 | + | |
3002 | 3006 | #: app/models/domain.rb:13 |
3003 | 3007 | msgid "" |
3004 | 3008 | "%{fn} must be composed only of lowercase latters (a to z), numbers (0 to 9) " |
... | ... | @@ -3513,6 +3517,10 @@ msgstr "Pasta atual:" |
3513 | 3517 | msgid "Actions" |
3514 | 3518 | msgstr "Ações" |
3515 | 3519 | |
3520 | +#: app/views/cms/view.rhtml:39 app/views/cms/view.rhtml:41 | |
3521 | +msgid "parent folder" | |
3522 | +msgstr "pasta superior" | |
3523 | + | |
3516 | 3524 | #: app/views/cms/view.rhtml:60 |
3517 | 3525 | msgid "Properties" |
3518 | 3526 | msgstr "Características" | ... | ... |
po/ru/noosfero.po
... | ... | @@ -5,8 +5,8 @@ |
5 | 5 | # |
6 | 6 | msgid "" |
7 | 7 | msgstr "" |
8 | -"Project-Id-Version: noosfero 0.21.0\n" | |
9 | -"POT-Creation-Date: 2009-12-11 16:30-0300\n" | |
8 | +"Project-Id-Version: noosfero 0.21.3\n" | |
9 | +"POT-Creation-Date: 2010-01-13 13:04-0300\n" | |
10 | 10 | "PO-Revision-Date: 2009-10-09 13:28+0100\n" |
11 | 11 | "Last-Translator: Anton <anton.c@live.com>\n" |
12 | 12 | "Language-Team: German <de@li.org>\n" |
... | ... | @@ -1120,39 +1120,39 @@ msgid "" |
1120 | 1120 | "profile to request access then." |
1121 | 1121 | msgstr "Вы не можете просматривать данный контент. Обратитесь к автору." |
1122 | 1122 | |
1123 | -#: app/controllers/public/content_viewer_controller.rb:112 | |
1123 | +#: app/controllers/public/content_viewer_controller.rb:115 | |
1124 | 1124 | msgid "Comment succesfully deleted" |
1125 | 1125 | msgstr "Комментарий успешно удален" |
1126 | 1126 | |
1127 | -#: app/controllers/public/account_controller.rb:30 | |
1127 | +#: app/controllers/public/account_controller.rb:31 | |
1128 | 1128 | msgid "Logged in successfully" |
1129 | 1129 | msgstr "Успешный логин" |
1130 | 1130 | |
1131 | -#: app/controllers/public/account_controller.rb:33 | |
1131 | +#: app/controllers/public/account_controller.rb:34 | |
1132 | 1132 | msgid "Incorrect username or password" |
1133 | 1133 | msgstr "Неправильное имя или пароль" |
1134 | 1134 | |
1135 | -#: app/controllers/public/account_controller.rb:71 | |
1135 | +#: app/controllers/public/account_controller.rb:72 | |
1136 | 1136 | msgid "Thanks for signing up!" |
1137 | 1137 | msgstr "Спасибо за регистрацию!" |
1138 | 1138 | |
1139 | -#: app/controllers/public/account_controller.rb:110 | |
1139 | +#: app/controllers/public/account_controller.rb:111 | |
1140 | 1140 | msgid "You have been logged out." |
1141 | 1141 | msgstr "Вы произвели выход" |
1142 | 1142 | |
1143 | -#: app/controllers/public/account_controller.rb:121 | |
1143 | +#: app/controllers/public/account_controller.rb:122 | |
1144 | 1144 | msgid "Your password has been changed successfully!" |
1145 | 1145 | msgstr "Ваш пароль успешно изменен" |
1146 | 1146 | |
1147 | -#: app/controllers/public/account_controller.rb:124 | |
1147 | +#: app/controllers/public/account_controller.rb:125 | |
1148 | 1148 | msgid "The supplied current password is incorrect." |
1149 | 1149 | msgstr "Пароль неверный" |
1150 | 1150 | |
1151 | -#: app/controllers/public/account_controller.rb:226 | |
1151 | +#: app/controllers/public/account_controller.rb:227 | |
1152 | 1152 | msgid "Available!" |
1153 | 1153 | msgstr "Свободно!" |
1154 | 1154 | |
1155 | -#: app/controllers/public/account_controller.rb:229 | |
1155 | +#: app/controllers/public/account_controller.rb:230 | |
1156 | 1156 | msgid "Unavailable!" |
1157 | 1157 | msgstr "Занято" |
1158 | 1158 | |
... | ... | @@ -2161,11 +2161,11 @@ msgstr "" |
2161 | 2161 | msgid "tags|View all" |
2162 | 2162 | msgstr "Просмотреть все" |
2163 | 2163 | |
2164 | -#: app/models/add_friend.rb:21 app/models/invite_friend.rb:45 | |
2164 | +#: app/models/add_friend.rb:23 app/models/invite_friend.rb:45 | |
2165 | 2165 | msgid "%s wants to be your friend." |
2166 | 2166 | msgstr "%s хочет быть вашим другом" |
2167 | 2167 | |
2168 | -#: app/models/add_friend.rb:30 | |
2168 | +#: app/models/add_friend.rb:32 | |
2169 | 2169 | msgid "" |
2170 | 2170 | "You need to login to %{system} in order to accept %{requestor} as your " |
2171 | 2171 | "friend." |
... | ... | @@ -3006,6 +3006,10 @@ msgstr "Действительность" |
3006 | 3006 | msgid "domain" |
3007 | 3007 | msgstr "домен" |
3008 | 3008 | |
3009 | +#: app/models/domain.rb:- | |
3010 | +msgid "Google maps key" | |
3011 | +msgstr "" | |
3012 | + | |
3009 | 3013 | #: app/models/domain.rb:13 |
3010 | 3014 | msgid "" |
3011 | 3015 | "%{fn} must be composed only of lowercase latters (a to z), numbers (0 to 9) " |
... | ... | @@ -3508,6 +3512,11 @@ msgstr "Текущая папка:" |
3508 | 3512 | msgid "Actions" |
3509 | 3513 | msgstr "Действия" |
3510 | 3514 | |
3515 | +#: app/views/cms/view.rhtml:39 app/views/cms/view.rhtml:41 | |
3516 | +#, fuzzy | |
3517 | +msgid "parent folder" | |
3518 | +msgstr "Текущая папка:" | |
3519 | + | |
3511 | 3520 | #: app/views/cms/view.rhtml:60 |
3512 | 3521 | msgid "Properties" |
3513 | 3522 | msgstr "Свойства" | ... | ... |