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