Commit ff3183aca73820c0dc8fb12f7a6bed2eb9d88e15
1 parent
8db91f9a
Exists in
master
and in
29 other branches
ActionItem978: better crash/maintainance screens
Showing
17 changed files
with
1099 additions
and
3180 deletions
Show diff stats
... | ... | @@ -0,0 +1,13 @@ |
1 | +namespace :error do | |
2 | + task :messages => :makemo do | |
3 | + require 'erb' | |
4 | + Dir.glob(RAILS_ROOT + '/public/*.html.erb').each do |template| | |
5 | + puts "Processing #{template}" | |
6 | + target = template.gsub(/.erb$/, '') | |
7 | + erb = ERB.new(File.read(template)) | |
8 | + File.open(target, 'w') do |file| | |
9 | + file.write(erb.result) | |
10 | + end | |
11 | + end | |
12 | + end | |
13 | +end | ... | ... |
lib/tasks/gettext.rake
... | ... | @@ -16,7 +16,7 @@ task :updatepo do |
16 | 16 | GetText::RubyParser::ID << '__' |
17 | 17 | GetText::RubyParser::PLURAL_ID << 'n__' |
18 | 18 | GetText::ActiveRecordParser.init(:use_classname => false) |
19 | - GetText.update_pofiles(Noosfero::PROJECT, Dir.glob("{app,lib,public/designs}/**/*.{rb,rhtml}"), | |
19 | + GetText.update_pofiles(Noosfero::PROJECT, Dir.glob("{app,lib,public/designs}/**/*.{rb,rhtml}") + Dir.glob('public/*.html.erb'), | |
20 | 20 | "#{Noosfero::PROJECT} #{Noosfero::VERSION}") |
21 | 21 | end |
22 | 22 | ... | ... |
po/bg/noosfero.po
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: noosfero 0.19.0\n" |
10 | -"POT-Creation-Date: 2009-08-03 13:06-0300\n" | |
10 | +"POT-Creation-Date: 2009-08-03 19:42-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" |
... | ... | @@ -624,7 +624,7 @@ msgstr "" |
624 | 624 | #: app/helpers/assets_helper.rb:11 |
625 | 625 | #: app/controllers/public/search_controller.rb:136 |
626 | 626 | #: app/controllers/public/search_controller.rb:210 |
627 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 | |
627 | +#: app/views/search/communities.rhtml:4 app/views/profile/_person.rhtml:50 | |
628 | 628 | #: app/views/content_viewer/_person.rhtml:50 |
629 | 629 | #: app/views/layouts/application-ng.rhtml:94 |
630 | 630 | msgid "Communities" |
... | ... | @@ -875,9 +875,10 @@ msgstr "" |
875 | 875 | #: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 |
876 | 876 | #: app/views/profile_members/add_members.rhtml:5 |
877 | 877 | #: app/views/search/_sellers_form.rhtml:21 |
878 | -#: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 | |
879 | -#: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 | |
880 | -#: app/views/home/index.rhtml:56 app/views/region_validators/region.rhtml:23 | |
878 | +#: app/views/search/_search_form.rhtml:19 | |
879 | +#: app/views/search/communities.rhtml:13 app/views/search/articles.rhtml:10 | |
880 | +#: app/views/search/people.rhtml:10 app/views/home/index.rhtml:56 | |
881 | +#: app/views/region_validators/region.rhtml:23 | |
881 | 882 | msgid "Search" |
882 | 883 | msgstr "" |
883 | 884 | |
... | ... | @@ -950,7 +951,7 @@ msgid "" |
950 | 951 | "It does not affect the language of the content created by other users." |
951 | 952 | msgstr "" |
952 | 953 | |
953 | -#: app/helpers/forms_helper.rb:34 app/models/link_list_block.rb:8 | |
954 | +#: app/helpers/forms_helper.rb:35 app/models/link_list_block.rb:8 | |
954 | 955 | #: app/views/admin_panel/message_for_disabled_enterprise.rhtml:11 |
955 | 956 | #: app/views/admin_panel/site_info.rhtml:13 |
956 | 957 | #: app/views/shared/_select_categories.rhtml:22 |
... | ... | @@ -967,23 +968,23 @@ msgstr "" |
967 | 968 | msgid "Cancel" |
968 | 969 | msgstr "" |
969 | 970 | |
970 | -#: app/helpers/forms_helper.rb:64 | |
971 | +#: app/helpers/forms_helper.rb:65 | |
971 | 972 | msgid "Select the State" |
972 | 973 | msgstr "" |
973 | 974 | |
974 | -#: app/helpers/forms_helper.rb:65 | |
975 | +#: app/helpers/forms_helper.rb:66 | |
975 | 976 | msgid "Select the City" |
976 | 977 | msgstr "" |
977 | 978 | |
978 | -#: app/helpers/forms_helper.rb:88 | |
979 | +#: app/helpers/forms_helper.rb:89 | |
979 | 980 | msgid "State:" |
980 | 981 | msgstr "" |
981 | 982 | |
982 | -#: app/helpers/forms_helper.rb:91 | |
983 | +#: app/helpers/forms_helper.rb:92 | |
983 | 984 | msgid "City:" |
984 | 985 | msgstr "" |
985 | 986 | |
986 | -#: app/helpers/forms_helper.rb:105 | |
987 | +#: app/helpers/forms_helper.rb:106 | |
987 | 988 | msgid "" |
988 | 989 | "The <label class='pseudoformlabel'>highlighted</label> fields are mandatory." |
989 | 990 | msgstr "" |
... | ... | @@ -1215,23 +1216,23 @@ msgstr "" |
1215 | 1216 | msgid "Thanks for signing up!" |
1216 | 1217 | msgstr "" |
1217 | 1218 | |
1218 | -#: app/controllers/public/account_controller.rb:104 | |
1219 | +#: app/controllers/public/account_controller.rb:106 | |
1219 | 1220 | msgid "You have been logged out." |
1220 | 1221 | msgstr "" |
1221 | 1222 | |
1222 | -#: app/controllers/public/account_controller.rb:115 | |
1223 | +#: app/controllers/public/account_controller.rb:117 | |
1223 | 1224 | msgid "Your password has been changed successfully!" |
1224 | 1225 | msgstr "" |
1225 | 1226 | |
1226 | -#: app/controllers/public/account_controller.rb:118 | |
1227 | +#: app/controllers/public/account_controller.rb:120 | |
1227 | 1228 | msgid "The supplied current password is incorrect." |
1228 | 1229 | msgstr "" |
1229 | 1230 | |
1230 | -#: app/controllers/public/account_controller.rb:220 | |
1231 | +#: app/controllers/public/account_controller.rb:222 | |
1231 | 1232 | msgid "Available!" |
1232 | 1233 | msgstr "" |
1233 | 1234 | |
1234 | -#: app/controllers/public/account_controller.rb:223 | |
1235 | +#: app/controllers/public/account_controller.rb:225 | |
1235 | 1236 | msgid "Unavailable!" |
1236 | 1237 | msgstr "" |
1237 | 1238 | |
... | ... | @@ -1419,6 +1420,7 @@ msgid "user" |
1419 | 1420 | msgstr "" |
1420 | 1421 | |
1421 | 1422 | #: app/models/user.rb:- app/models/user.rb:18 app/models/change_password.rb:21 |
1423 | +#: app/views/friends/invite.rhtml:31 | |
1422 | 1424 | msgid "Username" |
1423 | 1425 | msgstr "" |
1424 | 1426 | |
... | ... | @@ -2281,9 +2283,9 @@ msgstr "" |
2281 | 2283 | msgid "Ok" |
2282 | 2284 | msgstr "" |
2283 | 2285 | |
2284 | -#: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | |
2285 | -#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 | |
2286 | -#: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:67 | |
2286 | +#: app/models/link_list_block.rb:21 app/views/shared/user_menu.rhtml:67 | |
2287 | +#: app/views/account/login_block.rhtml:4 app/views/account/login.rhtml:3 | |
2288 | +#: app/views/layouts/application-ng.rhtml:67 | |
2287 | 2289 | msgid "Login" |
2288 | 2290 | msgstr "" |
2289 | 2291 | |
... | ... | @@ -3056,23 +3058,31 @@ msgstr "" |
3056 | 3058 | msgid "Indicate which friends you want to invite." |
3057 | 3059 | msgstr "" |
3058 | 3060 | |
3059 | -#: app/views/friends/invite.rhtml:57 | |
3061 | +#: app/views/friends/invite.rhtml:53 | |
3062 | +msgid "Import now your contacts from %s, %s or %s" | |
3063 | +msgstr "" | |
3064 | + | |
3065 | +#: app/views/friends/invite.rhtml:56 | |
3066 | +msgid "or" | |
3067 | +msgstr "" | |
3068 | + | |
3069 | +#: app/views/friends/invite.rhtml:66 | |
3060 | 3070 | msgid "Enter one e-mail address per line:" |
3061 | 3071 | msgstr "" |
3062 | 3072 | |
3063 | -#: app/views/friends/invite.rhtml:61 | |
3073 | +#: app/views/friends/invite.rhtml:71 | |
3064 | 3074 | msgid "Check all" |
3065 | 3075 | msgstr "" |
3066 | 3076 | |
3067 | -#: app/views/friends/invite.rhtml:62 | |
3077 | +#: app/views/friends/invite.rhtml:72 | |
3068 | 3078 | msgid "Uncheck all" |
3069 | 3079 | msgstr "" |
3070 | 3080 | |
3071 | -#: app/views/friends/invite.rhtml:78 | |
3081 | +#: app/views/friends/invite.rhtml:88 | |
3072 | 3082 | msgid "Personalize invitation message" |
3073 | 3083 | msgstr "" |
3074 | 3084 | |
3075 | -#: app/views/friends/invite.rhtml:83 | |
3085 | +#: app/views/friends/invite.rhtml:93 | |
3076 | 3086 | msgid "" |
3077 | 3087 | "Now enter an invitation message. You must keep the <url> code in your " |
3078 | 3088 | "invitation message. When your friends receive the invitation e-mail, <url> " |
... | ... | @@ -3081,18 +3091,14 @@ msgid "" |
3081 | 3091 | "name, but they are optional." |
3082 | 3092 | msgstr "" |
3083 | 3093 | |
3084 | -#: app/views/friends/invite.rhtml:84 | |
3094 | +#: app/views/friends/invite.rhtml:94 | |
3085 | 3095 | msgid "Invitation message:" |
3086 | 3096 | msgstr "" |
3087 | 3097 | |
3088 | -#: app/views/friends/invite.rhtml:88 | |
3098 | +#: app/views/friends/invite.rhtml:98 | |
3089 | 3099 | msgid "Invite my friends!" |
3090 | 3100 | msgstr "" |
3091 | 3101 | |
3092 | -#: app/views/friends/invite.rhtml:93 | |
3093 | -msgid "Import now your contacts from %s, %s or %s" | |
3094 | -msgstr "" | |
3095 | - | |
3096 | 3102 | #: app/views/profile_members/unassociate.rhtml:1 |
3097 | 3103 | #: app/views/profile_members/add_member.rhtml:1 |
3098 | 3104 | #: app/views/profile_members/_members_list.rhtml:1 |
... | ... | @@ -3429,7 +3435,7 @@ msgstr "" |
3429 | 3435 | |
3430 | 3436 | #: app/views/account/blocked.rhtml:6 |
3431 | 3437 | msgid "" |
3432 | -"There was a failed atempt of activation and the automated acivation was " | |
3438 | +"There was a failed atempt of activation and the automated activation was " | |
3433 | 3439 | "disabled for your security." |
3434 | 3440 | msgstr "" |
3435 | 3441 | |
... | ... | @@ -3613,7 +3619,9 @@ msgid "Insert your login" |
3613 | 3619 | msgstr "" |
3614 | 3620 | |
3615 | 3621 | #: app/views/account/_signup_form.rhtml:40 |
3616 | -msgid "Choose a password that you can remember easily." | |
3622 | +msgid "" | |
3623 | +"Choose a password that you can remember easily. It must have at least 4 " | |
3624 | +"characters." | |
3617 | 3625 | msgstr "" |
3618 | 3626 | |
3619 | 3627 | #: app/views/account/_signup_form.rhtml:45 |
... | ... | @@ -3707,7 +3715,8 @@ msgid "" |
3707 | 3715 | msgstr "" |
3708 | 3716 | |
3709 | 3717 | #: app/views/account/activation_question.rhtml:33 |
3710 | -msgid "What year your enterprise was founded?" | |
3718 | +msgid "" | |
3719 | +"What year your enterprise was founded? It must have 4 digits, eg 1990. %s" | |
3711 | 3720 | msgstr "" |
3712 | 3721 | |
3713 | 3722 | #: app/views/account/activation_question.rhtml:33 |
... | ... | @@ -3957,7 +3966,7 @@ msgstr "" |
3957 | 3966 | msgid "Categorize your article" |
3958 | 3967 | msgstr "" |
3959 | 3968 | |
3960 | -#: app/views/cms/edit.rhtml:32 app/views/memberships/new_community.rhtml:18 | |
3969 | +#: app/views/cms/edit.rhtml:32 | |
3961 | 3970 | msgid "Separate tags with commas" |
3962 | 3971 | msgstr "" |
3963 | 3972 | |
... | ... | @@ -4181,7 +4190,7 @@ msgstr "" |
4181 | 4190 | msgid "Products and Services" |
4182 | 4191 | msgstr "" |
4183 | 4192 | |
4184 | -#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:9 | |
4193 | +#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:13 | |
4185 | 4194 | #: app/views/search/articles.rhtml:10 app/views/search/index.rhtml:5 |
4186 | 4195 | #: app/views/search/people.rhtml:10 app/views/search/enterprises.rhtml:16 |
4187 | 4196 | msgid "Refine your search" |
... | ... | @@ -4231,11 +4240,15 @@ msgstr "" |
4231 | 4240 | msgid "No City" |
4232 | 4241 | msgstr "" |
4233 | 4242 | |
4234 | -#: app/views/search/communities.rhtml:12 | |
4243 | +#: app/views/search/communities.rhtml:2 | |
4244 | +msgid "Hello %s, now you can choose yours groups" | |
4245 | +msgstr "" | |
4246 | + | |
4247 | +#: app/views/search/communities.rhtml:16 | |
4235 | 4248 | msgid "Choose the communities you want to join and/or create your own." |
4236 | 4249 | msgstr "" |
4237 | 4250 | |
4238 | -#: app/views/search/communities.rhtml:25 | |
4251 | +#: app/views/search/communities.rhtml:29 | |
4239 | 4252 | msgid "New community" |
4240 | 4253 | msgstr "" |
4241 | 4254 | |
... | ... | @@ -4534,7 +4547,7 @@ msgid "Remove the enterprise from the system" |
4534 | 4547 | msgstr "" |
4535 | 4548 | |
4536 | 4549 | #: app/views/enterprise_editor/index.rhtml:17 |
4537 | -#: app/views/profile_editor/index.rhtml:72 | |
4550 | +#: app/views/profile_editor/index.rhtml:73 | |
4538 | 4551 | msgid "Activate" |
4539 | 4552 | msgstr "" |
4540 | 4553 | |
... | ... | @@ -4582,6 +4595,16 @@ msgstr "" |
4582 | 4595 | msgid "Creating new community" |
4583 | 4596 | msgstr "" |
4584 | 4597 | |
4598 | +#: app/views/memberships/new_community.rhtml:18 | |
4599 | +msgid "Separate tags with commas." | |
4600 | +msgstr "" | |
4601 | + | |
4602 | +#: app/views/memberships/new_community.rhtml:18 | |
4603 | +msgid "" | |
4604 | +"Tags are important to new users, they'll be able to find your new community " | |
4605 | +"more easily." | |
4606 | +msgstr "" | |
4607 | + | |
4585 | 4608 | #: app/views/memberships/new_community.rhtml:21 |
4586 | 4609 | #: app/views/profile_editor/edit.rhtml:12 app/views/categories/_form.rhtml:27 |
4587 | 4610 | #: app/views/manage_products/_form.rhtml:10 |
... | ... | @@ -4934,7 +4957,7 @@ msgid "" |
4934 | 4957 | "add here the activation code that was sent." |
4935 | 4958 | msgstr "" |
4936 | 4959 | |
4937 | -#: app/views/profile_editor/index.rhtml:71 | |
4960 | +#: app/views/profile_editor/index.rhtml:72 | |
4938 | 4961 | msgid "Enterprise activation code" |
4939 | 4962 | msgstr "" |
4940 | 4963 | |
... | ... | @@ -6371,3 +6394,35 @@ msgstr "" |
6371 | 6394 | #: lib/zen3_terminology.rb:81 |
6372 | 6395 | msgid "Organization Info and settings" |
6373 | 6396 | msgstr "" |
6397 | + | |
6398 | +#: lib/zen3_terminology.rb:82 | |
6399 | +msgid "Choose the groups you want to join and/or create your own." | |
6400 | +msgstr "" | |
6401 | + | |
6402 | +#: lib/zen3_terminology.rb:83 | |
6403 | +msgid "New group" | |
6404 | +msgstr "" | |
6405 | + | |
6406 | +#: lib/zen3_terminology.rb:84 | |
6407 | +msgid "" | |
6408 | +"Tags are important to new users, they'll be able to find your new group more " | |
6409 | +"easily." | |
6410 | +msgstr "" | |
6411 | + | |
6412 | +#: public/500.html.erb:25 | |
6413 | +msgid "Temporary system problem" | |
6414 | +msgstr "" | |
6415 | + | |
6416 | +#: public/500.html.erb:27 | |
6417 | +msgid "" | |
6418 | +"Our technical team is working on it, please try again later. Sorry for the " | |
6419 | +"inconvenience." | |
6420 | +msgstr "" | |
6421 | + | |
6422 | +#: public/503.html.erb:26 | |
6423 | +msgid "System maintainance" | |
6424 | +msgstr "" | |
6425 | + | |
6426 | +#: public/503.html.erb:28 | |
6427 | +msgid "This system is under maintainance. It should be back in a few hours." | |
6428 | +msgstr "" | ... | ... |
po/de/noosfero.po
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: noosfero 0.19.0\n" |
10 | -"POT-Creation-Date: 2009-08-03 13:06-0300\n" | |
10 | +"POT-Creation-Date: 2009-08-03 19:42-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" |
... | ... | @@ -624,7 +624,7 @@ msgstr "" |
624 | 624 | #: app/helpers/assets_helper.rb:11 |
625 | 625 | #: app/controllers/public/search_controller.rb:136 |
626 | 626 | #: app/controllers/public/search_controller.rb:210 |
627 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 | |
627 | +#: app/views/search/communities.rhtml:4 app/views/profile/_person.rhtml:50 | |
628 | 628 | #: app/views/content_viewer/_person.rhtml:50 |
629 | 629 | #: app/views/layouts/application-ng.rhtml:94 |
630 | 630 | msgid "Communities" |
... | ... | @@ -875,9 +875,10 @@ msgstr "" |
875 | 875 | #: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 |
876 | 876 | #: app/views/profile_members/add_members.rhtml:5 |
877 | 877 | #: app/views/search/_sellers_form.rhtml:21 |
878 | -#: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 | |
879 | -#: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 | |
880 | -#: app/views/home/index.rhtml:56 app/views/region_validators/region.rhtml:23 | |
878 | +#: app/views/search/_search_form.rhtml:19 | |
879 | +#: app/views/search/communities.rhtml:13 app/views/search/articles.rhtml:10 | |
880 | +#: app/views/search/people.rhtml:10 app/views/home/index.rhtml:56 | |
881 | +#: app/views/region_validators/region.rhtml:23 | |
881 | 882 | msgid "Search" |
882 | 883 | msgstr "" |
883 | 884 | |
... | ... | @@ -950,7 +951,7 @@ msgid "" |
950 | 951 | "It does not affect the language of the content created by other users." |
951 | 952 | msgstr "" |
952 | 953 | |
953 | -#: app/helpers/forms_helper.rb:34 app/models/link_list_block.rb:8 | |
954 | +#: app/helpers/forms_helper.rb:35 app/models/link_list_block.rb:8 | |
954 | 955 | #: app/views/admin_panel/message_for_disabled_enterprise.rhtml:11 |
955 | 956 | #: app/views/admin_panel/site_info.rhtml:13 |
956 | 957 | #: app/views/shared/_select_categories.rhtml:22 |
... | ... | @@ -967,23 +968,23 @@ msgstr "" |
967 | 968 | msgid "Cancel" |
968 | 969 | msgstr "" |
969 | 970 | |
970 | -#: app/helpers/forms_helper.rb:64 | |
971 | +#: app/helpers/forms_helper.rb:65 | |
971 | 972 | msgid "Select the State" |
972 | 973 | msgstr "" |
973 | 974 | |
974 | -#: app/helpers/forms_helper.rb:65 | |
975 | +#: app/helpers/forms_helper.rb:66 | |
975 | 976 | msgid "Select the City" |
976 | 977 | msgstr "" |
977 | 978 | |
978 | -#: app/helpers/forms_helper.rb:88 | |
979 | +#: app/helpers/forms_helper.rb:89 | |
979 | 980 | msgid "State:" |
980 | 981 | msgstr "" |
981 | 982 | |
982 | -#: app/helpers/forms_helper.rb:91 | |
983 | +#: app/helpers/forms_helper.rb:92 | |
983 | 984 | msgid "City:" |
984 | 985 | msgstr "" |
985 | 986 | |
986 | -#: app/helpers/forms_helper.rb:105 | |
987 | +#: app/helpers/forms_helper.rb:106 | |
987 | 988 | msgid "" |
988 | 989 | "The <label class='pseudoformlabel'>highlighted</label> fields are mandatory." |
989 | 990 | msgstr "" |
... | ... | @@ -1215,23 +1216,23 @@ msgstr "" |
1215 | 1216 | msgid "Thanks for signing up!" |
1216 | 1217 | msgstr "" |
1217 | 1218 | |
1218 | -#: app/controllers/public/account_controller.rb:104 | |
1219 | +#: app/controllers/public/account_controller.rb:106 | |
1219 | 1220 | msgid "You have been logged out." |
1220 | 1221 | msgstr "" |
1221 | 1222 | |
1222 | -#: app/controllers/public/account_controller.rb:115 | |
1223 | +#: app/controllers/public/account_controller.rb:117 | |
1223 | 1224 | msgid "Your password has been changed successfully!" |
1224 | 1225 | msgstr "" |
1225 | 1226 | |
1226 | -#: app/controllers/public/account_controller.rb:118 | |
1227 | +#: app/controllers/public/account_controller.rb:120 | |
1227 | 1228 | msgid "The supplied current password is incorrect." |
1228 | 1229 | msgstr "" |
1229 | 1230 | |
1230 | -#: app/controllers/public/account_controller.rb:220 | |
1231 | +#: app/controllers/public/account_controller.rb:222 | |
1231 | 1232 | msgid "Available!" |
1232 | 1233 | msgstr "" |
1233 | 1234 | |
1234 | -#: app/controllers/public/account_controller.rb:223 | |
1235 | +#: app/controllers/public/account_controller.rb:225 | |
1235 | 1236 | msgid "Unavailable!" |
1236 | 1237 | msgstr "" |
1237 | 1238 | |
... | ... | @@ -1419,6 +1420,7 @@ msgid "user" |
1419 | 1420 | msgstr "" |
1420 | 1421 | |
1421 | 1422 | #: app/models/user.rb:- app/models/user.rb:18 app/models/change_password.rb:21 |
1423 | +#: app/views/friends/invite.rhtml:31 | |
1422 | 1424 | msgid "Username" |
1423 | 1425 | msgstr "" |
1424 | 1426 | |
... | ... | @@ -2281,9 +2283,9 @@ msgstr "" |
2281 | 2283 | msgid "Ok" |
2282 | 2284 | msgstr "" |
2283 | 2285 | |
2284 | -#: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | |
2285 | -#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 | |
2286 | -#: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:67 | |
2286 | +#: app/models/link_list_block.rb:21 app/views/shared/user_menu.rhtml:67 | |
2287 | +#: app/views/account/login_block.rhtml:4 app/views/account/login.rhtml:3 | |
2288 | +#: app/views/layouts/application-ng.rhtml:67 | |
2287 | 2289 | msgid "Login" |
2288 | 2290 | msgstr "" |
2289 | 2291 | |
... | ... | @@ -3056,23 +3058,31 @@ msgstr "" |
3056 | 3058 | msgid "Indicate which friends you want to invite." |
3057 | 3059 | msgstr "" |
3058 | 3060 | |
3059 | -#: app/views/friends/invite.rhtml:57 | |
3061 | +#: app/views/friends/invite.rhtml:53 | |
3062 | +msgid "Import now your contacts from %s, %s or %s" | |
3063 | +msgstr "" | |
3064 | + | |
3065 | +#: app/views/friends/invite.rhtml:56 | |
3066 | +msgid "or" | |
3067 | +msgstr "" | |
3068 | + | |
3069 | +#: app/views/friends/invite.rhtml:66 | |
3060 | 3070 | msgid "Enter one e-mail address per line:" |
3061 | 3071 | msgstr "" |
3062 | 3072 | |
3063 | -#: app/views/friends/invite.rhtml:61 | |
3073 | +#: app/views/friends/invite.rhtml:71 | |
3064 | 3074 | msgid "Check all" |
3065 | 3075 | msgstr "" |
3066 | 3076 | |
3067 | -#: app/views/friends/invite.rhtml:62 | |
3077 | +#: app/views/friends/invite.rhtml:72 | |
3068 | 3078 | msgid "Uncheck all" |
3069 | 3079 | msgstr "" |
3070 | 3080 | |
3071 | -#: app/views/friends/invite.rhtml:78 | |
3081 | +#: app/views/friends/invite.rhtml:88 | |
3072 | 3082 | msgid "Personalize invitation message" |
3073 | 3083 | msgstr "" |
3074 | 3084 | |
3075 | -#: app/views/friends/invite.rhtml:83 | |
3085 | +#: app/views/friends/invite.rhtml:93 | |
3076 | 3086 | msgid "" |
3077 | 3087 | "Now enter an invitation message. You must keep the <url> code in your " |
3078 | 3088 | "invitation message. When your friends receive the invitation e-mail, <url> " |
... | ... | @@ -3081,18 +3091,14 @@ msgid "" |
3081 | 3091 | "name, but they are optional." |
3082 | 3092 | msgstr "" |
3083 | 3093 | |
3084 | -#: app/views/friends/invite.rhtml:84 | |
3094 | +#: app/views/friends/invite.rhtml:94 | |
3085 | 3095 | msgid "Invitation message:" |
3086 | 3096 | msgstr "" |
3087 | 3097 | |
3088 | -#: app/views/friends/invite.rhtml:88 | |
3098 | +#: app/views/friends/invite.rhtml:98 | |
3089 | 3099 | msgid "Invite my friends!" |
3090 | 3100 | msgstr "" |
3091 | 3101 | |
3092 | -#: app/views/friends/invite.rhtml:93 | |
3093 | -msgid "Import now your contacts from %s, %s or %s" | |
3094 | -msgstr "" | |
3095 | - | |
3096 | 3102 | #: app/views/profile_members/unassociate.rhtml:1 |
3097 | 3103 | #: app/views/profile_members/add_member.rhtml:1 |
3098 | 3104 | #: app/views/profile_members/_members_list.rhtml:1 |
... | ... | @@ -3429,7 +3435,7 @@ msgstr "" |
3429 | 3435 | |
3430 | 3436 | #: app/views/account/blocked.rhtml:6 |
3431 | 3437 | msgid "" |
3432 | -"There was a failed atempt of activation and the automated acivation was " | |
3438 | +"There was a failed atempt of activation and the automated activation was " | |
3433 | 3439 | "disabled for your security." |
3434 | 3440 | msgstr "" |
3435 | 3441 | |
... | ... | @@ -3613,7 +3619,9 @@ msgid "Insert your login" |
3613 | 3619 | msgstr "" |
3614 | 3620 | |
3615 | 3621 | #: app/views/account/_signup_form.rhtml:40 |
3616 | -msgid "Choose a password that you can remember easily." | |
3622 | +msgid "" | |
3623 | +"Choose a password that you can remember easily. It must have at least 4 " | |
3624 | +"characters." | |
3617 | 3625 | msgstr "" |
3618 | 3626 | |
3619 | 3627 | #: app/views/account/_signup_form.rhtml:45 |
... | ... | @@ -3707,7 +3715,8 @@ msgid "" |
3707 | 3715 | msgstr "" |
3708 | 3716 | |
3709 | 3717 | #: app/views/account/activation_question.rhtml:33 |
3710 | -msgid "What year your enterprise was founded?" | |
3718 | +msgid "" | |
3719 | +"What year your enterprise was founded? It must have 4 digits, eg 1990. %s" | |
3711 | 3720 | msgstr "" |
3712 | 3721 | |
3713 | 3722 | #: app/views/account/activation_question.rhtml:33 |
... | ... | @@ -3957,7 +3966,7 @@ msgstr "" |
3957 | 3966 | msgid "Categorize your article" |
3958 | 3967 | msgstr "" |
3959 | 3968 | |
3960 | -#: app/views/cms/edit.rhtml:32 app/views/memberships/new_community.rhtml:18 | |
3969 | +#: app/views/cms/edit.rhtml:32 | |
3961 | 3970 | msgid "Separate tags with commas" |
3962 | 3971 | msgstr "" |
3963 | 3972 | |
... | ... | @@ -4181,7 +4190,7 @@ msgstr "" |
4181 | 4190 | msgid "Products and Services" |
4182 | 4191 | msgstr "" |
4183 | 4192 | |
4184 | -#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:9 | |
4193 | +#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:13 | |
4185 | 4194 | #: app/views/search/articles.rhtml:10 app/views/search/index.rhtml:5 |
4186 | 4195 | #: app/views/search/people.rhtml:10 app/views/search/enterprises.rhtml:16 |
4187 | 4196 | msgid "Refine your search" |
... | ... | @@ -4231,11 +4240,15 @@ msgstr "" |
4231 | 4240 | msgid "No City" |
4232 | 4241 | msgstr "" |
4233 | 4242 | |
4234 | -#: app/views/search/communities.rhtml:12 | |
4243 | +#: app/views/search/communities.rhtml:2 | |
4244 | +msgid "Hello %s, now you can choose yours groups" | |
4245 | +msgstr "" | |
4246 | + | |
4247 | +#: app/views/search/communities.rhtml:16 | |
4235 | 4248 | msgid "Choose the communities you want to join and/or create your own." |
4236 | 4249 | msgstr "" |
4237 | 4250 | |
4238 | -#: app/views/search/communities.rhtml:25 | |
4251 | +#: app/views/search/communities.rhtml:29 | |
4239 | 4252 | msgid "New community" |
4240 | 4253 | msgstr "" |
4241 | 4254 | |
... | ... | @@ -4534,7 +4547,7 @@ msgid "Remove the enterprise from the system" |
4534 | 4547 | msgstr "" |
4535 | 4548 | |
4536 | 4549 | #: app/views/enterprise_editor/index.rhtml:17 |
4537 | -#: app/views/profile_editor/index.rhtml:72 | |
4550 | +#: app/views/profile_editor/index.rhtml:73 | |
4538 | 4551 | msgid "Activate" |
4539 | 4552 | msgstr "" |
4540 | 4553 | |
... | ... | @@ -4582,6 +4595,16 @@ msgstr "" |
4582 | 4595 | msgid "Creating new community" |
4583 | 4596 | msgstr "" |
4584 | 4597 | |
4598 | +#: app/views/memberships/new_community.rhtml:18 | |
4599 | +msgid "Separate tags with commas." | |
4600 | +msgstr "" | |
4601 | + | |
4602 | +#: app/views/memberships/new_community.rhtml:18 | |
4603 | +msgid "" | |
4604 | +"Tags are important to new users, they'll be able to find your new community " | |
4605 | +"more easily." | |
4606 | +msgstr "" | |
4607 | + | |
4585 | 4608 | #: app/views/memberships/new_community.rhtml:21 |
4586 | 4609 | #: app/views/profile_editor/edit.rhtml:12 app/views/categories/_form.rhtml:27 |
4587 | 4610 | #: app/views/manage_products/_form.rhtml:10 |
... | ... | @@ -4934,7 +4957,7 @@ msgid "" |
4934 | 4957 | "add here the activation code that was sent." |
4935 | 4958 | msgstr "" |
4936 | 4959 | |
4937 | -#: app/views/profile_editor/index.rhtml:71 | |
4960 | +#: app/views/profile_editor/index.rhtml:72 | |
4938 | 4961 | msgid "Enterprise activation code" |
4939 | 4962 | msgstr "" |
4940 | 4963 | |
... | ... | @@ -6371,3 +6394,35 @@ msgstr "" |
6371 | 6394 | #: lib/zen3_terminology.rb:81 |
6372 | 6395 | msgid "Organization Info and settings" |
6373 | 6396 | msgstr "" |
6397 | + | |
6398 | +#: lib/zen3_terminology.rb:82 | |
6399 | +msgid "Choose the groups you want to join and/or create your own." | |
6400 | +msgstr "" | |
6401 | + | |
6402 | +#: lib/zen3_terminology.rb:83 | |
6403 | +msgid "New group" | |
6404 | +msgstr "" | |
6405 | + | |
6406 | +#: lib/zen3_terminology.rb:84 | |
6407 | +msgid "" | |
6408 | +"Tags are important to new users, they'll be able to find your new group more " | |
6409 | +"easily." | |
6410 | +msgstr "" | |
6411 | + | |
6412 | +#: public/500.html.erb:25 | |
6413 | +msgid "Temporary system problem" | |
6414 | +msgstr "" | |
6415 | + | |
6416 | +#: public/500.html.erb:27 | |
6417 | +msgid "" | |
6418 | +"Our technical team is working on it, please try again later. Sorry for the " | |
6419 | +"inconvenience." | |
6420 | +msgstr "" | |
6421 | + | |
6422 | +#: public/503.html.erb:26 | |
6423 | +msgid "System maintainance" | |
6424 | +msgstr "" | |
6425 | + | |
6426 | +#: public/503.html.erb:28 | |
6427 | +msgid "This system is under maintainance. It should be back in a few hours." | |
6428 | +msgstr "" | ... | ... |
po/es/noosfero.po
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: noosfero 0.19.0\n" |
10 | -"POT-Creation-Date: 2009-08-03 13:06-0300\n" | |
10 | +"POT-Creation-Date: 2009-08-03 19:42-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" |
... | ... | @@ -624,7 +624,7 @@ msgstr "" |
624 | 624 | #: app/helpers/assets_helper.rb:11 |
625 | 625 | #: app/controllers/public/search_controller.rb:136 |
626 | 626 | #: app/controllers/public/search_controller.rb:210 |
627 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 | |
627 | +#: app/views/search/communities.rhtml:4 app/views/profile/_person.rhtml:50 | |
628 | 628 | #: app/views/content_viewer/_person.rhtml:50 |
629 | 629 | #: app/views/layouts/application-ng.rhtml:94 |
630 | 630 | msgid "Communities" |
... | ... | @@ -875,9 +875,10 @@ msgstr "" |
875 | 875 | #: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 |
876 | 876 | #: app/views/profile_members/add_members.rhtml:5 |
877 | 877 | #: app/views/search/_sellers_form.rhtml:21 |
878 | -#: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 | |
879 | -#: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 | |
880 | -#: app/views/home/index.rhtml:56 app/views/region_validators/region.rhtml:23 | |
878 | +#: app/views/search/_search_form.rhtml:19 | |
879 | +#: app/views/search/communities.rhtml:13 app/views/search/articles.rhtml:10 | |
880 | +#: app/views/search/people.rhtml:10 app/views/home/index.rhtml:56 | |
881 | +#: app/views/region_validators/region.rhtml:23 | |
881 | 882 | msgid "Search" |
882 | 883 | msgstr "" |
883 | 884 | |
... | ... | @@ -950,7 +951,7 @@ msgid "" |
950 | 951 | "It does not affect the language of the content created by other users." |
951 | 952 | msgstr "" |
952 | 953 | |
953 | -#: app/helpers/forms_helper.rb:34 app/models/link_list_block.rb:8 | |
954 | +#: app/helpers/forms_helper.rb:35 app/models/link_list_block.rb:8 | |
954 | 955 | #: app/views/admin_panel/message_for_disabled_enterprise.rhtml:11 |
955 | 956 | #: app/views/admin_panel/site_info.rhtml:13 |
956 | 957 | #: app/views/shared/_select_categories.rhtml:22 |
... | ... | @@ -967,23 +968,23 @@ msgstr "" |
967 | 968 | msgid "Cancel" |
968 | 969 | msgstr "" |
969 | 970 | |
970 | -#: app/helpers/forms_helper.rb:64 | |
971 | +#: app/helpers/forms_helper.rb:65 | |
971 | 972 | msgid "Select the State" |
972 | 973 | msgstr "" |
973 | 974 | |
974 | -#: app/helpers/forms_helper.rb:65 | |
975 | +#: app/helpers/forms_helper.rb:66 | |
975 | 976 | msgid "Select the City" |
976 | 977 | msgstr "" |
977 | 978 | |
978 | -#: app/helpers/forms_helper.rb:88 | |
979 | +#: app/helpers/forms_helper.rb:89 | |
979 | 980 | msgid "State:" |
980 | 981 | msgstr "" |
981 | 982 | |
982 | -#: app/helpers/forms_helper.rb:91 | |
983 | +#: app/helpers/forms_helper.rb:92 | |
983 | 984 | msgid "City:" |
984 | 985 | msgstr "" |
985 | 986 | |
986 | -#: app/helpers/forms_helper.rb:105 | |
987 | +#: app/helpers/forms_helper.rb:106 | |
987 | 988 | msgid "" |
988 | 989 | "The <label class='pseudoformlabel'>highlighted</label> fields are mandatory." |
989 | 990 | msgstr "" |
... | ... | @@ -1215,23 +1216,23 @@ msgstr "" |
1215 | 1216 | msgid "Thanks for signing up!" |
1216 | 1217 | msgstr "" |
1217 | 1218 | |
1218 | -#: app/controllers/public/account_controller.rb:104 | |
1219 | +#: app/controllers/public/account_controller.rb:106 | |
1219 | 1220 | msgid "You have been logged out." |
1220 | 1221 | msgstr "" |
1221 | 1222 | |
1222 | -#: app/controllers/public/account_controller.rb:115 | |
1223 | +#: app/controllers/public/account_controller.rb:117 | |
1223 | 1224 | msgid "Your password has been changed successfully!" |
1224 | 1225 | msgstr "" |
1225 | 1226 | |
1226 | -#: app/controllers/public/account_controller.rb:118 | |
1227 | +#: app/controllers/public/account_controller.rb:120 | |
1227 | 1228 | msgid "The supplied current password is incorrect." |
1228 | 1229 | msgstr "" |
1229 | 1230 | |
1230 | -#: app/controllers/public/account_controller.rb:220 | |
1231 | +#: app/controllers/public/account_controller.rb:222 | |
1231 | 1232 | msgid "Available!" |
1232 | 1233 | msgstr "" |
1233 | 1234 | |
1234 | -#: app/controllers/public/account_controller.rb:223 | |
1235 | +#: app/controllers/public/account_controller.rb:225 | |
1235 | 1236 | msgid "Unavailable!" |
1236 | 1237 | msgstr "" |
1237 | 1238 | |
... | ... | @@ -1419,6 +1420,7 @@ msgid "user" |
1419 | 1420 | msgstr "" |
1420 | 1421 | |
1421 | 1422 | #: app/models/user.rb:- app/models/user.rb:18 app/models/change_password.rb:21 |
1423 | +#: app/views/friends/invite.rhtml:31 | |
1422 | 1424 | msgid "Username" |
1423 | 1425 | msgstr "" |
1424 | 1426 | |
... | ... | @@ -2281,9 +2283,9 @@ msgstr "" |
2281 | 2283 | msgid "Ok" |
2282 | 2284 | msgstr "" |
2283 | 2285 | |
2284 | -#: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | |
2285 | -#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 | |
2286 | -#: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:67 | |
2286 | +#: app/models/link_list_block.rb:21 app/views/shared/user_menu.rhtml:67 | |
2287 | +#: app/views/account/login_block.rhtml:4 app/views/account/login.rhtml:3 | |
2288 | +#: app/views/layouts/application-ng.rhtml:67 | |
2287 | 2289 | msgid "Login" |
2288 | 2290 | msgstr "" |
2289 | 2291 | |
... | ... | @@ -3056,23 +3058,31 @@ msgstr "" |
3056 | 3058 | msgid "Indicate which friends you want to invite." |
3057 | 3059 | msgstr "" |
3058 | 3060 | |
3059 | -#: app/views/friends/invite.rhtml:57 | |
3061 | +#: app/views/friends/invite.rhtml:53 | |
3062 | +msgid "Import now your contacts from %s, %s or %s" | |
3063 | +msgstr "" | |
3064 | + | |
3065 | +#: app/views/friends/invite.rhtml:56 | |
3066 | +msgid "or" | |
3067 | +msgstr "" | |
3068 | + | |
3069 | +#: app/views/friends/invite.rhtml:66 | |
3060 | 3070 | msgid "Enter one e-mail address per line:" |
3061 | 3071 | msgstr "" |
3062 | 3072 | |
3063 | -#: app/views/friends/invite.rhtml:61 | |
3073 | +#: app/views/friends/invite.rhtml:71 | |
3064 | 3074 | msgid "Check all" |
3065 | 3075 | msgstr "" |
3066 | 3076 | |
3067 | -#: app/views/friends/invite.rhtml:62 | |
3077 | +#: app/views/friends/invite.rhtml:72 | |
3068 | 3078 | msgid "Uncheck all" |
3069 | 3079 | msgstr "" |
3070 | 3080 | |
3071 | -#: app/views/friends/invite.rhtml:78 | |
3081 | +#: app/views/friends/invite.rhtml:88 | |
3072 | 3082 | msgid "Personalize invitation message" |
3073 | 3083 | msgstr "" |
3074 | 3084 | |
3075 | -#: app/views/friends/invite.rhtml:83 | |
3085 | +#: app/views/friends/invite.rhtml:93 | |
3076 | 3086 | msgid "" |
3077 | 3087 | "Now enter an invitation message. You must keep the <url> code in your " |
3078 | 3088 | "invitation message. When your friends receive the invitation e-mail, <url> " |
... | ... | @@ -3081,18 +3091,14 @@ msgid "" |
3081 | 3091 | "name, but they are optional." |
3082 | 3092 | msgstr "" |
3083 | 3093 | |
3084 | -#: app/views/friends/invite.rhtml:84 | |
3094 | +#: app/views/friends/invite.rhtml:94 | |
3085 | 3095 | msgid "Invitation message:" |
3086 | 3096 | msgstr "" |
3087 | 3097 | |
3088 | -#: app/views/friends/invite.rhtml:88 | |
3098 | +#: app/views/friends/invite.rhtml:98 | |
3089 | 3099 | msgid "Invite my friends!" |
3090 | 3100 | msgstr "" |
3091 | 3101 | |
3092 | -#: app/views/friends/invite.rhtml:93 | |
3093 | -msgid "Import now your contacts from %s, %s or %s" | |
3094 | -msgstr "" | |
3095 | - | |
3096 | 3102 | #: app/views/profile_members/unassociate.rhtml:1 |
3097 | 3103 | #: app/views/profile_members/add_member.rhtml:1 |
3098 | 3104 | #: app/views/profile_members/_members_list.rhtml:1 |
... | ... | @@ -3429,7 +3435,7 @@ msgstr "" |
3429 | 3435 | |
3430 | 3436 | #: app/views/account/blocked.rhtml:6 |
3431 | 3437 | msgid "" |
3432 | -"There was a failed atempt of activation and the automated acivation was " | |
3438 | +"There was a failed atempt of activation and the automated activation was " | |
3433 | 3439 | "disabled for your security." |
3434 | 3440 | msgstr "" |
3435 | 3441 | |
... | ... | @@ -3613,7 +3619,9 @@ msgid "Insert your login" |
3613 | 3619 | msgstr "" |
3614 | 3620 | |
3615 | 3621 | #: app/views/account/_signup_form.rhtml:40 |
3616 | -msgid "Choose a password that you can remember easily." | |
3622 | +msgid "" | |
3623 | +"Choose a password that you can remember easily. It must have at least 4 " | |
3624 | +"characters." | |
3617 | 3625 | msgstr "" |
3618 | 3626 | |
3619 | 3627 | #: app/views/account/_signup_form.rhtml:45 |
... | ... | @@ -3707,7 +3715,8 @@ msgid "" |
3707 | 3715 | msgstr "" |
3708 | 3716 | |
3709 | 3717 | #: app/views/account/activation_question.rhtml:33 |
3710 | -msgid "What year your enterprise was founded?" | |
3718 | +msgid "" | |
3719 | +"What year your enterprise was founded? It must have 4 digits, eg 1990. %s" | |
3711 | 3720 | msgstr "" |
3712 | 3721 | |
3713 | 3722 | #: app/views/account/activation_question.rhtml:33 |
... | ... | @@ -3957,7 +3966,7 @@ msgstr "" |
3957 | 3966 | msgid "Categorize your article" |
3958 | 3967 | msgstr "" |
3959 | 3968 | |
3960 | -#: app/views/cms/edit.rhtml:32 app/views/memberships/new_community.rhtml:18 | |
3969 | +#: app/views/cms/edit.rhtml:32 | |
3961 | 3970 | msgid "Separate tags with commas" |
3962 | 3971 | msgstr "" |
3963 | 3972 | |
... | ... | @@ -4181,7 +4190,7 @@ msgstr "" |
4181 | 4190 | msgid "Products and Services" |
4182 | 4191 | msgstr "" |
4183 | 4192 | |
4184 | -#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:9 | |
4193 | +#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:13 | |
4185 | 4194 | #: app/views/search/articles.rhtml:10 app/views/search/index.rhtml:5 |
4186 | 4195 | #: app/views/search/people.rhtml:10 app/views/search/enterprises.rhtml:16 |
4187 | 4196 | msgid "Refine your search" |
... | ... | @@ -4231,11 +4240,15 @@ msgstr "" |
4231 | 4240 | msgid "No City" |
4232 | 4241 | msgstr "" |
4233 | 4242 | |
4234 | -#: app/views/search/communities.rhtml:12 | |
4243 | +#: app/views/search/communities.rhtml:2 | |
4244 | +msgid "Hello %s, now you can choose yours groups" | |
4245 | +msgstr "" | |
4246 | + | |
4247 | +#: app/views/search/communities.rhtml:16 | |
4235 | 4248 | msgid "Choose the communities you want to join and/or create your own." |
4236 | 4249 | msgstr "" |
4237 | 4250 | |
4238 | -#: app/views/search/communities.rhtml:25 | |
4251 | +#: app/views/search/communities.rhtml:29 | |
4239 | 4252 | msgid "New community" |
4240 | 4253 | msgstr "" |
4241 | 4254 | |
... | ... | @@ -4534,7 +4547,7 @@ msgid "Remove the enterprise from the system" |
4534 | 4547 | msgstr "" |
4535 | 4548 | |
4536 | 4549 | #: app/views/enterprise_editor/index.rhtml:17 |
4537 | -#: app/views/profile_editor/index.rhtml:72 | |
4550 | +#: app/views/profile_editor/index.rhtml:73 | |
4538 | 4551 | msgid "Activate" |
4539 | 4552 | msgstr "" |
4540 | 4553 | |
... | ... | @@ -4582,6 +4595,16 @@ msgstr "" |
4582 | 4595 | msgid "Creating new community" |
4583 | 4596 | msgstr "" |
4584 | 4597 | |
4598 | +#: app/views/memberships/new_community.rhtml:18 | |
4599 | +msgid "Separate tags with commas." | |
4600 | +msgstr "" | |
4601 | + | |
4602 | +#: app/views/memberships/new_community.rhtml:18 | |
4603 | +msgid "" | |
4604 | +"Tags are important to new users, they'll be able to find your new community " | |
4605 | +"more easily." | |
4606 | +msgstr "" | |
4607 | + | |
4585 | 4608 | #: app/views/memberships/new_community.rhtml:21 |
4586 | 4609 | #: app/views/profile_editor/edit.rhtml:12 app/views/categories/_form.rhtml:27 |
4587 | 4610 | #: app/views/manage_products/_form.rhtml:10 |
... | ... | @@ -4934,7 +4957,7 @@ msgid "" |
4934 | 4957 | "add here the activation code that was sent." |
4935 | 4958 | msgstr "" |
4936 | 4959 | |
4937 | -#: app/views/profile_editor/index.rhtml:71 | |
4960 | +#: app/views/profile_editor/index.rhtml:72 | |
4938 | 4961 | msgid "Enterprise activation code" |
4939 | 4962 | msgstr "" |
4940 | 4963 | |
... | ... | @@ -6371,3 +6394,35 @@ msgstr "" |
6371 | 6394 | #: lib/zen3_terminology.rb:81 |
6372 | 6395 | msgid "Organization Info and settings" |
6373 | 6396 | msgstr "" |
6397 | + | |
6398 | +#: lib/zen3_terminology.rb:82 | |
6399 | +msgid "Choose the groups you want to join and/or create your own." | |
6400 | +msgstr "" | |
6401 | + | |
6402 | +#: lib/zen3_terminology.rb:83 | |
6403 | +msgid "New group" | |
6404 | +msgstr "" | |
6405 | + | |
6406 | +#: lib/zen3_terminology.rb:84 | |
6407 | +msgid "" | |
6408 | +"Tags are important to new users, they'll be able to find your new group more " | |
6409 | +"easily." | |
6410 | +msgstr "" | |
6411 | + | |
6412 | +#: public/500.html.erb:25 | |
6413 | +msgid "Temporary system problem" | |
6414 | +msgstr "" | |
6415 | + | |
6416 | +#: public/500.html.erb:27 | |
6417 | +msgid "" | |
6418 | +"Our technical team is working on it, please try again later. Sorry for the " | |
6419 | +"inconvenience." | |
6420 | +msgstr "" | |
6421 | + | |
6422 | +#: public/503.html.erb:26 | |
6423 | +msgid "System maintainance" | |
6424 | +msgstr "" | |
6425 | + | |
6426 | +#: public/503.html.erb:28 | |
6427 | +msgid "This system is under maintainance. It should be back in a few hours." | |
6428 | +msgstr "" | ... | ... |
po/fr/noosfero.po
... | ... | @@ -3,22 +3,17 @@ |
3 | 3 | # This file is distributed under the same license as the PACKAGE package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | -#, fuzzy | |
7 | 6 | msgid "" |
8 | 7 | msgstr "" |
9 | 8 | "Project-Id-Version: noosfero 0.19.0\n" |
10 | 9 | "Report-Msgid-Bugs-To: \n" |
11 | -"POT-Creation-Date: 2009-08-03 13:06-0300\n" | |
12 | -"PO-Revision-Date: 2008-06-13 16:15-0300\n" | |
10 | +"POT-Creation-Date: 2009-08-03 19:42-0300\n" | |
11 | +"PO-Revision-Date: 2009-08-03 19:49-0300\n" | |
13 | 12 | "Last-Translator: Raphael Rousseau <pootle.colivre.coop.br@r4f.org>\n" |
14 | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
15 | 14 | "MIME-Version: 1.0\n" |
16 | 15 | "Content-Type: text/plain; charset=UTF-8\n" |
17 | 16 | "Content-Transfer-Encoding: 8bit\n" |
18 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
19 | -"Plural-Forms: nplurals=2; plural=(n > 1);\n" | |
20 | -"X-Generator: Pootle 1.1.0\n" | |
21 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
22 | 17 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
23 | 18 | "X-Generator: Pootle 1.1.0\n" |
24 | 19 | |
... | ... | @@ -637,7 +632,7 @@ msgstr "Entreprises" |
637 | 632 | #: app/helpers/assets_helper.rb:11 |
638 | 633 | #: app/controllers/public/search_controller.rb:136 |
639 | 634 | #: app/controllers/public/search_controller.rb:210 |
640 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 | |
635 | +#: app/views/search/communities.rhtml:4 app/views/profile/_person.rhtml:50 | |
641 | 636 | #: app/views/content_viewer/_person.rhtml:50 |
642 | 637 | #: app/views/layouts/application-ng.rhtml:94 |
643 | 638 | msgid "Communities" |
... | ... | @@ -896,9 +891,10 @@ msgstr "Cliquez, écrivez et appuyez sur Entrée pour trouver." |
896 | 891 | #: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 |
897 | 892 | #: app/views/profile_members/add_members.rhtml:5 |
898 | 893 | #: app/views/search/_sellers_form.rhtml:21 |
899 | -#: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 | |
900 | -#: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 | |
901 | -#: app/views/home/index.rhtml:56 app/views/region_validators/region.rhtml:23 | |
894 | +#: app/views/search/_search_form.rhtml:19 | |
895 | +#: app/views/search/communities.rhtml:13 app/views/search/articles.rhtml:10 | |
896 | +#: app/views/search/people.rhtml:10 app/views/home/index.rhtml:56 | |
897 | +#: app/views/region_validators/region.rhtml:23 | |
902 | 898 | msgid "Search" |
903 | 899 | msgstr "Chercher" |
904 | 900 | |
... | ... | @@ -977,7 +973,7 @@ msgstr "" |
977 | 973 | "boutons, etc. Elle n'affecte pas la langue du contenu créé par d'autres " |
978 | 974 | "utilisateurs." |
979 | 975 | |
980 | -#: app/helpers/forms_helper.rb:34 app/models/link_list_block.rb:8 | |
976 | +#: app/helpers/forms_helper.rb:35 app/models/link_list_block.rb:8 | |
981 | 977 | #: app/views/admin_panel/message_for_disabled_enterprise.rhtml:11 |
982 | 978 | #: app/views/admin_panel/site_info.rhtml:13 |
983 | 979 | #: app/views/shared/_select_categories.rhtml:22 |
... | ... | @@ -994,23 +990,23 @@ msgstr "" |
994 | 990 | msgid "Cancel" |
995 | 991 | msgstr "Annuler" |
996 | 992 | |
997 | -#: app/helpers/forms_helper.rb:64 | |
993 | +#: app/helpers/forms_helper.rb:65 | |
998 | 994 | msgid "Select the State" |
999 | 995 | msgstr "Choisissez l'état" |
1000 | 996 | |
1001 | -#: app/helpers/forms_helper.rb:65 | |
997 | +#: app/helpers/forms_helper.rb:66 | |
1002 | 998 | msgid "Select the City" |
1003 | 999 | msgstr "Choisissez la ville" |
1004 | 1000 | |
1005 | -#: app/helpers/forms_helper.rb:88 | |
1001 | +#: app/helpers/forms_helper.rb:89 | |
1006 | 1002 | msgid "State:" |
1007 | 1003 | msgstr "État : " |
1008 | 1004 | |
1009 | -#: app/helpers/forms_helper.rb:91 | |
1005 | +#: app/helpers/forms_helper.rb:92 | |
1010 | 1006 | msgid "City:" |
1011 | 1007 | msgstr "Ville : " |
1012 | 1008 | |
1013 | -#: app/helpers/forms_helper.rb:105 | |
1009 | +#: app/helpers/forms_helper.rb:106 | |
1014 | 1010 | msgid "" |
1015 | 1011 | "The <label class='pseudoformlabel'>highlighted</label> fields are mandatory." |
1016 | 1012 | msgstr "" |
... | ... | @@ -1256,23 +1252,23 @@ msgstr "Identifiant ou mot de passe incorrect" |
1256 | 1252 | msgid "Thanks for signing up!" |
1257 | 1253 | msgstr "Merci de vous être inscrit(e) !" |
1258 | 1254 | |
1259 | -#: app/controllers/public/account_controller.rb:104 | |
1255 | +#: app/controllers/public/account_controller.rb:106 | |
1260 | 1256 | msgid "You have been logged out." |
1261 | 1257 | msgstr "Vous avez été déconnecté(e)." |
1262 | 1258 | |
1263 | -#: app/controllers/public/account_controller.rb:115 | |
1259 | +#: app/controllers/public/account_controller.rb:117 | |
1264 | 1260 | msgid "Your password has been changed successfully!" |
1265 | 1261 | msgstr "Votre mot de passe a bien été modifié !" |
1266 | 1262 | |
1267 | -#: app/controllers/public/account_controller.rb:118 | |
1263 | +#: app/controllers/public/account_controller.rb:120 | |
1268 | 1264 | msgid "The supplied current password is incorrect." |
1269 | 1265 | msgstr "Le mot de passe actuel fourni est incorrect." |
1270 | 1266 | |
1271 | -#: app/controllers/public/account_controller.rb:220 | |
1267 | +#: app/controllers/public/account_controller.rb:222 | |
1272 | 1268 | msgid "Available!" |
1273 | 1269 | msgstr "" |
1274 | 1270 | |
1275 | -#: app/controllers/public/account_controller.rb:223 | |
1271 | +#: app/controllers/public/account_controller.rb:225 | |
1276 | 1272 | msgid "Unavailable!" |
1277 | 1273 | msgstr "" |
1278 | 1274 | |
... | ... | @@ -1468,6 +1464,7 @@ msgid "user" |
1468 | 1464 | msgstr "utilisateur" |
1469 | 1465 | |
1470 | 1466 | #: app/models/user.rb:- app/models/user.rb:18 app/models/change_password.rb:21 |
1467 | +#: app/views/friends/invite.rhtml:31 | |
1471 | 1468 | msgid "Username" |
1472 | 1469 | msgstr "Identifiant" |
1473 | 1470 | |
... | ... | @@ -2406,9 +2403,9 @@ msgstr "Rouge" |
2406 | 2403 | msgid "Ok" |
2407 | 2404 | msgstr "Ok !" |
2408 | 2405 | |
2409 | -#: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | |
2410 | -#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 | |
2411 | -#: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:67 | |
2406 | +#: app/models/link_list_block.rb:21 app/views/shared/user_menu.rhtml:67 | |
2407 | +#: app/views/account/login_block.rhtml:4 app/views/account/login.rhtml:3 | |
2408 | +#: app/views/layouts/application-ng.rhtml:67 | |
2412 | 2409 | msgid "Login" |
2413 | 2410 | msgstr "Connexion" |
2414 | 2411 | |
... | ... | @@ -3236,24 +3233,33 @@ msgstr "" |
3236 | 3233 | msgid "Indicate which friends you want to invite." |
3237 | 3234 | msgstr "" |
3238 | 3235 | |
3239 | -#: app/views/friends/invite.rhtml:57 | |
3236 | +#: app/views/friends/invite.rhtml:53 | |
3237 | +msgid "Import now your contacts from %s, %s or %s" | |
3238 | +msgstr "" | |
3239 | + | |
3240 | +#: app/views/friends/invite.rhtml:56 | |
3241 | +#, fuzzy | |
3242 | +msgid "or" | |
3243 | +msgstr "travail" | |
3244 | + | |
3245 | +#: app/views/friends/invite.rhtml:66 | |
3240 | 3246 | msgid "Enter one e-mail address per line:" |
3241 | 3247 | msgstr "" |
3242 | 3248 | |
3243 | -#: app/views/friends/invite.rhtml:61 | |
3249 | +#: app/views/friends/invite.rhtml:71 | |
3244 | 3250 | msgid "Check all" |
3245 | 3251 | msgstr "" |
3246 | 3252 | |
3247 | -#: app/views/friends/invite.rhtml:62 | |
3253 | +#: app/views/friends/invite.rhtml:72 | |
3248 | 3254 | msgid "Uncheck all" |
3249 | 3255 | msgstr "" |
3250 | 3256 | |
3251 | -#: app/views/friends/invite.rhtml:78 | |
3257 | +#: app/views/friends/invite.rhtml:88 | |
3252 | 3258 | #, fuzzy |
3253 | 3259 | msgid "Personalize invitation message" |
3254 | 3260 | msgstr "Restrictions (si fournies) :" |
3255 | 3261 | |
3256 | -#: app/views/friends/invite.rhtml:83 | |
3262 | +#: app/views/friends/invite.rhtml:93 | |
3257 | 3263 | msgid "" |
3258 | 3264 | "Now enter an invitation message. You must keep the <url> code in your " |
3259 | 3265 | "invitation message. When your friends receive the invitation e-mail, <url> " |
... | ... | @@ -3262,20 +3268,16 @@ msgid "" |
3262 | 3268 | "name, but they are optional." |
3263 | 3269 | msgstr "" |
3264 | 3270 | |
3265 | -#: app/views/friends/invite.rhtml:84 | |
3271 | +#: app/views/friends/invite.rhtml:94 | |
3266 | 3272 | #, fuzzy |
3267 | 3273 | msgid "Invitation message:" |
3268 | 3274 | msgstr "Restrictions (si fournies) :" |
3269 | 3275 | |
3270 | -#: app/views/friends/invite.rhtml:88 | |
3276 | +#: app/views/friends/invite.rhtml:98 | |
3271 | 3277 | #, fuzzy |
3272 | 3278 | msgid "Invite my friends!" |
3273 | 3279 | msgstr "Nouvel(le) ami(e)" |
3274 | 3280 | |
3275 | -#: app/views/friends/invite.rhtml:93 | |
3276 | -msgid "Import now your contacts from %s, %s or %s" | |
3277 | -msgstr "" | |
3278 | - | |
3279 | 3281 | #: app/views/profile_members/unassociate.rhtml:1 |
3280 | 3282 | #: app/views/profile_members/add_member.rhtml:1 |
3281 | 3283 | #: app/views/profile_members/_members_list.rhtml:1 |
... | ... | @@ -3638,7 +3640,7 @@ msgstr "" |
3638 | 3640 | |
3639 | 3641 | #: app/views/account/blocked.rhtml:6 |
3640 | 3642 | msgid "" |
3641 | -"There was a failed atempt of activation and the automated acivation was " | |
3643 | +"There was a failed atempt of activation and the automated activation was " | |
3642 | 3644 | "disabled for your security." |
3643 | 3645 | msgstr "" |
3644 | 3646 | |
... | ... | @@ -3850,7 +3852,9 @@ msgid "Insert your login" |
3850 | 3852 | msgstr "Entrez votre commentaire" |
3851 | 3853 | |
3852 | 3854 | #: app/views/account/_signup_form.rhtml:40 |
3853 | -msgid "Choose a password that you can remember easily." | |
3855 | +msgid "" | |
3856 | +"Choose a password that you can remember easily. It must have at least 4 " | |
3857 | +"characters." | |
3854 | 3858 | msgstr "" |
3855 | 3859 | |
3856 | 3860 | #: app/views/account/_signup_form.rhtml:45 |
... | ... | @@ -3955,7 +3959,9 @@ msgid "" |
3955 | 3959 | msgstr "" |
3956 | 3960 | |
3957 | 3961 | #: app/views/account/activation_question.rhtml:33 |
3958 | -msgid "What year your enterprise was founded?" | |
3962 | +#, fuzzy | |
3963 | +msgid "" | |
3964 | +"What year your enterprise was founded? It must have 4 digits, eg 1990. %s" | |
3959 | 3965 | msgstr "En quelle année votre entreprise a-t-elle été créée ?" |
3960 | 3966 | |
3961 | 3967 | #: app/views/account/activation_question.rhtml:33 |
... | ... | @@ -4233,7 +4239,7 @@ msgstr "Limite d'articles" |
4233 | 4239 | msgid "Categorize your article" |
4234 | 4240 | msgstr "Catégorisez votre article" |
4235 | 4241 | |
4236 | -#: app/views/cms/edit.rhtml:32 app/views/memberships/new_community.rhtml:18 | |
4242 | +#: app/views/cms/edit.rhtml:32 | |
4237 | 4243 | msgid "Separate tags with commas" |
4238 | 4244 | msgstr "Séparez les tags par des virgules" |
4239 | 4245 | |
... | ... | @@ -4475,7 +4481,7 @@ msgstr "Vous pouvez continuer à naviguer sur cette communauté." |
4475 | 4481 | msgid "Products and Services" |
4476 | 4482 | msgstr "Produits et services" |
4477 | 4483 | |
4478 | -#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:9 | |
4484 | +#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:13 | |
4479 | 4485 | #: app/views/search/articles.rhtml:10 app/views/search/index.rhtml:5 |
4480 | 4486 | #: app/views/search/people.rhtml:10 app/views/search/enterprises.rhtml:16 |
4481 | 4487 | msgid "Refine your search" |
... | ... | @@ -4526,11 +4532,15 @@ msgstr "Dernière mise à jour : %s." |
4526 | 4532 | msgid "No City" |
4527 | 4533 | msgstr "Pas de ville" |
4528 | 4534 | |
4529 | -#: app/views/search/communities.rhtml:12 | |
4535 | +#: app/views/search/communities.rhtml:2 | |
4536 | +msgid "Hello %s, now you can choose yours groups" | |
4537 | +msgstr "" | |
4538 | + | |
4539 | +#: app/views/search/communities.rhtml:16 | |
4530 | 4540 | msgid "Choose the communities you want to join and/or create your own." |
4531 | 4541 | msgstr "" |
4532 | 4542 | |
4533 | -#: app/views/search/communities.rhtml:25 | |
4543 | +#: app/views/search/communities.rhtml:29 | |
4534 | 4544 | msgid "New community" |
4535 | 4545 | msgstr "Nouveau groupe" |
4536 | 4546 | |
... | ... | @@ -4858,7 +4868,7 @@ msgid "Remove the enterprise from the system" |
4858 | 4868 | msgstr "Ôter l'entreprise du système" |
4859 | 4869 | |
4860 | 4870 | #: app/views/enterprise_editor/index.rhtml:17 |
4861 | -#: app/views/profile_editor/index.rhtml:72 | |
4871 | +#: app/views/profile_editor/index.rhtml:73 | |
4862 | 4872 | msgid "Activate" |
4863 | 4873 | msgstr "Activer" |
4864 | 4874 | |
... | ... | @@ -4911,6 +4921,17 @@ msgstr "Oui, je veux le quitter." |
4911 | 4921 | msgid "Creating new community" |
4912 | 4922 | msgstr "Créer un nouveau groupe" |
4913 | 4923 | |
4924 | +#: app/views/memberships/new_community.rhtml:18 | |
4925 | +#, fuzzy | |
4926 | +msgid "Separate tags with commas." | |
4927 | +msgstr "Séparez les tags par des virgules" | |
4928 | + | |
4929 | +#: app/views/memberships/new_community.rhtml:18 | |
4930 | +msgid "" | |
4931 | +"Tags are important to new users, they'll be able to find your new community " | |
4932 | +"more easily." | |
4933 | +msgstr "" | |
4934 | + | |
4914 | 4935 | #: app/views/memberships/new_community.rhtml:21 |
4915 | 4936 | #: app/views/profile_editor/edit.rhtml:12 app/views/categories/_form.rhtml:27 |
4916 | 4937 | #: app/views/manage_products/_form.rhtml:10 |
... | ... | @@ -5292,7 +5313,7 @@ msgid "" |
5292 | 5313 | "add here the activation code that was sent." |
5293 | 5314 | msgstr "" |
5294 | 5315 | |
5295 | -#: app/views/profile_editor/index.rhtml:71 | |
5316 | +#: app/views/profile_editor/index.rhtml:72 | |
5296 | 5317 | #, fuzzy |
5297 | 5318 | msgid "Enterprise activation code" |
5298 | 5319 | msgstr "Validation d'entreprises" |
... | ... | @@ -6861,1281 +6882,37 @@ msgstr "info organisation" |
6861 | 6882 | msgid "Organization Info and settings" |
6862 | 6883 | msgstr "Région" |
6863 | 6884 | |
6864 | -#~ msgid "Template updated successfully" | |
6865 | -#~ msgstr "Mise à jour effectuée avec succès." | |
6866 | - | |
6867 | -#~ msgid "Could not update template" | |
6868 | -#~ msgstr "Impossible de mettre à jour le modèle" | |
6869 | - | |
6870 | -#~ msgid "Missing" | |
6871 | -#~ msgstr "Manquant" | |
6872 | - | |
6873 | -#~ msgid "Manage Templates" | |
6874 | -#~ msgstr "Gérer les templates" | |
6875 | - | |
6876 | -#~ msgid "Set Templates" | |
6877 | -#~ msgstr "Choisir les templates" | |
6878 | - | |
6879 | -#~ msgid "Person Template" | |
6880 | -#~ msgstr "Templates d'individu" | |
6881 | - | |
6882 | -#~ msgid "Community Template" | |
6883 | -#~ msgstr "Templates de groupe" | |
6884 | - | |
6885 | -#~ msgid "Enterprise Template" | |
6886 | -#~ msgstr "Templates d'organisation" | |
6887 | - | |
6888 | -#~ msgid "City and state: %s-%s" | |
6889 | -#~ msgstr "Ville et état : %s-%s" | |
6890 | - | |
6891 | -#~ msgid "Listing Members" | |
6892 | -#~ msgstr "Liste des membres" | |
6893 | - | |
6894 | -#~ msgid "Affiliate yourself" | |
6895 | -#~ msgstr "Vous affilier" | |
6896 | - | |
6897 | -#, fuzzy | |
6898 | -#~ msgid "%{fn} of uploaded file was larger than the maximum size of %s" | |
6899 | -#~ msgstr "" | |
6900 | -#~ "Le fichier que vous avez téléversé était plus gros que la taille maximale " | |
6901 | -#~ "de %s" | |
6902 | - | |
6903 | -#~ msgid "category" | |
6904 | -#~ msgstr "catégorie" | |
6905 | - | |
6906 | -#~ msgid "Path" | |
6907 | -#~ msgstr "Chemin" | |
6908 | - | |
6909 | -#~ msgid "Display color" | |
6910 | -#~ msgstr "Afficher la couleur" | |
6911 | - | |
6912 | -#~ msgid "Display in menu" | |
6913 | -#~ msgstr "Afficher dans le menu" | |
6914 | - | |
6915 | -#~ msgid "Children count" | |
6916 | -#~ msgstr "Nombre d'enfants" | |
6917 | - | |
6918 | -#, fuzzy | |
6919 | -#~ msgid "Highlight" | |
6920 | -#~ msgstr "Hauteur" | |
6921 | - | |
6922 | -#~ msgid "Redirected from \"%s\". please update your links and bookmarks." | |
6923 | -#~ msgstr "Redirigé depuis «%s». Prière de mettre à jour vos liens et signets." | |
6924 | - | |
6925 | -#~ msgid "A Ynternet.org project" | |
6926 | -#~ msgstr "Un projet d'Ynternet.org" | |
6927 | - | |
6928 | -#, fuzzy | |
6929 | -#~ msgid "Enterprises:" | |
6930 | -#~ msgstr "Entreprises" | |
6931 | - | |
6932 | -#~ msgid "Edit the Visual Design" | |
6933 | -#~ msgstr "Éditer l'apparence" | |
6934 | - | |
6935 | -# How is this used? (By which function/method?) | |
6936 | -# | |
6937 | -# this is used to display date with time. %d is the day, %B is the month name, %Y is the year, %H is the hour and %m is the minutes. | |
6938 | -#, fuzzy | |
6939 | -#~ msgid "%d %B %Y, %H:%M" | |
6940 | -#~ msgstr "%d %B %Y, %H:%m" | |
6941 | - | |
6942 | -#~ msgid "All favorite enterprises" | |
6943 | -#~ msgstr "Toutes les préférées entreprises" | |
6944 | - | |
6945 | -#~ msgid "All friends" | |
6946 | -#~ msgstr "Tous ses contacts" | |
6947 | - | |
6948 | -#~ msgid "friendship" | |
6949 | -#~ msgstr "amitié" | |
6950 | - | |
6951 | -#~ msgid "Friend" | |
6952 | -#~ msgstr "Contact" | |
6953 | - | |
6954 | -#~ msgid "All communities" | |
6955 | -#~ msgstr "Tous ses groupes" | |
6956 | - | |
6957 | -#~ msgid "All enterprises" | |
6958 | -#~ msgstr "Toutes les entreprises" | |
6959 | - | |
6960 | -#~ msgid "All people" | |
6961 | -#~ msgstr "Toutes les personnes" | |
6962 | - | |
6963 | -#~ msgid "Are you sure you want to <u>destroy</u> \"%s\"?" | |
6964 | -#~ msgstr "Êtes-vous sûr(e) de vouloir <u>détruirew/u> «%s» ?" | |
6965 | - | |
6966 | -#~ msgid "Yes, I want to destroy." | |
6967 | -#~ msgstr "Oui, je veux le/la détruire." | |
6968 | - | |
6969 | -#, fuzzy | |
6970 | -#~ msgid "Homepage:" | |
6971 | -#~ msgstr "Page personnelle : " | |
6972 | - | |
6973 | -#~ msgid "Missing home page" | |
6974 | -#~ msgstr "Pas de page d'accueil" | |
6975 | - | |
6976 | -#~ msgid "%s did not choose an article for homepage yet." | |
6977 | -#~ msgstr "%s n'a pas encore choisi d'article comme page d'accueil." | |
6978 | - | |
6979 | -#~ msgid "Click here to set your homepage now!" | |
6980 | -#~ msgstr "Cliquez ici pour choisir votre page d'accueil maintenant !" | |
6981 | - | |
6982 | -#~ msgid "By %{author} on %{date}" | |
6983 | -#~ msgstr "Par %{author} le %{date}" | |
6984 | - | |
6985 | -#, fuzzy | |
6986 | -#~ msgid "Ativar" | |
6987 | -#~ msgstr "Activer" | |
6988 | - | |
6989 | -#~ msgid "Could not update the enterprise" | |
6990 | -#~ msgstr "Impossible de mettre à jour l'entreprise" | |
6991 | - | |
6992 | -#~ msgid "Enterprise sucessfully erased from the system" | |
6993 | -#~ msgstr "L'entreprise a bien été effacée du système" | |
6994 | - | |
6995 | -#~ msgid "Image successfully uploaded" | |
6996 | -#~ msgstr "L'image a bien été téléversée" | |
6997 | - | |
6998 | -#~ msgid "This profile does not have any public information" | |
6999 | -#~ msgstr "Ce profil n'a pas d'information publique" | |
7000 | - | |
7001 | -# How is this used? (which function/method?) | |
7002 | -# | |
7003 | -# this is used for displaying dates. %d is the day, %B is the month name and %Y is the year! | |
7004 | -#~ msgid "%d %B %Y" | |
7005 | -#~ msgstr "%d %B %Y" | |
7006 | - | |
7007 | -#~ msgid "Block|Title" | |
7008 | -#~ msgstr "Bloc|Titre" | |
7009 | - | |
7010 | -#~ msgid "Block|Box" | |
7011 | -#~ msgstr "Bloc|Boîte" | |
7012 | - | |
7013 | -#~ msgid "Block|Type" | |
7014 | -#~ msgstr "Bloc|Type" | |
7015 | - | |
7016 | -#~ msgid "Block|Settings" | |
7017 | -#~ msgstr "Bloc|Paramètres" | |
7018 | - | |
7019 | -#~ msgid "Block|Position" | |
7020 | -#~ msgstr "Bloc|Position" | |
7021 | - | |
7022 | -#~ msgid "Box|Owner type" | |
7023 | -#~ msgstr "Boîte|Type de propriétaire" | |
7024 | - | |
7025 | -#~ msgid "Box|Owner" | |
7026 | -#~ msgstr "Boîte|Propriétaire" | |
7027 | - | |
7028 | -#~ msgid "Box|Position" | |
7029 | -#~ msgstr "Boîte|Position" | |
7030 | - | |
7031 | -#~ msgid "Consumption|Product category" | |
7032 | -#~ msgstr "Consommation|Catégorie de produits" | |
7033 | - | |
7034 | -#~ msgid "Consumption|Profile" | |
7035 | -#~ msgstr "Consommation|Profil" | |
7036 | - | |
7037 | -#~ msgid "Consumption|Aditional specifications" | |
7038 | -#~ msgstr "Consommation|Spécifications supplémentaires" | |
7039 | - | |
7040 | -#~ msgid "CreateEnterprise|Name" | |
7041 | -#~ msgstr "Créer une entreprise|Nom" | |
7042 | - | |
7043 | -#~ msgid "CreateEnterprise|Address" | |
7044 | -#~ msgstr "Créer une entreprise|Adresse" | |
7045 | - | |
7046 | -#~ msgid "CreateEnterprise|Contact phone" | |
7047 | -#~ msgstr "Créer une entreprise|Téléphone de contact" | |
7048 | - | |
7049 | -#~ msgid "CreateEnterprise|Contact person" | |
7050 | -#~ msgstr "Créer une entreprise|Personne de contact" | |
7051 | - | |
7052 | -#~ msgid "CreateEnterprise|Acronym" | |
7053 | -#~ msgstr "Créer une entreprise|Sigle" | |
7054 | - | |
7055 | -#~ msgid "CreateEnterprise|Foundation year" | |
7056 | -#~ msgstr "Créer une entreprise|Année de création" | |
7057 | - | |
7058 | -#~ msgid "CreateEnterprise|Legal form" | |
7059 | -#~ msgstr "Créer une entreprise|Forme juridique" | |
7060 | - | |
7061 | -#~ msgid "CreateEnterprise|Economic activity" | |
7062 | -#~ msgstr "Créer une entreprise|Activité économique" | |
7063 | - | |
7064 | -#~ msgid "CreateEnterprise|Management information" | |
7065 | -#~ msgstr "Créer une entreprise|Information sur les dirigeants" | |
7066 | - | |
7067 | -#~ msgid "Domain|Name" | |
7068 | -#~ msgstr "Domaine|Nom" | |
7069 | - | |
7070 | -#~ msgid "Domain|Owner type" | |
7071 | -#~ msgstr "Domaine|Type de propriétaire" | |
7072 | - | |
7073 | -#~ msgid "Domain|Owner" | |
7074 | -#~ msgstr "Domaine|Propriétaire" | |
7075 | - | |
7076 | -#~ msgid "person info" | |
7077 | -#~ msgstr "info sur la personne" | |
7078 | - | |
7079 | -#~ msgid "PersonInfo|Name" | |
7080 | -#~ msgstr "InfoPersonne|Nom" | |
7081 | - | |
7082 | -#~ msgid "PersonInfo|Photo" | |
7083 | -#~ msgstr "InfoPersonne|Photo" | |
7084 | - | |
7085 | -#~ msgid "PersonInfo|Contact information" | |
7086 | -#~ msgstr "InfoPersonne|Informations de contact" | |
7087 | - | |
7088 | -#~ msgid "PersonInfo|Birth date" | |
7089 | -#~ msgstr "InfoPersonne|Date de naissance" | |
7090 | - | |
7091 | -#~ msgid "PersonInfo|Sex" | |
7092 | -#~ msgstr "InfoPersonne|Sexe" | |
7093 | - | |
7094 | -#~ msgid "PersonInfo|Address" | |
7095 | -#~ msgstr "InfoPersonne|Adresse" | |
7096 | - | |
7097 | -#~ msgid "PersonInfo|City" | |
7098 | -#~ msgstr "InfoPersonne|Ville" | |
7099 | - | |
7100 | -#~ msgid "PersonInfo|State" | |
7101 | -#~ msgstr "InfoPersonne|État" | |
7102 | - | |
7103 | -#~ msgid "PersonInfo|Country" | |
7104 | -#~ msgstr "InfoPersonne|Pays" | |
7105 | - | |
7106 | -#~ msgid "PersonInfo|Created at" | |
7107 | -#~ msgstr "InfoPersonne|Créé le" | |
7108 | - | |
7109 | -#~ msgid "PersonInfo|Updated at" | |
7110 | -#~ msgstr "InfoPersonne|Mis à jour le" | |
7111 | - | |
7112 | -#~ msgid "PersonInfo|Person" | |
7113 | -#~ msgstr "InfoPersonne|Personne" | |
7114 | - | |
7115 | -#~ msgid "Thumbnail|Size" | |
7116 | -#~ msgstr "Aperçu|Taille" | |
7117 | - | |
7118 | -#~ msgid "Thumbnail|Content type" | |
7119 | -#~ msgstr "Aperçu|Type de contenu" | |
7120 | - | |
7121 | -#~ msgid "Thumbnail|Filename" | |
7122 | -#~ msgstr "Aperçu|Nom de fichier" | |
7123 | - | |
7124 | -#~ msgid "Thumbnail|Height" | |
7125 | -#~ msgstr "Aperçu|Hauteur" | |
7126 | - | |
7127 | -#~ msgid "Thumbnail|Width" | |
7128 | -#~ msgstr "Aperçu|Largeur" | |
7129 | - | |
7130 | -#~ msgid "Thumbnail|Parent" | |
7131 | -#~ msgstr "Aperçu|Parent" | |
7132 | - | |
7133 | -#~ msgid "Thumbnail|Thumbnail" | |
7134 | -#~ msgstr "Aperçu|Aperçu" | |
7135 | - | |
7136 | -#~ msgid "Profile|Name" | |
7137 | -#~ msgstr "Profil|Nom" | |
7138 | - | |
7139 | -#~ msgid "Profile|Type" | |
7140 | -#~ msgstr "Profil|Type" | |
7141 | - | |
7142 | -#~ msgid "Profile|Active" | |
7143 | -#~ msgstr "Profil|Actif" | |
7144 | - | |
7145 | -#~ msgid "Profile|Address" | |
7146 | -#~ msgstr "Profil|Adresse" | |
7147 | - | |
7148 | -#~ msgid "Profile|Contact phone" | |
7149 | -#~ msgstr "Profil|Téléphone de contact" | |
7150 | - | |
7151 | -#~ msgid "Profile|Home page" | |
7152 | -#~ msgstr "Profil|Page personnelle" | |
7153 | - | |
7154 | -#~ msgid "Profile|User" | |
7155 | -#~ msgstr "Profil|Utilisateur" | |
7156 | - | |
7157 | -#~ msgid "Profile|Region" | |
7158 | -#~ msgstr "Profil|Région" | |
7159 | - | |
7160 | -#~ msgid "Profile|Data" | |
7161 | -#~ msgstr "Profil|Données" | |
7162 | - | |
7163 | -#~ msgid "Profile|Created at" | |
7164 | -#~ msgstr "Profil|Créé le" | |
7165 | - | |
7166 | -#~ msgid "User|Login" | |
7167 | -#~ msgstr "Utilisateur|Identifiant" | |
7168 | - | |
7169 | -#~ msgid "User|Email" | |
7170 | -#~ msgstr "Utilisateur|Courriel" | |
7171 | - | |
7172 | -#~ msgid "User|Crypted password" | |
7173 | -#~ msgstr "Utilisateur|Mot de passe crypté" | |
7174 | - | |
7175 | -#~ msgid "User|Salt" | |
7176 | -#~ msgstr "Utilisateur|Sel" | |
7177 | - | |
7178 | -#~ msgid "User|Created at" | |
7179 | -#~ msgstr "Utilisateur|Créé le" | |
7180 | - | |
7181 | -#~ msgid "User|Updated at" | |
7182 | -#~ msgstr "Utilisateur|Mis à jour le" | |
7183 | - | |
7184 | -#~ msgid "User|Remember token" | |
7185 | -#~ msgstr "Utilisateur|Mémoriser le token" | |
7186 | - | |
7187 | -#~ msgid "User|Remember token expires at" | |
7188 | -#~ msgstr "Utilisateur|Le token mémorisé expire le" | |
7189 | - | |
7190 | -#~ msgid "User|Terms of use" | |
7191 | -#~ msgstr "Utilisateur|Conditions d'utilisation" | |
7192 | - | |
7193 | -#~ msgid "User|Terms accepted" | |
7194 | -#~ msgstr "Utilisateur|Conditions acceptées" | |
7195 | - | |
7196 | -#~ msgid "User|Environment" | |
7197 | -#~ msgstr "Utilisateur|Environnement" | |
7198 | - | |
7199 | -#~ msgid "person" | |
7200 | -#~ msgstr "personne" | |
7201 | - | |
7202 | -#~ msgid "Person|Name" | |
7203 | -#~ msgstr "Personne|Nom" | |
7204 | - | |
7205 | -#~ msgid "Person|Type" | |
7206 | -#~ msgstr "Personne|Type" | |
7207 | - | |
7208 | -#~ msgid "Person|Identifier" | |
7209 | -#~ msgstr "Personne|Identifiant" | |
7210 | - | |
7211 | -#~ msgid "Person|Environment" | |
7212 | -#~ msgstr "Personne|Environnement" | |
7213 | - | |
7214 | -#~ msgid "Person|Active" | |
7215 | -#~ msgstr "Personne|Active" | |
7216 | - | |
7217 | -#~ msgid "Person|Address" | |
7218 | -#~ msgstr "Personne|Adresse" | |
7219 | - | |
7220 | -#~ msgid "Person|Contact phone" | |
7221 | -#~ msgstr "Personne|Téléphone de contact" | |
7222 | - | |
7223 | -#~ msgid "Person|Home page" | |
7224 | -#~ msgstr "Personne|Page personnelle" | |
7225 | - | |
7226 | -#~ msgid "Person|User" | |
7227 | -#~ msgstr "Personne|Utilisateur" | |
7228 | - | |
7229 | -#~ msgid "Person|Region" | |
7230 | -#~ msgstr "Personne|Région" | |
7231 | - | |
7232 | -#~ msgid "Person|Data" | |
7233 | -#~ msgstr "Personne|Données" | |
7234 | - | |
7235 | -#~ msgid "Person|Created at" | |
7236 | -#~ msgstr "Personne|Crée le" | |
7237 | - | |
7238 | -#~ msgid "article" | |
7239 | -#~ msgstr "article" | |
7240 | - | |
7241 | -#~ msgid "Article|Name" | |
7242 | -#~ msgstr "Article|Nom" | |
7243 | - | |
7244 | -#~ msgid "Article|Path" | |
7245 | -#~ msgstr "Article|Chemin" | |
7246 | - | |
7247 | -#~ msgid "Article|Parent" | |
7248 | -#~ msgstr "Article|Parent" | |
7249 | - | |
7250 | -#~ msgid "Article|Body" | |
7251 | -#~ msgstr "Article|Corps" | |
7252 | - | |
7253 | -#~ msgid "Article|Abstract" | |
7254 | -#~ msgstr "Article|Résumé" | |
7255 | - | |
7256 | -#~ msgid "Article|Profile" | |
7257 | -#~ msgstr "Article|Profil" | |
7258 | - | |
7259 | -#~ msgid "Article|Updated on" | |
7260 | -#~ msgstr "Article|Mis à jour le" | |
7261 | - | |
7262 | -#~ msgid "Article|Created on" | |
7263 | -#~ msgstr "Article|Créé le " | |
7264 | - | |
7265 | -#~ msgid "Article|Last changed by" | |
7266 | -#~ msgstr "Article|Modifie en dernier par" | |
7267 | - | |
7268 | -#~ msgid "Article|Version" | |
7269 | -#~ msgstr "Article|Version" | |
7270 | - | |
7271 | -#~ msgid "Article|Lock version" | |
7272 | -#~ msgstr "Article|Verrouiller la version" | |
7273 | - | |
7274 | -#~ msgid "Article|Type" | |
7275 | -#~ msgstr "Article|Type" | |
7276 | - | |
7277 | -#~ msgid "Article|Size" | |
7278 | -#~ msgstr "Article|Taille" | |
7279 | - | |
7280 | -#~ msgid "Article|Content type" | |
7281 | -#~ msgstr "Article|Type de contenu" | |
7282 | - | |
7283 | -#~ msgid "Article|Filename" | |
7284 | -#~ msgstr "Article|Nom de fichier" | |
7285 | - | |
7286 | -#~ msgid "Article|Height" | |
7287 | -#~ msgstr "Article|Hauteur" | |
7288 | - | |
7289 | -#~ msgid "Article|Width" | |
7290 | -#~ msgstr "Article|Largeur" | |
7291 | - | |
7292 | -#~ msgid "Article|Comments count" | |
7293 | -#~ msgstr "Article|Nombre de commentaires" | |
7294 | - | |
7295 | -#~ msgid "User|Password" | |
7296 | -#~ msgstr "Utilisateur|Mot de passe" | |
7297 | - | |
7298 | -#~ msgid "User|Password confirmation" | |
7299 | -#~ msgstr "Utilisateur|Mot de passe (confirmation)" | |
7300 | - | |
7301 | -#~ msgid "ValidationInfo|Validation methodology" | |
7302 | -#~ msgstr "InfoValidation|Méthode de validation" | |
7303 | - | |
7304 | -#~ msgid "ValidationInfo|Restrictions" | |
7305 | -#~ msgstr "InfoValidation|Restrictions" | |
7306 | - | |
7307 | -#~ msgid "ValidationInfo|Organization" | |
7308 | -#~ msgstr "InfoValidation|Organisation" | |
7309 | - | |
7310 | -#~ msgid "Category|Name" | |
7311 | -#~ msgstr "Catégorie|Nom" | |
7312 | - | |
7313 | -#~ msgid "Category|Path" | |
7314 | -#~ msgstr "Catégorie|Chemin" | |
7315 | - | |
7316 | -#~ msgid "Category|Display color" | |
7317 | -#~ msgstr "Catégorie|Couleur d'affichage" | |
7318 | - | |
7319 | -#~ msgid "Category|Environment" | |
7320 | -#~ msgstr "Catégorie|Environnement" | |
7321 | - | |
7322 | -#~ msgid "Category|Parent" | |
7323 | -#~ msgstr "Catégorie|Parent" | |
7324 | - | |
7325 | -#~ msgid "Category|Type" | |
7326 | -#~ msgstr "Catégorie|Type" | |
7327 | - | |
7328 | -#~ msgid "%{fn} must be the same as the parents'" | |
7329 | -#~ msgstr "%{fn} doit être le même que celui de ses parents" | |
7330 | - | |
7331 | -#~ msgid "ProfileCategorization|Profile" | |
7332 | -#~ msgstr "CategorisationDeProfils|Profil" | |
7333 | - | |
7334 | -#~ msgid "ProfileCategorization|Category" | |
7335 | -#~ msgstr "CategorisationDeProfils|Catégorie" | |
7336 | - | |
7337 | -#~ msgid "OrganizationInfo|Organization" | |
7338 | -#~ msgstr "InfoOrganisation|Organisation" | |
7339 | - | |
7340 | -#~ msgid "OrganizationInfo|Contact person" | |
7341 | -#~ msgstr "InfoOrganisation|Personne de contact" | |
7342 | - | |
7343 | -#~ msgid "OrganizationInfo|Contact email" | |
7344 | -#~ msgstr "InfoOrganisation|Courriel de contact" | |
7345 | - | |
7346 | -#~ msgid "OrganizationInfo|Acronym" | |
7347 | -#~ msgstr "InfoOrganisation|Sigle" | |
7348 | - | |
7349 | -#~ msgid "OrganizationInfo|Foundation year" | |
7350 | -#~ msgstr "InfoOrganisation|Année de création" | |
7351 | - | |
7352 | -#~ msgid "OrganizationInfo|Legal form" | |
7353 | -#~ msgstr "InfoOrganisation|Forme juridique" | |
7354 | - | |
7355 | -#~ msgid "OrganizationInfo|Economic activity" | |
7356 | -#~ msgstr "InfoOrganisation|Activité économique" | |
7357 | - | |
7358 | -#~ msgid "OrganizationInfo|Management information" | |
7359 | -#~ msgstr "InfoOrganisation|Information sur les dirigeants" | |
7360 | - | |
7361 | -#~ msgid "OrganizationInfo|Validated" | |
7362 | -#~ msgstr "InfoOrganisation|Validé" | |
7363 | - | |
7364 | -#~ msgid "Image|Owner type" | |
7365 | -#~ msgstr "Image|Type du propriétaire" | |
7366 | - | |
7367 | -#~ msgid "Image|Owner" | |
7368 | -#~ msgstr "Image|Propriétaire" | |
7369 | - | |
7370 | -#~ msgid "Image|Parent" | |
7371 | -#~ msgstr "Image|Parent" | |
7372 | - | |
7373 | -#~ msgid "Image|Content type" | |
7374 | -#~ msgstr "Image|Type de contenu" | |
7375 | - | |
7376 | -#~ msgid "Image|Filename" | |
7377 | -#~ msgstr "Image|Nom de fichier" | |
7378 | - | |
7379 | -#~ msgid "Image|Thumbnail" | |
7380 | -#~ msgstr "Image|Aperçu" | |
7381 | - | |
7382 | -#~ msgid "Image|Size" | |
7383 | -#~ msgstr "Image|Taille" | |
7384 | - | |
7385 | -#~ msgid "Image|Width" | |
7386 | -#~ msgstr "Image|Largeur" | |
7387 | - | |
7388 | -#~ msgid "Image|Height" | |
7389 | -#~ msgstr "Image|Hauteur" | |
7390 | - | |
7391 | -#~ msgid "ArticleCategorization|Article" | |
7392 | -#~ msgstr "CategorisationArticle|Article" | |
7393 | - | |
7394 | -#~ msgid "ArticleCategorization|Category" | |
7395 | -#~ msgstr "CategorisationArticle|Catégorie" | |
7396 | - | |
7397 | -#~ msgid "Friendship|Person" | |
7398 | -#~ msgstr "Amitié|Personne" | |
7399 | - | |
7400 | -#~ msgid "Friendship|Friend" | |
7401 | -#~ msgstr "Amitié|Contact" | |
7402 | - | |
7403 | -#~ msgid "Friendship|Created at" | |
7404 | -#~ msgstr "Amitié|Créé le" | |
7405 | - | |
7406 | -#~ msgid "Friendship|Group" | |
7407 | -#~ msgstr "Amitié|Groupe" | |
7408 | - | |
7409 | -#~ msgid "Comment|Title" | |
7410 | -#~ msgstr "Commentaire|Titre" | |
7411 | - | |
7412 | -#~ msgid "Comment|Body" | |
7413 | -#~ msgstr "Commentaire|Corps" | |
7414 | - | |
7415 | -#~ msgid "Comment|Article" | |
7416 | -#~ msgstr "Commentaire|Article" | |
7417 | - | |
7418 | -#~ msgid "Comment|Author" | |
7419 | -#~ msgstr "Commentaire|Auteur" | |
7420 | - | |
7421 | -#~ msgid "Comment|Name" | |
7422 | -#~ msgstr "Commentaire|Nom" | |
7423 | - | |
7424 | -#~ msgid "Comment|Email" | |
7425 | -#~ msgstr "Commentaire|Adresse électronique" | |
7426 | - | |
7427 | -#~ msgid "Comment|Created on" | |
7428 | -#~ msgstr "Commentaire|Créé le" | |
7429 | - | |
7430 | -#~ msgid "Product|Enterprise" | |
7431 | -#~ msgstr "Produit|Entrprise" | |
7432 | - | |
7433 | -#~ msgid "Product|Product category" | |
7434 | -#~ msgstr "Produit|Catégorie de produit" | |
7435 | - | |
7436 | -#~ msgid "Product|Name" | |
7437 | -#~ msgstr "Produit|Nom" | |
7438 | - | |
7439 | -#~ msgid "Product|Price" | |
7440 | -#~ msgstr "Produit|Prix" | |
7441 | - | |
7442 | -#~ msgid "Product|Description" | |
7443 | -#~ msgstr "Produit|Description" | |
7444 | - | |
7445 | -#~ msgid "Product|Image" | |
7446 | -#~ msgstr "Produit|Image" | |
7447 | - | |
7448 | -#~ msgid "Peform task" | |
7449 | -#~ msgstr "Réaliser une tâche" | |
7450 | - | |
7451 | -#~ msgid "%s's home page" | |
7452 | -#~ msgstr "Page d'accueil de %s" | |
7453 | - | |
7454 | -#~ msgid "" | |
7455 | -#~ "<p>This is a default homepage created for %s. It can be changed though " | |
7456 | -#~ "the control panel.</p>" | |
7457 | -#~ msgstr "" | |
7458 | -#~ "<p>C'est la page d'accueil par défaut créée pour %s. Elle peut être " | |
7459 | -#~ "modifiée dans le panneau de contrôle.</p>" | |
7460 | - | |
7461 | -#~ msgid "Task|Data" | |
7462 | -#~ msgstr "Tâche|Données" | |
7463 | - | |
7464 | -#~ msgid "Task|Status" | |
7465 | -#~ msgstr "Tâche|Statut" | |
7466 | - | |
7467 | -#~ msgid "Task|End date" | |
7468 | -#~ msgstr "Tâche|Date de fin" | |
7469 | - | |
7470 | -#~ msgid "Task|Requestor" | |
7471 | -#~ msgstr "Tâche|Requérant" | |
7472 | - | |
7473 | -#~ msgid "Task|Target" | |
7474 | -#~ msgstr "Tâche|Cible" | |
7475 | - | |
7476 | -#~ msgid "Task|Code" | |
7477 | -#~ msgstr "Tâche|Code" | |
7478 | - | |
7479 | -#~ msgid "Task|Type" | |
7480 | -#~ msgstr "Tâche|Type" | |
7481 | - | |
7482 | -#~ msgid "Task|Created at" | |
7483 | -#~ msgstr "Tâche|Créée le " | |
7484 | - | |
7485 | -#~ msgid "The task was created at %s" | |
7486 | -#~ msgstr "La tâche a été créée à %s" | |
7487 | - | |
7488 | -#~ msgid "The task was finished at %s" | |
7489 | -#~ msgstr "La tâche a été achevée à %s" | |
7490 | - | |
7491 | -#~ msgid "The task was cancelled at %s" | |
7492 | -#~ msgstr "La tâche a été annulée à %s" | |
7493 | - | |
7494 | -#~ msgid "The enterprises where this user works." | |
7495 | -#~ msgstr "Les entreprises pour lesquelles travaille cet utilisateur." | |
7496 | - | |
7497 | -#~ msgid "\"%s\" article" | |
7498 | -#~ msgstr "L'article «%s»" | |
7499 | - | |
7500 | -#~ msgid "An ordinary article" | |
7501 | -#~ msgstr "Un article ordinaire" | |
7502 | - | |
7503 | -#~ msgid "An article of type \"%s\"" | |
7504 | -#~ msgstr "Un article de type «%s»" | |
7505 | - | |
7506 | -#~ msgid "" | |
7507 | -#~ "The tag is created when you add some one to your article. <p/>\n" | |
7508 | -#~ " Try to add some tags to some articles and see your tag cloud to " | |
7509 | -#~ "grow." | |
7510 | -#~ msgstr "" | |
7511 | -#~ "Un tag est créé lorsque vous l'ajoutez à vote article. <p/>\n" | |
7512 | -#~ " Essayer d'ajouter quelques tags à des articles et vous verrez le " | |
7513 | -#~ "nuage grossir." | |
7514 | - | |
7515 | -#~ msgid "Tags" | |
7516 | -#~ msgstr "Tags" | |
7517 | - | |
7518 | -#~ msgid "%s wants to be your friend" | |
7519 | -#~ msgstr "%s veut être votre contact" | |
7520 | - | |
7521 | -#~ msgid "The communities in which the user is a member" | |
7522 | -#~ msgstr "Les groupes dont l'utilisateur est membre" | |
7523 | - | |
7524 | -#~ msgid "Environment|Name" | |
7525 | -#~ msgstr "Environnement|Nom" | |
7526 | - | |
7527 | -#~ msgid "Environment|Contact email" | |
7528 | -#~ msgstr "Environnement|Adresse électronique de contact" | |
7529 | - | |
7530 | -#~ msgid "Environment|Is default" | |
7531 | -#~ msgstr "Environnement|Est celle par défaut" | |
7532 | - | |
7533 | -#~ msgid "Environment|Settings" | |
7534 | -#~ msgstr "Environnement|Paramètres" | |
7535 | - | |
7536 | -#~ msgid "Environment|Design data" | |
7537 | -#~ msgstr "Environnement|Données d'identité visuelle" | |
7538 | - | |
7539 | -#~ msgid "Other feature" | |
7540 | -#~ msgstr "Autres fonctionnalités" | |
7541 | - | |
7542 | -#~ msgid "" | |
7543 | -#~ "To change your password, please fill the form on this screen using yout " | |
7544 | -#~ "username and your e-mail. You will receive a message at that e-mail " | |
7545 | -#~ "address with a web address you can access to create a new password." | |
7546 | -#~ msgstr "" | |
7547 | -#~ "Pour modifier votre mot de passe, remplissez SVP le formulaire sur cet " | |
7548 | -#~ "écran en utilisant votre identifiant et votre adresse électronique. Vous " | |
7549 | -#~ "recevrez un message à cette adresse avec un lien vers une adresse web à " | |
7550 | -#~ "laquelle vous pourrez accéder pour placer un nouveau mot de passe." | |
7551 | - | |
7552 | -#~ msgid "E-mail" | |
7553 | -#~ msgstr "Adresse électronique" | |
7554 | - | |
7555 | -#~ msgid "I want to be an user!" | |
7556 | -#~ msgstr "Je rejoins cette communauté !" | |
7557 | - | |
7558 | -#~ msgid "Catalog" | |
7559 | -#~ msgstr "Catalogue" | |
7560 | - | |
7561 | -#~ msgid "Select the file you want to upload." | |
7562 | -#~ msgstr "Choisissez le document que vous voulez téléverser." | |
7563 | - | |
7564 | -#~ msgid "Hide subitems" | |
7565 | -#~ msgstr "Caches les sous-éléments" | |
7566 | - | |
7567 | -#~ msgid "Show subitems" | |
7568 | -#~ msgstr "Afficher les sous-éléments" | |
7569 | - | |
7570 | -#~ msgid "Subitems" | |
7571 | -#~ msgstr "Sous-éléments" | |
7572 | - | |
7573 | -#~ msgid "New subitem" | |
7574 | -#~ msgstr "Nouveau sous-élément" | |
7575 | - | |
7576 | -#~ msgid "Go up one level" | |
7577 | -#~ msgstr "Remonter d'un niveau" | |
7578 | - | |
7579 | -#~ msgid "\"%{article}\", last changed by %{author}" | |
7580 | -#~ msgstr "«%{article}», modifié en dernier par last %{author}" | |
7581 | - | |
7582 | -#~ msgid "Unknown User" | |
7583 | -#~ msgstr "Utilisateur inconnu" | |
7584 | - | |
7585 | -#~ msgid "Public address of this article: %s" | |
7586 | -#~ msgstr "Adresse publique de cet article : %s" | |
7587 | - | |
7588 | -#~ msgid "Are you sure you wan to remove this article?" | |
7589 | -#~ msgstr "Êtes-vous sûr(e) de vouloir ôter cet article ?" | |
7590 | - | |
7591 | -#~ msgid "Listing products" | |
7592 | -#~ msgstr "Liste des produits" | |
7593 | - | |
7594 | -#~ msgid "Add product" | |
7595 | -#~ msgstr "Ajouter un produit" | |
7596 | - | |
7597 | -#~ msgid "Product:" | |
7598 | -#~ msgstr "Produit :" | |
7599 | - | |
7600 | -#~ msgid "Legal Form:" | |
7601 | -#~ msgstr "Forme juridique :" | |
7602 | - | |
7603 | -#~ msgid "Management infomation:" | |
7604 | -#~ msgstr "Information sur les dirigeants :" | |
7605 | - | |
7606 | -#~ msgid "More search options" | |
7607 | -#~ msgstr "Recherche détaillée" | |
7608 | - | |
7609 | -#~ msgid "Page not found" | |
7610 | -#~ msgstr "Page non trouvée" | |
7611 | - | |
7612 | -#~ msgid "Do you want to activate the automatic help mode?" | |
7613 | -#~ msgstr "Voulez-vous activer le mode d'aide automatique ?" | |
7614 | - | |
7615 | -#~ msgid "" | |
7616 | -#~ "If needed, you can activate or deactivate the automatic help mode by " | |
7617 | -#~ "clicking the question mark symbol in the top-right corner" | |
7618 | -#~ msgstr "" | |
7619 | -#~ "Si nécessaire, vous pouvez activer ou désactiver le mode d'aide " | |
7620 | -#~ "automatique en cliquant sur le symbole «point d'interrogation» dans le " | |
7621 | -#~ "coin haut-droit" | |
7622 | - | |
7623 | -#~ msgid "category:" | |
7624 | -#~ msgstr "Catégorie :" | |
7625 | - | |
7626 | -#~ msgid "Edit person info" | |
7627 | -#~ msgstr "Éditer les infos personnelles" | |
7628 | - | |
7629 | -#~ msgid "My profile" | |
7630 | -#~ msgstr "Mon profil" | |
7631 | - | |
7632 | -#~ msgid "Upload your picture" | |
7633 | -#~ msgstr "Téléversez votre image" | |
7634 | - | |
7635 | -#~ msgid "Click here to upload any image to be your picture" | |
7636 | -#~ msgstr "Cliquez ici pour téléverser une photo qui sera votre image" | |
7637 | - | |
7638 | -#~ msgid "Edit Profile" | |
7639 | -#~ msgstr "Éditer le profil" | |
7640 | - | |
7641 | -#~ msgid "Pending tasks" | |
7642 | -#~ msgstr "Tâches en attente" | |
7643 | - | |
7644 | -#~ msgid "Edit Visual Design" | |
7645 | -#~ msgstr "Éditer l'apparence" | |
7646 | - | |
7647 | -#~ msgid "Edit Categories" | |
7648 | -#~ msgstr "Éditer les catégories" | |
7649 | - | |
7650 | -#~ msgid "Consumed Products" | |
7651 | -#~ msgstr "Produits consommés" | |
7652 | - | |
7653 | -#~ msgid "Manage Products" | |
7654 | -#~ msgstr "Gérer les produits" | |
7655 | - | |
7656 | -#~ msgid "Only in %{category}" | |
7657 | -#~ msgstr "Uniquement dans %{category}" | |
7658 | - | |
7659 | -#~ msgid "Whole site" | |
7660 | -#~ msgstr "Tout le site" | |
7661 | - | |
7662 | -#~ msgid "Recent articles" | |
7663 | -#~ msgstr "Articles récents" | |
7664 | - | |
7665 | -#~ msgid "Recent Comments" | |
7666 | -#~ msgstr "Commentaires récents" | |
7667 | - | |
7668 | -#~ msgid "I consume this" | |
7669 | -#~ msgstr "Je consomme ça" | |
7670 | - | |
7671 | -#~ msgid "One product in this category." | |
7672 | -#~ msgid_plural "%{num} products in this category." | |
7673 | -#~ msgstr[0] "Un produit dans cette catégorie." | |
7674 | -#~ msgstr[1] "%{num} produits dans cette catégorie." | |
7675 | - | |
7676 | -#~ msgid "One enterprise sells products in this category." | |
7677 | -#~ msgid_plural "%{num} enterprises sells products in this category." | |
7678 | -#~ msgstr[0] "Une entreprise vend des produits dans cette catégorie." | |
7679 | -#~ msgstr[1] "%{num} entreprises vendent des produits dans cette catégorie." | |
7680 | - | |
7681 | -#~ msgid "One user consumes this product." | |
7682 | -#~ msgid_plural "%{num} users consumes this product" | |
7683 | -#~ msgstr[0] "Un utilisateur consomme ce produit." | |
7684 | -#~ msgstr[1] "%{num} utilisateurs consomment ce produit." | |
7685 | - | |
7686 | -#~ msgid "Products under this category:" | |
7687 | -#~ msgstr "Produits sous cette catégorie :" | |
7688 | - | |
7689 | -#~ msgid "Price: %d" | |
7690 | -#~ msgstr "Prix : %d" | |
7691 | - | |
7692 | -#~ msgid "Enterprise:" | |
7693 | -#~ msgstr "Entreprise :" | |
7694 | - | |
7695 | -#~ msgid "Users that consumes products in this category:" | |
7696 | -#~ msgstr "Utilisateurs qui consomment des produits de cette catégorie :" | |
7697 | - | |
7698 | -#~ msgid "Category: %s" | |
7699 | -#~ msgstr "Catégorie : %s" | |
7700 | - | |
7701 | -#~ msgid "%{asset_name} in %{category}" | |
7702 | -#~ msgstr "%{asset_name} dans %{category}" | |
7703 | - | |
7704 | -#~ msgid "Search results for \"%{query}\" in %{category}" | |
7705 | -#~ msgstr "Résultats de la recherche de «%{query}» dans %{category}" | |
7706 | - | |
7707 | -#~ msgid "by %s, on \"%s\"" | |
7708 | -#~ msgstr "par %s le %s" | |
7709 | - | |
7710 | -#~ msgid "control panel" | |
7711 | -#~ msgstr "panneau de contrôle" | |
7712 | - | |
7713 | -#~ msgid "" | |
7714 | -#~ "Click here to enter your username and password and be recognized by the " | |
7715 | -#~ "system." | |
7716 | -#~ msgstr "" | |
7717 | -#~ "Cliquez ici pour entrer vos identifiant et mot de passe et être reconnu" | |
7718 | -#~ "(e) par le système." | |
7719 | - | |
7720 | -#~ msgid "Organizing visual design" | |
7721 | -#~ msgstr "Organisation du visuel" | |
7722 | - | |
7723 | -#~ msgid "%s' friends" | |
7724 | -#~ msgstr "Les contacts de %s" | |
7725 | - | |
7726 | -#~ msgid "Homepage: " | |
7727 | -#~ msgstr "Page personnelle : " | |
7728 | - | |
7729 | -#~ msgid "%s's groups" | |
7730 | -#~ msgstr "Les groupes de %s" | |
7731 | - | |
7732 | -#~ msgid "%s is a member of the following groups:" | |
7733 | -#~ msgstr "%s est membre des groupes suivants :" | |
7734 | - | |
7735 | -#~ msgid "You have no friends yet. Go make some." | |
7736 | -#~ msgstr "Vous n'avez pas encore de contact. Cherchez-en !" | |
7737 | - | |
7738 | -#~ msgid "edit your informations" | |
7739 | -#~ msgstr "Éditer vos informations" | |
7740 | - | |
7741 | -#~ msgid "Article|Updated at" | |
7742 | -#~ msgstr "Article|Mis à jour le " | |
7743 | - | |
7744 | -#~ msgid "Article|Created at" | |
7745 | -#~ msgstr "Article|Créé le " | |
7746 | - | |
7747 | -#~ msgid "Article|Advertise" | |
7748 | -#~ msgstr "Article|Mettre en valeur " | |
7749 | - | |
7750 | -#~ msgid "Profile|Lat" | |
7751 | -#~ msgstr "Profile|Latitude" | |
7752 | - | |
7753 | -#~ msgid "Profile|Lng" | |
7754 | -#~ msgstr "Profile|Longitude" | |
7755 | - | |
7756 | -#~ msgid "Profile|Geocode precision" | |
7757 | -#~ msgstr "Profile|Précision geocode" | |
7758 | - | |
7759 | -#~ msgid "Category|Lat" | |
7760 | -#~ msgstr "Category|Latitude" | |
7761 | - | |
7762 | -#~ msgid "Category|Lng" | |
7763 | -#~ msgstr "Category|Longitude" | |
7764 | - | |
7765 | -#~ msgid "User|Username" | |
7766 | -#~ msgstr "User|Nom d'utilisateur" | |
7767 | - | |
7768 | -#~ msgid "User|e-Mail" | |
7769 | -#~ msgstr "User|Adresse électronique" | |
7770 | - | |
7771 | -#~ msgid "Comment|Created at" | |
7772 | -#~ msgstr "Comment|Créé le" | |
7773 | - | |
7774 | -#~ msgid "Product|Created at" | |
7775 | -#~ msgstr "Product|Créé le" | |
7776 | - | |
7777 | -#~ msgid "Product|Updated at" | |
7778 | -#~ msgstr "Product|Mis à jour le " | |
7779 | - | |
7780 | -#~ msgid "Recently registered people" | |
7781 | -#~ msgstr "Personnes enregistrées récemment" | |
7782 | - | |
7783 | -#~ msgid "Recently created communities" | |
7784 | -#~ msgstr "Groupes créés récemment" | |
7785 | - | |
7786 | -#~ msgid "Recent comments" | |
7787 | -#~ msgstr "Commentaires récents" | |
7788 | - | |
7789 | -#~ msgid "Change your picture" | |
7790 | -#~ msgstr "Modifiez votre image" | |
7791 | - | |
7792 | -#~ msgid "Edit organization info" | |
7793 | -#~ msgstr "Éditer les informations de l'organisation" | |
7794 | - | |
7795 | -#~ msgid "Search results for \"%{query}\" in \"%{category}\"" | |
7796 | -#~ msgstr "Résultats de la recherche sur «%{query}» dans «%{category}»" | |
7797 | - | |
7798 | -#~ msgid "Recent" | |
7799 | -#~ msgstr "Récents" | |
7800 | - | |
7801 | -#~ msgid "Search for \"%s\" in the whole site" | |
7802 | -#~ msgstr "Recherche de «%s» dans tout le site" | |
7803 | - | |
7804 | -#~ msgid "Are you sure, you want to remove this product from your list" | |
7805 | -#~ msgstr "Êtes-vous sûr(e) de vouloir ôter ce produit de votre liste ?" | |
7806 | - | |
7807 | -#~ msgid "A FBES project" | |
7808 | -#~ msgstr "Un projet du FBES" | |
7809 | - | |
7810 | -#~ msgid "Developed by Colivre" | |
7811 | -#~ msgstr "Développé par Colivre" | |
7812 | - | |
7813 | -#~ msgid "" | |
7814 | -#~ "Ups... It seems you are using Internet Explorer.\n" | |
7815 | -#~ "\n" | |
7816 | -#~ "We are sory, but some things will not work well on this web browser for " | |
7817 | -#~ "now...\n" | |
7818 | -#~ "We propose you to use Firefox, for this web site and any other.\n" | |
7819 | -#~ "\n" | |
7820 | -#~ "Do you want to get your Firefox now?" | |
7821 | -#~ msgstr "" | |
7822 | -#~ "Aïe... Il semblerait que vous utilisez Internet Explorer\n" | |
7823 | -#~ "\n" | |
7824 | -#~ "Nous sommes désolés, mais certains éléments ne fonctionnent pas bien avec " | |
7825 | -#~ "ce navigateur pour le moment...\n" | |
7826 | -#~ "Ne vous suggérons d'utiliser Firefox, pour ce site et n'importe quel " | |
7827 | -#~ "autre.\n" | |
7828 | -#~ "\n" | |
7829 | -#~ "Voulez-vous obtenir Firefox maintenant ?" | |
7830 | - | |
7831 | -#~ msgid "" | |
7832 | -#~ "Fill all this fields to join in this environment.<p/>If you forgot your " | |
7833 | -#~ "password, do not create a new account, click on the \"<b>I forgot my " | |
7834 | -#~ "password!</b>\" link. ;-)" | |
7835 | -#~ msgstr "" | |
7836 | -#~ "Remplissez tous ces champs pour rejoindre cette communauté.<p/>Si vous " | |
7837 | -#~ "avez oublié votre mot de passe, ne créez pas un nouveau compte, cliquez " | |
7838 | -#~ "sur le lien «<b>J'ai oublié mon mot de passe</b>»." | |
7839 | - | |
7840 | -#~ msgid "" | |
7841 | -#~ "\"Username\" is a simple nickname to recognize you on this environment." | |
7842 | -#~ msgstr "" | |
7843 | -#~ "«Identifiant» est un simple surnom pour vous reconnaître dans cette " | |
7844 | -#~ "communauté." | |
7845 | - | |
7846 | -#~ msgid "We'll send you an e-mail to validate your registration." | |
7847 | -#~ msgstr "" | |
7848 | -#~ "Nous vous enverrons un courrier électronique pour valider votre " | |
7849 | -#~ "enregistrement." | |
7850 | - | |
7851 | -#~ msgid "Do not use a obviously password, but try some unforgettable word." | |
7852 | -#~ msgstr "" | |
7853 | -#~ "Ne choisissez pas un mot de passe évident, mais essayez de trouver " | |
7854 | -#~ "quelque chose que vous n'oublierez pas." | |
7855 | - | |
7856 | -#~ msgid "We need to be sure that you wrote correctly your password." | |
7857 | -#~ msgstr "" | |
7858 | -#~ "Nous devons nous assurer que vous avez écrit correctement votre mot de " | |
7859 | -#~ "passe." | |
7860 | - | |
7861 | -#~ msgid "edit your information" | |
7862 | -#~ msgstr "Éditer vos informations" | |
7863 | - | |
7864 | -#~ msgid "This user's favorite enterprises." | |
7865 | -#~ msgstr "Les entreprises préférées de l'utilisateur." | |
7866 | - | |
7867 | -#~ msgid "Article|Published" | |
7868 | -#~ msgstr "Article|Publié" | |
7869 | - | |
7870 | -#~ msgid "Article|Start date" | |
7871 | -#~ msgstr "Article|Date de début" | |
7872 | - | |
7873 | -#~ msgid "Article|End date" | |
7874 | -#~ msgstr "Article|Date de fin" | |
7875 | - | |
7876 | -#~ msgid "Category|Display in menu" | |
7877 | -#~ msgstr "Catégorie|Afficher dans le menu" | |
7878 | - | |
7879 | -#~ msgid "User|Password type" | |
7880 | -#~ msgstr "User|Type de mot de passe" | |
7881 | - | |
7882 | -#~ msgid "Product|Lat" | |
7883 | -#~ msgstr "Product|Latitude" | |
7884 | - | |
7885 | -#~ msgid "Product|Lng" | |
7886 | -#~ msgstr "Product|Longitude" | |
7887 | - | |
7888 | -#~ msgid "%s wants to be a member" | |
7889 | -#~ msgstr "%s veut devenir membre" | |
7890 | - | |
7891 | -#~ msgid "Recently created enterprises" | |
7892 | -#~ msgstr "Entreprises créés récemment" | |
7893 | - | |
7894 | -#~ msgid "Recently added events" | |
7895 | -#~ msgstr "Événements créés récemment" | |
7896 | - | |
7897 | -#~ msgid "Actions: %s" | |
7898 | -#~ msgstr "Actions : %s" | |
7899 | - | |
7900 | -#~ msgid "You are not allowed to view this content." | |
7901 | -#~ msgstr "Vous n'êtes pas autorisé(e) à voir ce contenu." | |
7902 | - | |
7903 | -#~ msgid "Closed %s" | |
7904 | -#~ msgstr "Fermé %s" | |
7905 | - | |
7906 | -#~ msgid "Products results for \"%{query}\" of enterprises in \"%{category}\"" | |
7907 | -#~ msgstr "" | |
7908 | -#~ "Résultats des produits correspondant à «%{query}» d'entreprises dans «%" | |
7909 | -#~ "{category}»" | |
7910 | - | |
7911 | -#~ msgid "Products results for \"%s\"" | |
7912 | -#~ msgstr "Résultats des produits correspondant à «%s»" | |
7913 | - | |
7914 | -#~ msgid "Products of enterprises in \"%s\"" | |
7915 | -#~ msgstr "Produits d'entreprises dans «%s»" | |
7916 | - | |
7917 | -#~ msgid "(recently added)" | |
7918 | -#~ msgstr "(récemment ajouté(e))" | |
7919 | - | |
7920 | -#~ msgid "Browse by name" | |
7921 | -#~ msgstr "Parcourir par nom" | |
7922 | - | |
7923 | -#~ msgid "(more ...)" | |
7924 | -#~ msgstr "(plus...)" | |
7925 | - | |
7926 | -#~ msgid "Distance (km): " | |
7927 | -#~ msgstr "Distance (Km):" | |
7928 | - | |
7929 | -#~ msgid "From: " | |
7930 | -#~ msgstr "De: " | |
7931 | - | |
7932 | -#~ msgid "Advanced search" | |
7933 | -#~ msgstr "Recherche avancée" | |
7934 | - | |
7935 | -#~ msgid "Add favorite enterprise" | |
7936 | -#~ msgstr "Ajouter l'entreprise préférée" | |
7937 | - | |
7938 | -#~ msgid "Published" | |
7939 | -#~ msgstr "Publié" | |
7940 | - | |
7941 | -#~ msgid "e-Mail settings saved successfully." | |
7942 | -#~ msgstr "Vos préférences e-mail ont été sauvegardées." | |
7943 | - | |
7944 | -#~ msgid "Profile|Enabled" | |
7945 | -#~ msgstr "Profile|Activé" | |
7946 | - | |
7947 | -#~ msgid "User|Enable email" | |
7948 | -#~ msgstr "User|Activer l'e-mail" | |
7949 | - | |
7950 | -#~ msgid "Manage Enterprises" | |
7951 | -#~ msgstr "Gérer les entreprises" | |
7952 | - | |
7953 | -#~ msgid "Enable e-mail %s" | |
7954 | -#~ msgstr "Activer l'e-mail %s" | |
7955 | - | |
7956 | -#~ msgid "" | |
7957 | -#~ "Marking this option gives you an e-mail account with the address above. " | |
7958 | -#~ "You'll be able to access a webmail from your user menu." | |
7959 | -#~ msgstr "" | |
7960 | -#~ "Choisir cette option vous donne un compte e-mail avec l'adresse indiquée. " | |
7961 | -#~ "Vous pourrez accéder à un webmail à partir de votre menu utilisateur" | |
7962 | - | |
7963 | -#~ msgid "Article|Children count" | |
7964 | -#~ msgstr "Article|Nombre d'enfants" | |
7965 | - | |
7966 | -#~ msgid "ProfileCategorization|Virtual" | |
7967 | -#~ msgstr "ProfileCategorization|Virtuel" | |
7968 | - | |
7969 | -#~ msgid "Category|Children count" | |
7970 | -#~ msgstr "Category|Nombre d'enfants" | |
7971 | - | |
7972 | -#~ msgid "ArticleCategorization|Virtual" | |
7973 | -#~ msgstr "ArticleCategorization|Virtuel" | |
7974 | - | |
7975 | -#~ msgid "%s:Products/Services" | |
7976 | -#~ msgstr "%s : Produits/Services" | |
7977 | - | |
7978 | -#~ msgid "more..." | |
7979 | -#~ msgstr "plus..." | |
7980 | - | |
7981 | -#~ msgid "Leave this enterprise" | |
7982 | -#~ msgstr "Quitter cette entreprise" | |
7983 | - | |
7984 | -#~ msgid "Join this enterprise" | |
7985 | -#~ msgstr "Rejoindre cette entreprise" | |
7986 | - | |
7987 | -#~ msgid "Select the file you want to upload (max size %s)." | |
7988 | -#~ msgstr "" | |
7989 | -#~ "Choisissez le document que vous voulez téléverser (taille maximale %s)." | |
7990 | - | |
7991 | -#~ msgid "Register and activate enterprise" | |
7992 | -#~ msgstr "Enregistrer et activer une entreprise" | |
7993 | - | |
7994 | -#~ msgid "" | |
7995 | -#~ "Fill all this fields to activate your enterprise and join in this " | |
7996 | -#~ "environment.<p/>If you forgot your password, do not create a new account, " | |
7997 | -#~ "click on the \"<b>I forgot my password!</b>\" link. ;-)" | |
7998 | -#~ msgstr "" | |
7999 | -#~ "Remplissez tous ces champs pour activer votre entreprise et rejoindre " | |
8000 | -#~ "cette communauté.<p/>Si vous avez oublié votre mot de passe, ne créez pas " | |
8001 | -#~ "un nouveau compte, cliquez sur le lien «<b>J'ai oublié mon mot de passe</" | |
8002 | -#~ "b>»." | |
8003 | - | |
8004 | -#~ msgid "within %d from %s" | |
8005 | -#~ msgstr "dans les %d de %s" | |
8006 | - | |
8007 | -#~ msgid "Legal form:" | |
8008 | -#~ msgstr "Forme juridique : " | |
8009 | - | |
8010 | -#, fuzzy | |
8011 | -#~ msgid "Abstract" | |
8012 | -#~ msgstr "Résumé" | |
8013 | - | |
8014 | -#~ msgid "Last changed by" | |
8015 | -#~ msgstr "Modifié en dernier par" | |
8016 | - | |
8017 | -#~ msgid "Version" | |
8018 | -#~ msgstr "Version" | |
8019 | - | |
8020 | -#, fuzzy | |
8021 | -#~ msgid "Lock version" | |
8022 | -#~ msgstr "Verrouiller la version" | |
8023 | - | |
8024 | -#, fuzzy | |
8025 | -#~ msgid "Comments count" | |
8026 | -#~ msgstr "Nombre de commentaires" | |
6885 | +#: lib/zen3_terminology.rb:82 | |
6886 | +msgid "Choose the groups you want to join and/or create your own." | |
6887 | +msgstr "" | |
8027 | 6888 | |
6889 | +#: lib/zen3_terminology.rb:83 | |
8028 | 6890 | #, fuzzy |
8029 | -#~ msgid "Advertise" | |
8030 | -#~ msgstr "Mettre en valeur " | |
8031 | - | |
8032 | -#~ msgid "Newer people" | |
8033 | -#~ msgstr "Les dernières personnes" | |
8034 | - | |
8035 | -#~ msgid "Newer enterprises" | |
8036 | -#~ msgstr "Les dernières entreprises" | |
8037 | - | |
8038 | -#~ msgid "Newer communities" | |
8039 | -#~ msgstr "Les derniers groupes" | |
8040 | - | |
8041 | -#~ msgid "Newer articles" | |
8042 | -#~ msgstr "Derniers articles" | |
8043 | - | |
8044 | -#~ msgid "" | |
8045 | -#~ "New members must be approved by an administrator before joining this " | |
8046 | -#~ "group?" | |
8047 | -#~ msgstr "" | |
8048 | -#~ "Les nouveaux membres doivent-ils être approuvés par un administrateur " | |
8049 | -#~ "avant de rejoindre ce groupe ?" | |
8050 | - | |
8051 | -#~ msgid "Sponsored by Loterie Romande" | |
8052 | -#~ msgstr "Soutien de la Loterie Romande" | |
8053 | - | |
8054 | -#~ msgid "Destroy %s" | |
8055 | -#~ msgstr "Détruire %s" | |
8056 | - | |
8057 | -#~ msgid "Are you sure you want to destroy %s?" | |
8058 | -#~ msgstr "Êtes-vous sûr(e) de vouloir détruire %s ?" | |
8059 | - | |
8060 | -#~ msgid "Add favorite organization" | |
8061 | -#~ msgstr "Ajouter comme organisation préférée" | |
8062 | - | |
8063 | -#~ msgid "Public article" | |
8064 | -#~ msgstr "Article public" | |
8065 | - | |
8066 | -#~ msgid "Accept comments" | |
8067 | -#~ msgstr "Accepte les commentaires" | |
8068 | - | |
8069 | -#~ msgid "Reference article" | |
8070 | -#~ msgstr "Article de référence" | |
8071 | - | |
8072 | -#~ msgid "%s wants to publish %s" | |
8073 | -#~ msgstr "%s veut publier %s" | |
8074 | - | |
8075 | -#~ msgid "This block presents a list of people." | |
8076 | -#~ msgstr "Ce bloc présente une liste de personnes." | |
8077 | - | |
8078 | -#~ msgid "Want you see other persons on this environment?" | |
8079 | -#~ msgstr "Vous voulez voir d'autre personnes de cette communauté ?" | |
8080 | - | |
8081 | -# 1- Verify consistency between translations. | |
8082 | -# 2- In English "an user" -> "a user" Cf. http://forum.wordreference.com/showthread.php?t=480322 | |
8083 | -# | |
8084 | -#~ msgid "" | |
8085 | -#~ "To join on this environment, click on \"<b>I want to participate!</b>\"." | |
8086 | -#~ msgstr "" | |
8087 | -#~ "Pour rejoindre cette communauté, cliquez sur \"<b>Je veux participer !</" | |
8088 | -#~ "b>\"." | |
8089 | - | |
8090 | -#~ msgid "Answer" | |
8091 | -#~ msgstr "Réponse" | |
8092 | - | |
8093 | -#~ msgid "I accept the terms" | |
8094 | -#~ msgstr "J'accepte les conditions d'utilisation" | |
8095 | - | |
8096 | -#~ msgid "I do NOT accept the terms" | |
8097 | -#~ msgstr "Je n'accepte PAS les conditions d'utilisation" | |
8098 | - | |
8099 | -#~ msgid "What user should be the admin of the enterprise page" | |
8100 | -#~ msgstr "" | |
8101 | -#~ "Quel utilisateur devrait être l'administrateur de la page de " | |
8102 | -#~ "l'entreprise ?" | |
8103 | - | |
8104 | -#~ msgid "Already have user" | |
8105 | -#~ msgstr "Un tel utilisateur existe déjà" | |
8106 | - | |
8107 | -#~ msgid "Create new user" | |
8108 | -#~ msgstr "Créer un nouvel utilisateur" | |
8109 | - | |
8110 | -#~ msgid "Accept Comments" | |
8111 | -#~ msgstr "Accepte les commentaires " | |
8112 | - | |
8113 | -#~ msgid "Send request" | |
8114 | -#~ msgstr "Envoyer une requête" | |
8115 | - | |
8116 | -#~ msgid "New articles must be approved:" | |
8117 | -#~ msgstr "Les nouveaux articles doivent être approuvés :" | |
8118 | - | |
8119 | -#~ msgid "New publication" | |
8120 | -#~ msgstr "Nouvelle publication" | |
8121 | - | |
8122 | -#~ msgid "This article does not accept comments" | |
8123 | -#~ msgstr "Cet article n'accepte pas les commentaires." | |
6891 | +msgid "New group" | |
6892 | +msgstr "Un groupe" | |
8124 | 6893 | |
8125 | -#~ msgid "View my requests" | |
8126 | -#~ msgstr "Voir mes requêtes" | |
6894 | +#: lib/zen3_terminology.rb:84 | |
6895 | +msgid "" | |
6896 | +"Tags are important to new users, they'll be able to find your new group more " | |
6897 | +"easily." | |
6898 | +msgstr "" | |
8127 | 6899 | |
8128 | -#, fuzzy | |
8129 | -#~ msgid "Setting" | |
8130 | -#~ msgstr "Paramètres" | |
6900 | +#: public/500.html.erb:25 | |
6901 | +msgid "Temporary system problem" | |
6902 | +msgstr "Problème temporaire du système" | |
8131 | 6903 | |
8132 | -#~ msgid "Notify comments" | |
8133 | -#~ msgstr "Alerter des commentaires" | |
6904 | +#: public/500.html.erb:27 | |
6905 | +msgid "" | |
6906 | +"Our technical team is working on it, please try again later. Sorry for the " | |
6907 | +"inconvenience." | |
6908 | +msgstr "" | |
6909 | +"Notre équipe technique y travaille, SVP réessayer plus tard. Désolé pour le " | |
6910 | +"dérangement." | |
8134 | 6911 | |
8135 | -#, fuzzy | |
8136 | -#~ msgid "Hits" | |
8137 | -#~ msgstr "Hauteur" | |
6912 | +#: public/503.html.erb:26 | |
6913 | +msgid "System maintainance" | |
6914 | +msgstr "Maintenance Du Serveur" | |
8138 | 6915 | |
8139 | -#, fuzzy | |
8140 | -#~ msgid "Upload file" | |
8141 | -#~ msgstr "Fichier téléversé" | |
6916 | +#: public/503.html.erb:28 | |
6917 | +msgid "This system is under maintainance. It should be back in a few hours." | |
6918 | +msgstr "Cette plate-forme web est en maintenance. Elle sera à nouveau opérationnelle dans quelques heures." | ... | ... |
po/hy/noosfero.po
... | ... | @@ -3,23 +3,18 @@ |
3 | 3 | # This file is distributed under the same license as the PACKAGE package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | -#, fuzzy | |
7 | 6 | msgid "" |
8 | 7 | msgstr "" |
9 | 8 | "Project-Id-Version: noosfero 0.19.0\n" |
10 | -"POT-Creation-Date: 2009-08-03 13:06-0300\n" | |
11 | -"PO-Revision-Date: 2009-07-11 17:27-0300\n" | |
9 | +"POT-Creation-Date: 2009-08-03 19:42-0300\n" | |
10 | +"PO-Revision-Date: 2009-08-03 18:48-0300\n" | |
12 | 11 | "Last-Translator: Anahit Minassian <anahit.minassian@cooperation.net>\n" |
13 | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
14 | 13 | "MIME-Version: 1.0\n" |
15 | 14 | "Content-Type: text/plain; charset=UTF-8\n" |
16 | 15 | "Content-Transfer-Encoding: 8bit\n" |
17 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
18 | 16 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" |
19 | 17 | "X-Generator: Pootle 0.10.1\n" |
20 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
21 | -"Plural-Forms: nplurals=2; plural=(n > 1);\n" | |
22 | -"X-Generator: Pootle 0.10.1\n" | |
23 | 18 | |
24 | 19 | #: app/helpers/profile_helper.rb:19 app/helpers/search_helper.rb:99 |
25 | 20 | #: app/helpers/friends_helper.rb:9 app/views/layouts/slideshow.rhtml:18 |
... | ... | @@ -628,7 +623,7 @@ msgstr "Ձեռնարկություններ" |
628 | 623 | #: app/helpers/assets_helper.rb:11 |
629 | 624 | #: app/controllers/public/search_controller.rb:136 |
630 | 625 | #: app/controllers/public/search_controller.rb:210 |
631 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 | |
626 | +#: app/views/search/communities.rhtml:4 app/views/profile/_person.rhtml:50 | |
632 | 627 | #: app/views/content_viewer/_person.rhtml:50 |
633 | 628 | #: app/views/layouts/application-ng.rhtml:94 |
634 | 629 | msgid "Communities" |
... | ... | @@ -650,30 +645,8 @@ msgstr[0] "Մեկ մեկնաբանություն" |
650 | 645 | msgstr[1] "մեկնաբանություններ" |
651 | 646 | |
652 | 647 | #: app/helpers/content_viewer_helper.rb:23 |
653 | -#, fuzzy | |
654 | 648 | msgid "%s, by %s - %s" |
655 | 649 | msgstr "" |
656 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
657 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
658 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
659 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
660 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
661 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
662 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
663 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
664 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
665 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
666 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
667 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
668 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
669 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
670 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
671 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
672 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
673 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
674 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
675 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
676 | -"որոնել ըստ %s" | |
677 | 650 | |
678 | 651 | #: app/helpers/tags_helper.rb:33 |
679 | 652 | msgid "No tags yet." |
... | ... | @@ -906,9 +879,10 @@ msgstr "Մուտքագրեք և սեղմեք «Enter» կոճակը" |
906 | 879 | #: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 |
907 | 880 | #: app/views/profile_members/add_members.rhtml:5 |
908 | 881 | #: app/views/search/_sellers_form.rhtml:21 |
909 | -#: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 | |
910 | -#: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 | |
911 | -#: app/views/home/index.rhtml:56 app/views/region_validators/region.rhtml:23 | |
882 | +#: app/views/search/_search_form.rhtml:19 | |
883 | +#: app/views/search/communities.rhtml:13 app/views/search/articles.rhtml:10 | |
884 | +#: app/views/search/people.rhtml:10 app/views/home/index.rhtml:56 | |
885 | +#: app/views/region_validators/region.rhtml:23 | |
912 | 886 | msgid "Search" |
913 | 887 | msgstr "Որոնում" |
914 | 888 | |
... | ... | @@ -940,28 +914,7 @@ msgstr "" |
940 | 914 | #: app/helpers/blog_helper.rb:14 |
941 | 915 | #, fuzzy |
942 | 916 | msgid "Edit blog" |
943 | -msgstr "" | |
944 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
945 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
946 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
947 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
948 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
949 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
950 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
951 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
952 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
953 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
954 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
955 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
956 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
957 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
958 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
959 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
960 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
961 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
962 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
963 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
964 | -"Բաժին փոփոխել" | |
917 | +msgstr "Բաժին փոփոխել" | |
965 | 918 | |
966 | 919 | #: app/helpers/blog_helper.rb:20 |
967 | 920 | msgid "« Newer posts" |
... | ... | @@ -1007,7 +960,7 @@ msgstr "" |
1007 | 960 | "Այստեղ ընտրված լեզուն վերաբերվում է համակարգի արտաքին տեսքին (կոճակներ և " |
1008 | 961 | "այլն), և չի փոխում մասնակիցների կողմից ստեղծված հոդվածների լեզուն:" |
1009 | 962 | |
1010 | -#: app/helpers/forms_helper.rb:34 app/models/link_list_block.rb:8 | |
963 | +#: app/helpers/forms_helper.rb:35 app/models/link_list_block.rb:8 | |
1011 | 964 | #: app/views/admin_panel/message_for_disabled_enterprise.rhtml:11 |
1012 | 965 | #: app/views/admin_panel/site_info.rhtml:13 |
1013 | 966 | #: app/views/shared/_select_categories.rhtml:22 |
... | ... | @@ -1024,23 +977,23 @@ msgstr "" |
1024 | 977 | msgid "Cancel" |
1025 | 978 | msgstr "Հրաժարում" |
1026 | 979 | |
1027 | -#: app/helpers/forms_helper.rb:64 | |
980 | +#: app/helpers/forms_helper.rb:65 | |
1028 | 981 | msgid "Select the State" |
1029 | 982 | msgstr "Ընտրեք նահանգը" |
1030 | 983 | |
1031 | -#: app/helpers/forms_helper.rb:65 | |
984 | +#: app/helpers/forms_helper.rb:66 | |
1032 | 985 | msgid "Select the City" |
1033 | 986 | msgstr "Ընտրեք քաղաքը" |
1034 | 987 | |
1035 | -#: app/helpers/forms_helper.rb:88 | |
988 | +#: app/helpers/forms_helper.rb:89 | |
1036 | 989 | msgid "State:" |
1037 | 990 | msgstr "Նահանգ" |
1038 | 991 | |
1039 | -#: app/helpers/forms_helper.rb:91 | |
992 | +#: app/helpers/forms_helper.rb:92 | |
1040 | 993 | msgid "City:" |
1041 | 994 | msgstr "Քաղաք" |
1042 | 995 | |
1043 | -#: app/helpers/forms_helper.rb:105 | |
996 | +#: app/helpers/forms_helper.rb:106 | |
1044 | 997 | msgid "" |
1045 | 998 | "The <label class='pseudoformlabel'>highlighted</label> fields are mandatory." |
1046 | 999 | msgstr "" |
... | ... | @@ -1132,29 +1085,7 @@ msgstr "«%s» հոդվածը ստեղծել որպես գլխավոր էջ:" |
1132 | 1085 | #: app/controllers/my_profile/cms_controller.rb:152 |
1133 | 1086 | #, fuzzy |
1134 | 1087 | msgid "Could not upload all files" |
1135 | -msgstr "" | |
1136 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
1137 | -"Սկզբնական նյութի թարմացումը ձախողված է\n" | |
1138 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
1139 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
1140 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1141 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1142 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1143 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1144 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
1145 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
1146 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1147 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1148 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1149 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1150 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1151 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1152 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1153 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1154 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1155 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1156 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
1157 | -"Արտադրանք թարմացնելն անհնար է" | |
1088 | +msgstr "Արտադրանք թարմացնելն անհնար է" | |
1158 | 1089 | |
1159 | 1090 | #: app/controllers/my_profile/manage_products_controller.rb:31 |
1160 | 1091 | msgid "Product succesfully created" |
... | ... | @@ -1207,29 +1138,7 @@ msgstr "Սկզբնական նյութի թարմացումը ձախողված է |
1207 | 1138 | #: app/controllers/my_profile/profile_editor_controller.rb:28 |
1208 | 1139 | #, fuzzy |
1209 | 1140 | msgid "Cannot update profile" |
1210 | -msgstr "" | |
1211 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
1212 | -"Ձեռնարկության թարմացումն անհնար է:\n" | |
1213 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
1214 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
1215 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1216 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1217 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1218 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1219 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
1220 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
1221 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1222 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1223 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1224 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1225 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1226 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1227 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1228 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1229 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1230 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1231 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
1232 | -"Արտադրանք թարմացնելն անհնար է" | |
1141 | +msgstr "Արտադրանք թարմացնելն անհնար է" | |
1233 | 1142 | |
1234 | 1143 | #: app/controllers/my_profile/profile_editor_controller.rb:37 |
1235 | 1144 | msgid "%s was not enabled." |
... | ... | @@ -1298,54 +1207,12 @@ msgstr "Ամենից հաճախ մեկնաբանվող հոդվածները" |
1298 | 1207 | #: app/controllers/public/contact_controller.rb:16 |
1299 | 1208 | #, fuzzy |
1300 | 1209 | msgid "Contact successfully sent" |
1301 | -msgstr "" | |
1302 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
1303 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
1304 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
1305 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1306 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1307 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1308 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1309 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
1310 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
1311 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1312 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1313 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1314 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1315 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1316 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1317 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1318 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1319 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1320 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1321 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
1322 | -"Մեկնաբանությունը հաջողությամբ ջնջված է:" | |
1210 | +msgstr "Մեկնաբանությունը հաջողությամբ ջնջված է:" | |
1323 | 1211 | |
1324 | 1212 | #: app/controllers/public/contact_controller.rb:19 |
1325 | 1213 | #, fuzzy |
1326 | 1214 | msgid "Contact not sent" |
1327 | -msgstr "" | |
1328 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
1329 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
1330 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
1331 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1332 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1333 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1334 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1335 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
1336 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
1337 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1338 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1339 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1340 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1341 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1342 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1343 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1344 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1345 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1346 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1347 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
1348 | -"Հեռախոս" | |
1215 | +msgstr "Հեռախոս" | |
1349 | 1216 | |
1350 | 1217 | #: app/controllers/public/profile_controller.rb:54 |
1351 | 1218 | msgid "%s administrator still needs to accept you as member." |
... | ... | @@ -1363,23 +1230,23 @@ msgstr "Մասնակցի սխալ անուն կամ սխալ գաղտնաբառ" |
1363 | 1230 | msgid "Thanks for signing up!" |
1364 | 1231 | msgstr "Շնորհակալություն գրանցվելու համար:" |
1365 | 1232 | |
1366 | -#: app/controllers/public/account_controller.rb:104 | |
1233 | +#: app/controllers/public/account_controller.rb:106 | |
1367 | 1234 | msgid "You have been logged out." |
1368 | 1235 | msgstr "Դուք համակարգից դուրս եք եկել:" |
1369 | 1236 | |
1370 | -#: app/controllers/public/account_controller.rb:115 | |
1237 | +#: app/controllers/public/account_controller.rb:117 | |
1371 | 1238 | msgid "Your password has been changed successfully!" |
1372 | 1239 | msgstr "Ձեր գաղտնաբառը բարեհաջող փոխված է:" |
1373 | 1240 | |
1374 | -#: app/controllers/public/account_controller.rb:118 | |
1241 | +#: app/controllers/public/account_controller.rb:120 | |
1375 | 1242 | msgid "The supplied current password is incorrect." |
1376 | 1243 | msgstr "Ներկայիս գաղտաբառը սխալ է:" |
1377 | 1244 | |
1378 | -#: app/controllers/public/account_controller.rb:220 | |
1245 | +#: app/controllers/public/account_controller.rb:222 | |
1379 | 1246 | msgid "Available!" |
1380 | 1247 | msgstr "" |
1381 | 1248 | |
1382 | -#: app/controllers/public/account_controller.rb:223 | |
1249 | +#: app/controllers/public/account_controller.rb:225 | |
1383 | 1250 | msgid "Unavailable!" |
1384 | 1251 | msgstr "" |
1385 | 1252 | |
... | ... | @@ -1568,6 +1435,7 @@ msgid "user" |
1568 | 1435 | msgstr "մասնակից" |
1569 | 1436 | |
1570 | 1437 | #: app/models/user.rb:- app/models/user.rb:18 app/models/change_password.rb:21 |
1438 | +#: app/views/friends/invite.rhtml:31 | |
1571 | 1439 | msgid "Username" |
1572 | 1440 | msgstr "Մասնակցի անուն" |
1573 | 1441 | |
... | ... | @@ -1849,28 +1717,7 @@ msgstr "" |
1849 | 1717 | #: app/models/profile_image_block.rb:6 |
1850 | 1718 | #, fuzzy |
1851 | 1719 | msgid "A block that displays only image of profiles" |
1852 | -msgstr "" | |
1853 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
1854 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
1855 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
1856 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1857 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1858 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1859 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
1860 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
1861 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
1862 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1863 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1864 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1865 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1866 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1867 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1868 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1869 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1870 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1871 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
1872 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
1873 | -"Պատահական անհատական էջեր ցուցադրող բաժին" | |
1720 | +msgstr "Պատահական անհատական էջեր ցուցադրող բաժին" | |
1874 | 1721 | |
1875 | 1722 | #: app/models/profile_image_block.rb:10 |
1876 | 1723 | msgid "This block presents the profile image." |
... | ... | @@ -2020,54 +1867,12 @@ msgstr "" |
2020 | 1867 | #: app/models/disabled_enterprise_message_block.rb:4 |
2021 | 1868 | #, fuzzy |
2022 | 1869 | msgid "Disabled enterprise message block" |
2023 | -msgstr "" | |
2024 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
2025 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
2026 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
2027 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2028 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2029 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2030 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2031 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
2032 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
2033 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2034 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2035 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2036 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2037 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2038 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2039 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2040 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2041 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2042 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2043 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
2044 | -"Դիզակտիվացնել ձեռնարկությունը" | |
1870 | +msgstr "Դիզակտիվացնել ձեռնարկությունը" | |
2045 | 1871 | |
2046 | 1872 | #: app/models/disabled_enterprise_message_block.rb:8 |
2047 | 1873 | #, fuzzy |
2048 | 1874 | msgid "Shows a message for disabled enterprises." |
2049 | -msgstr "" | |
2050 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
2051 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
2052 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
2053 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2054 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2055 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2056 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2057 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
2058 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
2059 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2060 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2061 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2062 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2063 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2064 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2065 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2066 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2067 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2068 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2069 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
2070 | -"Փոխել դիզակտիվացված ձեռնարկություններին ուղարկվելիք հաղորդագրությունը" | |
1875 | +msgstr "Փոխել դիզակտիվացված ձեռնարկություններին ուղարկվելիք հաղորդագրությունը" | |
2071 | 1876 | |
2072 | 1877 | #: app/models/disabled_enterprise_message_block.rb:12 app/models/contact.rb:- |
2073 | 1878 | #: app/models/contact.rb:13 |
... | ... | @@ -2383,28 +2188,7 @@ msgstr "" |
2383 | 2188 | #: app/models/blog.rb:26 |
2384 | 2189 | #, fuzzy |
2385 | 2190 | msgid "A blog, inside which you can put other articles." |
2386 | -msgstr "" | |
2387 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
2388 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
2389 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
2390 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2391 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2392 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2393 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
2394 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
2395 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
2396 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2397 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2398 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2399 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2400 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2401 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2402 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2403 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2404 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2405 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
2406 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
2407 | -"Այս թղթապանակում կարող եք տեղադրել Ձեր հոդվածները:" | |
2191 | +msgstr "Այս թղթապանակում կարող եք տեղադրել Ձեր հոդվածները:" | |
2408 | 2192 | |
2409 | 2193 | #: app/models/email_activation.rb:10 |
2410 | 2194 | msgid "You have already requested activation of your mailbox." |
... | ... | @@ -2547,9 +2331,9 @@ msgstr "Կարմիր" |
2547 | 2331 | msgid "Ok" |
2548 | 2332 | msgstr "Այո" |
2549 | 2333 | |
2550 | -#: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | |
2551 | -#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 | |
2552 | -#: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:67 | |
2334 | +#: app/models/link_list_block.rb:21 app/views/shared/user_menu.rhtml:67 | |
2335 | +#: app/views/account/login_block.rhtml:4 app/views/account/login.rhtml:3 | |
2336 | +#: app/views/layouts/application-ng.rhtml:67 | |
2553 | 2337 | msgid "Login" |
2554 | 2338 | msgstr "Մուտք" |
2555 | 2339 | |
... | ... | @@ -3352,23 +3136,32 @@ msgstr "" |
3352 | 3136 | msgid "Indicate which friends you want to invite." |
3353 | 3137 | msgstr "" |
3354 | 3138 | |
3355 | -#: app/views/friends/invite.rhtml:57 | |
3139 | +#: app/views/friends/invite.rhtml:53 | |
3140 | +msgid "Import now your contacts from %s, %s or %s" | |
3141 | +msgstr "" | |
3142 | + | |
3143 | +#: app/views/friends/invite.rhtml:56 | |
3144 | +#, fuzzy | |
3145 | +msgid "or" | |
3146 | +msgstr "աշխատավայր" | |
3147 | + | |
3148 | +#: app/views/friends/invite.rhtml:66 | |
3356 | 3149 | msgid "Enter one e-mail address per line:" |
3357 | 3150 | msgstr "" |
3358 | 3151 | |
3359 | -#: app/views/friends/invite.rhtml:61 | |
3152 | +#: app/views/friends/invite.rhtml:71 | |
3360 | 3153 | msgid "Check all" |
3361 | 3154 | msgstr "" |
3362 | 3155 | |
3363 | -#: app/views/friends/invite.rhtml:62 | |
3156 | +#: app/views/friends/invite.rhtml:72 | |
3364 | 3157 | msgid "Uncheck all" |
3365 | 3158 | msgstr "" |
3366 | 3159 | |
3367 | -#: app/views/friends/invite.rhtml:78 | |
3160 | +#: app/views/friends/invite.rhtml:88 | |
3368 | 3161 | msgid "Personalize invitation message" |
3369 | 3162 | msgstr "" |
3370 | 3163 | |
3371 | -#: app/views/friends/invite.rhtml:83 | |
3164 | +#: app/views/friends/invite.rhtml:93 | |
3372 | 3165 | msgid "" |
3373 | 3166 | "Now enter an invitation message. You must keep the <url> code in your " |
3374 | 3167 | "invitation message. When your friends receive the invitation e-mail, <url> " |
... | ... | @@ -3377,18 +3170,14 @@ msgid "" |
3377 | 3170 | "name, but they are optional." |
3378 | 3171 | msgstr "" |
3379 | 3172 | |
3380 | -#: app/views/friends/invite.rhtml:84 | |
3173 | +#: app/views/friends/invite.rhtml:94 | |
3381 | 3174 | msgid "Invitation message:" |
3382 | 3175 | msgstr "" |
3383 | 3176 | |
3384 | -#: app/views/friends/invite.rhtml:88 | |
3177 | +#: app/views/friends/invite.rhtml:98 | |
3385 | 3178 | msgid "Invite my friends!" |
3386 | 3179 | msgstr "" |
3387 | 3180 | |
3388 | -#: app/views/friends/invite.rhtml:93 | |
3389 | -msgid "Import now your contacts from %s, %s or %s" | |
3390 | -msgstr "" | |
3391 | - | |
3392 | 3181 | #: app/views/profile_members/unassociate.rhtml:1 |
3393 | 3182 | #: app/views/profile_members/add_member.rhtml:1 |
3394 | 3183 | #: app/views/profile_members/_members_list.rhtml:1 |
... | ... | @@ -3491,28 +3280,7 @@ msgstr "Նոր անդամ" |
3491 | 3280 | #: app/views/contact/new.rhtml:1 |
3492 | 3281 | #, fuzzy |
3493 | 3282 | msgid "Contact %s" |
3494 | -msgstr "" | |
3495 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
3496 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
3497 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
3498 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
3499 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
3500 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
3501 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
3502 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
3503 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
3504 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
3505 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
3506 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
3507 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
3508 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
3509 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
3510 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
3511 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
3512 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
3513 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
3514 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
3515 | -"Կապ պահպանող անձ" | |
3283 | +msgstr "Կապ պահպանող անձ" | |
3516 | 3284 | |
3517 | 3285 | #: app/views/contact/new.rhtml:18 |
3518 | 3286 | msgid "I want to receive a copy of the message in my e-mail." |
... | ... | @@ -3762,7 +3530,7 @@ msgstr "" |
3762 | 3530 | |
3763 | 3531 | #: app/views/account/blocked.rhtml:6 |
3764 | 3532 | msgid "" |
3765 | -"There was a failed atempt of activation and the automated acivation was " | |
3533 | +"There was a failed atempt of activation and the automated activation was " | |
3766 | 3534 | "disabled for your security." |
3767 | 3535 | msgstr "" |
3768 | 3536 | |
... | ... | @@ -3957,7 +3725,9 @@ msgid "Insert your login" |
3957 | 3725 | msgstr "Գրեք Ձեր մեկնաբանությունը" |
3958 | 3726 | |
3959 | 3727 | #: app/views/account/_signup_form.rhtml:40 |
3960 | -msgid "Choose a password that you can remember easily." | |
3728 | +msgid "" | |
3729 | +"Choose a password that you can remember easily. It must have at least 4 " | |
3730 | +"characters." | |
3961 | 3731 | msgstr "" |
3962 | 3732 | |
3963 | 3733 | #: app/views/account/_signup_form.rhtml:45 |
... | ... | @@ -4052,7 +3822,9 @@ msgid "" |
4052 | 3822 | msgstr "" |
4053 | 3823 | |
4054 | 3824 | #: app/views/account/activation_question.rhtml:33 |
4055 | -msgid "What year your enterprise was founded?" | |
3825 | +#, fuzzy | |
3826 | +msgid "" | |
3827 | +"What year your enterprise was founded? It must have 4 digits, eg 1990. %s" | |
4056 | 3828 | msgstr "Ե՞րբ է հիմնադրվել Ձեր ձեռնարկությունը:" |
4057 | 3829 | |
4058 | 3830 | #: app/views/account/activation_question.rhtml:33 |
... | ... | @@ -4318,7 +4090,7 @@ msgstr "Հոդվածների քանակի սահմանափակում" |
4318 | 4090 | msgid "Categorize your article" |
4319 | 4091 | msgstr "Ընտրեք կատեգորիաներ Ձեր հոդվածի համար" |
4320 | 4092 | |
4321 | -#: app/views/cms/edit.rhtml:32 app/views/memberships/new_community.rhtml:18 | |
4093 | +#: app/views/cms/edit.rhtml:32 | |
4322 | 4094 | msgid "Separate tags with commas" |
4323 | 4095 | msgstr "Պիտակներն իրարից անջատեք ստորակետերով" |
4324 | 4096 | |
... | ... | @@ -4549,7 +4321,7 @@ msgstr "" |
4549 | 4321 | msgid "Products and Services" |
4550 | 4322 | msgstr "Արտադրանք և ծառայություններ" |
4551 | 4323 | |
4552 | -#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:9 | |
4324 | +#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:13 | |
4553 | 4325 | #: app/views/search/articles.rhtml:10 app/views/search/index.rhtml:5 |
4554 | 4326 | #: app/views/search/people.rhtml:10 app/views/search/enterprises.rhtml:16 |
4555 | 4327 | msgid "Refine your search" |
... | ... | @@ -4599,11 +4371,15 @@ msgstr "Վերջինը թարմացվել է %s" |
4599 | 4371 | msgid "No City" |
4600 | 4372 | msgstr "Քաղաք չկա" |
4601 | 4373 | |
4602 | -#: app/views/search/communities.rhtml:12 | |
4374 | +#: app/views/search/communities.rhtml:2 | |
4375 | +msgid "Hello %s, now you can choose yours groups" | |
4376 | +msgstr "" | |
4377 | + | |
4378 | +#: app/views/search/communities.rhtml:16 | |
4603 | 4379 | msgid "Choose the communities you want to join and/or create your own." |
4604 | 4380 | msgstr "" |
4605 | 4381 | |
4606 | -#: app/views/search/communities.rhtml:25 | |
4382 | +#: app/views/search/communities.rhtml:29 | |
4607 | 4383 | msgid "New community" |
4608 | 4384 | msgstr "" |
4609 | 4385 | |
... | ... | @@ -4759,28 +4535,7 @@ msgstr "Միանալ այս համայնքին" |
4759 | 4535 | #: app/views/blocks/profile_info_actions/enterprise.rhtml:8 |
4760 | 4536 | #, fuzzy |
4761 | 4537 | msgid "Contact us" |
4762 | -msgstr "" | |
4763 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
4764 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
4765 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
4766 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
4767 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
4768 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
4769 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
4770 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
4771 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
4772 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
4773 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
4774 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
4775 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
4776 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
4777 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
4778 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
4779 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
4780 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
4781 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
4782 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
4783 | -"Կապ պահպանող անձ" | |
4538 | +msgstr "Կապ պահպանող անձ" | |
4784 | 4539 | |
4785 | 4540 | #: app/views/blocks/profile_info_actions/person.rhtml:5 |
4786 | 4541 | msgid "Add friend" |
... | ... | @@ -4940,7 +4695,7 @@ msgid "Remove the enterprise from the system" |
4940 | 4695 | msgstr "Հեռացնել ձեռնարկությունը համակարգից" |
4941 | 4696 | |
4942 | 4697 | #: app/views/enterprise_editor/index.rhtml:17 |
4943 | -#: app/views/profile_editor/index.rhtml:72 | |
4698 | +#: app/views/profile_editor/index.rhtml:73 | |
4944 | 4699 | msgid "Activate" |
4945 | 4700 | msgstr "Ակտիվացնել" |
4946 | 4701 | |
... | ... | @@ -4990,6 +4745,17 @@ msgstr "Այո, ես ցանկանում եմ դուրս գալ:" |
4990 | 4745 | msgid "Creating new community" |
4991 | 4746 | msgstr "" |
4992 | 4747 | |
4748 | +#: app/views/memberships/new_community.rhtml:18 | |
4749 | +#, fuzzy | |
4750 | +msgid "Separate tags with commas." | |
4751 | +msgstr "Պիտակներն իրարից անջատեք ստորակետերով" | |
4752 | + | |
4753 | +#: app/views/memberships/new_community.rhtml:18 | |
4754 | +msgid "" | |
4755 | +"Tags are important to new users, they'll be able to find your new community " | |
4756 | +"more easily." | |
4757 | +msgstr "" | |
4758 | + | |
4993 | 4759 | #: app/views/memberships/new_community.rhtml:21 |
4994 | 4760 | #: app/views/profile_editor/edit.rhtml:12 app/views/categories/_form.rhtml:27 |
4995 | 4761 | #: app/views/manage_products/_form.rhtml:10 |
... | ... | @@ -5293,11 +5059,7 @@ msgstr "" |
5293 | 5059 | #: app/views/profile_editor/index.rhtml:15 |
5294 | 5060 | #, fuzzy |
5295 | 5061 | msgid "Enterprise Info and settings" |
5296 | -msgstr "" | |
5297 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
5298 | -"Փոփոխել ձեռնարկության մասին տեղեկությունները\n" | |
5299 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
5300 | -"Ձեռնարկությունների վավերացում" | |
5062 | +msgstr "Ձեռնարկությունների վավերացում" | |
5301 | 5063 | |
5302 | 5064 | #: app/views/profile_editor/index.rhtml:17 |
5303 | 5065 | msgid "Mail settings" |
... | ... | @@ -5326,28 +5088,7 @@ msgstr "" |
5326 | 5088 | #: app/views/profile_editor/index.rhtml:33 |
5327 | 5089 | #, fuzzy |
5328 | 5090 | msgid "Create blog" |
5329 | -msgstr "" | |
5330 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
5331 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
5332 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
5333 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5334 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5335 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5336 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5337 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
5338 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
5339 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5340 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5341 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5342 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5343 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5344 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5345 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5346 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5347 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5348 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5349 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
5350 | -"Դեր ստեղծել" | |
5091 | +msgstr "Դեր ստեղծել" | |
5351 | 5092 | |
5352 | 5093 | #: app/views/profile_editor/index.rhtml:37 |
5353 | 5094 | msgid "Change Password" |
... | ... | @@ -5384,7 +5125,7 @@ msgid "" |
5384 | 5125 | "add here the activation code that was sent." |
5385 | 5126 | msgstr "" |
5386 | 5127 | |
5387 | -#: app/views/profile_editor/index.rhtml:71 | |
5128 | +#: app/views/profile_editor/index.rhtml:72 | |
5388 | 5129 | #, fuzzy |
5389 | 5130 | msgid "Enterprise activation code" |
5390 | 5131 | msgstr "Ձեռնարկության հաստատում" |
... | ... | @@ -5526,28 +5267,7 @@ msgstr "" |
5526 | 5267 | #: app/views/profile_editor/_organization.rhtml:63 |
5527 | 5268 | #, fuzzy |
5528 | 5269 | msgid "Enable \"contact us\"" |
5529 | -msgstr "" | |
5530 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
5531 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
5532 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
5533 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5534 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5535 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5536 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5537 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
5538 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
5539 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5540 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5541 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5542 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5543 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5544 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5545 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5546 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5547 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5548 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5549 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
5550 | -"Կապ պահպանող անձ" | |
5270 | +msgstr "Կապ պահպանող անձ" | |
5551 | 5271 | |
5552 | 5272 | #: app/views/profile_editor/_organization.rhtml:65 |
5553 | 5273 | msgid "Moderation options" |
... | ... | @@ -5772,31 +5492,8 @@ msgid "Leave the system" |
5772 | 5492 | msgstr "" |
5773 | 5493 | |
5774 | 5494 | #: app/views/layouts/application-ng.rhtml:67 |
5775 | -#, fuzzy | |
5776 | 5495 | msgid "%s or %s" |
5777 | 5496 | msgstr "" |
5778 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
5779 | -"%-ից մինչև %\n" | |
5780 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
5781 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
5782 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5783 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5784 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5785 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
5786 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
5787 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
5788 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5789 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5790 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5791 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5792 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5793 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5794 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5795 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5796 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5797 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
5798 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
5799 | -"որոնել ըստ %s" | |
5800 | 5497 | |
5801 | 5498 | #: app/views/layouts/application-ng.rhtml:67 |
5802 | 5499 | msgid "Register" |
... | ... | @@ -6462,54 +6159,12 @@ msgstr "Դասակարգեք Ձեր ընկերոջը" |
6462 | 6159 | #: app/views/pending_task_notifier/notification.rhtml:1 |
6463 | 6160 | #, fuzzy |
6464 | 6161 | msgid "Dear %s" |
6465 | -msgstr "" | |
6466 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
6467 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
6468 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
6469 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6470 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6471 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6472 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6473 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
6474 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
6475 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6476 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6477 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6478 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6479 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6480 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6481 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6482 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6483 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6484 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6485 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
6486 | -"Սիրելի %s," | |
6162 | +msgstr "Սիրելի %s," | |
6487 | 6163 | |
6488 | 6164 | #: app/views/pending_task_notifier/notification.rhtml:3 |
6489 | 6165 | #, fuzzy |
6490 | 6166 | msgid "You have %d pending task(s)." |
6491 | -msgstr "" | |
6492 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
6493 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
6494 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
6495 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6496 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6497 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6498 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6499 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
6500 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
6501 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6502 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6503 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6504 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6505 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6506 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6507 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6508 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6509 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6510 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6511 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
6512 | -"Դուք սպասող հայցեր ունեք" | |
6167 | +msgstr "Դուք սպասող հայցեր ունեք" | |
6513 | 6168 | |
6514 | 6169 | #: app/views/pending_task_notifier/notification.rhtml:7 |
6515 | 6170 | #: app/views/pending_task_notifier/notification.rhtml:16 |
... | ... | @@ -6519,28 +6174,7 @@ msgstr "" |
6519 | 6174 | #: app/views/pending_task_notifier/notification.rhtml:12 |
6520 | 6175 | #, fuzzy |
6521 | 6176 | msgid "%s has %d pending task(s)." |
6522 | -msgstr "" | |
6523 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
6524 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
6525 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
6526 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6527 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6528 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6529 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6530 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
6531 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
6532 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6533 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6534 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6535 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6536 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6537 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6538 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6539 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6540 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6541 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6542 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
6543 | -"%s-ի սպասող առաջադրանքները:" | |
6177 | +msgstr "%s-ի սպասող առաջադրանքները:" | |
6544 | 6178 | |
6545 | 6179 | #: app/views/comment/notifier/mail.rhtml:1 |
6546 | 6180 | msgid "Hi, %{recipient}!" |
... | ... | @@ -6689,10 +6323,7 @@ msgstr "Ձեռնարկության հաստատում" |
6689 | 6323 | #: lib/unifreire_terminology.rb:40 |
6690 | 6324 | #, fuzzy |
6691 | 6325 | msgid "Institution Info and settings" |
6692 | -msgstr "" | |
6693 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
6694 | -"Փոփոխել ձեռնարկության մասին տեղեկությունները\n" | |
6695 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
6326 | +msgstr "Փոփոխել ձեռնարկության մասին տեղեկությունները\n" | |
6696 | 6327 | |
6697 | 6328 | #: lib/zen3_terminology.rb:9 |
6698 | 6329 | msgid "My ePortfolio" |
... | ... | @@ -6975,28 +6606,7 @@ msgstr "" |
6975 | 6606 | #: lib/zen3_terminology.rb:76 |
6976 | 6607 | #, fuzzy |
6977 | 6608 | msgid "{#} contacts" |
6978 | -msgstr "" | |
6979 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
6980 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
6981 | -"#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
6982 | -"#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6983 | -"#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6984 | -"#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6985 | -"#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
6986 | -"#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
6987 | -"#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
6988 | -"#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6989 | -"#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6990 | -"#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6991 | -"#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6992 | -"#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6993 | -"#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6994 | -"#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6995 | -"#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6996 | -"#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6997 | -"#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
6998 | -"#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
6999 | -"Կապ պահպանող անձ" | |
6609 | +msgstr "Կապ պահպանող անձ" | |
7000 | 6610 | |
7001 | 6611 | #: lib/zen3_terminology.rb:77 |
7002 | 6612 | #, fuzzy |
... | ... | @@ -7019,1010 +6629,38 @@ msgid "Organization Validation" |
7019 | 6629 | msgstr "Կազնակերպությունները «%s»:" |
7020 | 6630 | |
7021 | 6631 | #: lib/zen3_terminology.rb:81 |
7022 | -#, fuzzy | |
7023 | 6632 | msgid "Organization Info and settings" |
7024 | 6633 | msgstr "" |
7025 | -"#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7026 | -"Անհանատական էջի տվյալների բաժին\n" | |
7027 | -"#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7028 | -"Կազնակերպությունները «%s»:" | |
7029 | - | |
7030 | -#, fuzzy | |
7031 | -#~ msgid "Template updated successfully" | |
7032 | -#~ msgstr "" | |
7033 | -#~ "#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7034 | -#~ "#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7035 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
7036 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7037 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7038 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7039 | -#~ "#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7040 | -#~ "#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7041 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7042 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7043 | -#~ "#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7044 | -#~ "#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7045 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7046 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7047 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7048 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7049 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7050 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7051 | -#~ "#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7052 | -#~ "#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
7053 | -#~ "Առանձնահատկությունները հաջողությամբ թարմացված են:" | |
7054 | - | |
7055 | -#, fuzzy | |
7056 | -#~ msgid "Could not update template" | |
7057 | -#~ msgstr "" | |
7058 | -#~ "#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7059 | -#~ "#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7060 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
7061 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7062 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7063 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7064 | -#~ "#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7065 | -#~ "#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7066 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7067 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7068 | -#~ "#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7069 | -#~ "#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7070 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7071 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7072 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7073 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7074 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7075 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7076 | -#~ "#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7077 | -#~ "#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
7078 | -#~ "Արտադրանք թարմացնելն անհնար է" | |
7079 | - | |
7080 | -#, fuzzy | |
7081 | -#~ msgid "Manage Templates" | |
7082 | -#~ msgstr "" | |
7083 | -#~ "#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7084 | -#~ "#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7085 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
7086 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7087 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7088 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7089 | -#~ "#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7090 | -#~ "#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7091 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7092 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7093 | -#~ "#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7094 | -#~ "#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7095 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7096 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7097 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7098 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7099 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7100 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7101 | -#~ "#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7102 | -#~ "#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
7103 | -#~ "Կառավարել անդամներին" | |
7104 | - | |
7105 | -#, fuzzy | |
7106 | -#~ msgid "Community Template" | |
7107 | -#~ msgstr "" | |
7108 | -#~ "#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7109 | -#~ "#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7110 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
7111 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7112 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7113 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7114 | -#~ "#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7115 | -#~ "#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7116 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7117 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7118 | -#~ "#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7119 | -#~ "#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7120 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7121 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7122 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7123 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7124 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7125 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7126 | -#~ "#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7127 | -#~ "#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
7128 | -#~ "Համայնք" | |
7129 | - | |
7130 | -#, fuzzy | |
7131 | -#~ msgid "Enterprise Template" | |
7132 | -#~ msgstr "" | |
7133 | -#~ "#-#-#-#-# noosfero.po.REMOTE.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7134 | -#~ "#-#-#-#-# noosfero.po.LOCAL.16110.po (noosfero 0.18.4) #-#-#-#-#\n" | |
7135 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9201.po (noosfero 0.16.0) #-#-#-#-#\n" | |
7136 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9201.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7137 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7138 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17090.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7139 | -#~ "#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7140 | -#~ "#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7141 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7142 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7143 | -#~ "#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7144 | -#~ "#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7145 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7146 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7147 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7148 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7149 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7150 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7151 | -#~ "#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7152 | -#~ "#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
7153 | -#~ "Ձեռնարկության գլխավոր էջ" | |
7154 | - | |
7155 | -#~ msgid "Listing Members" | |
7156 | -#~ msgstr "Անդամների ցուցակ" | |
7157 | - | |
7158 | -#~ msgid "Affiliate yourself" | |
7159 | -#~ msgstr "Միացեք" | |
7160 | - | |
7161 | -#, fuzzy | |
7162 | -#~ msgid "%{fn} of uploaded file was larger than the maximum size of %s" | |
7163 | -#~ msgstr "Ձեր բեռնած ֆայլի չափսն անցնում է առավելագույն սահմանված %s չափսից" | |
7164 | - | |
7165 | -#~ msgid "category" | |
7166 | -#~ msgstr "կատեգորիա" | |
7167 | - | |
7168 | -#~ msgid "Slug" | |
7169 | -#~ msgstr "Խորագիր" | |
7170 | - | |
7171 | -#~ msgid "Path" | |
7172 | -#~ msgstr "Ճանապարհ" | |
7173 | - | |
7174 | -#~ msgid "Display color" | |
7175 | -#~ msgstr "Ցուցադրել գույնը" | |
7176 | - | |
7177 | -#~ msgid "Display in menu" | |
7178 | -#~ msgstr "Ցուցադրել մենյուի մեջ" | |
7179 | - | |
7180 | -#~ msgid "Children count" | |
7181 | -#~ msgstr "Երեխաների հաշվում" | |
7182 | - | |
7183 | -#, fuzzy | |
7184 | -#~ msgid "Highlight" | |
7185 | -#~ msgstr "Բարձրություն" | |
7186 | - | |
7187 | -#~ msgid "A Ynternet.org project" | |
7188 | -#~ msgstr "Ynternet.org - ի ծրագրերից մեկը" | |
7189 | - | |
7190 | -#, fuzzy | |
7191 | -#~ msgid "Enterprises:" | |
7192 | -#~ msgstr "Ձեռնարկություններ" | |
7193 | - | |
7194 | -#~ msgid "Edit the Visual Design" | |
7195 | -#~ msgstr "Փոփոխել արտաքին տեսքը" | |
7196 | - | |
7197 | -#, fuzzy | |
7198 | -#~ msgid "%d %B %Y, %H:%M" | |
7199 | -#~ msgstr "%d %B %Y, %H:%m" | |
7200 | - | |
7201 | -#~ msgid "All favorite enterprises" | |
7202 | -#~ msgstr "Բոլոր նախընտրած ձեռնարկությունները" | |
7203 | - | |
7204 | -#~ msgid "All friends" | |
7205 | -#~ msgstr "Բոլոր ընկերները" | |
7206 | - | |
7207 | -#~ msgid "friendship" | |
7208 | -#~ msgstr "Ընկերություն" | |
7209 | - | |
7210 | -#~ msgid "Friend" | |
7211 | -#~ msgstr "Ընկեր" | |
7212 | - | |
7213 | -#~ msgid "All communities" | |
7214 | -#~ msgstr "Բոլոր համայնքները" | |
7215 | - | |
7216 | -#~ msgid "All enterprises" | |
7217 | -#~ msgstr "Բոլոր ձեռնարկությունները" | |
7218 | - | |
7219 | -#~ msgid "All people" | |
7220 | -#~ msgstr "Բոլոր մարդիկ" | |
7221 | - | |
7222 | -#~ msgid "Yes, I want to destroy." | |
7223 | -#~ msgstr "Այո, ես ցանկանում եմ վերացնել:" | |
7224 | - | |
7225 | -#~ msgid "Missing home page" | |
7226 | -#~ msgstr "Գլխավոր էջ չկա" | |
7227 | - | |
7228 | -#~ msgid "%s did not choose an article for homepage yet." | |
7229 | -#~ msgstr "%s-ը գլխավոր էջի համար դեռևս հոդված չի ընտրել:" | |
7230 | - | |
7231 | -#~ msgid "Click here to set your homepage now!" | |
7232 | -#~ msgstr "Սեղմեք այստեղ Ձեր գլխավոր էջն այժմ տեղադրելու համար:" | |
7233 | - | |
7234 | -#~ msgid "By %{author} on %{date}" | |
7235 | -#~ msgstr "%{author}-ի կողմից %{date}-ին" | |
7236 | - | |
7237 | -#, fuzzy | |
7238 | -#~ msgid "Ativar" | |
7239 | -#~ msgstr "Ակտիվացնել" | |
7240 | - | |
7241 | -#~ msgid "article" | |
7242 | -#~ msgstr "հոդված" | |
7243 | - | |
7244 | -#~ msgid "Abstract" | |
7245 | -#~ msgstr "Համառոտ ակնարկ" | |
7246 | - | |
7247 | -#~ msgid "Last changed by" | |
7248 | -#~ msgstr "Վերջինը փոփոխել է" | |
7249 | - | |
7250 | -#~ msgid "Version" | |
7251 | -#~ msgstr "Տարբերակ" | |
7252 | - | |
7253 | -#~ msgid "Lock version" | |
7254 | -#~ msgstr "Փակ տարբերակ" | |
7255 | - | |
7256 | -#~ msgid "Comments count" | |
7257 | -#~ msgstr "Մեկնաբանությունների հաշվարկում" | |
7258 | - | |
7259 | -#~ msgid "Advertise" | |
7260 | -#~ msgstr "Գովազդել" | |
7261 | - | |
7262 | -#~ msgid "Published" | |
7263 | -#~ msgstr "Հրատարակված" | |
7264 | - | |
7265 | -#~ msgid "%d %B %Y" | |
7266 | -#~ msgstr "%d %B %Y" | |
7267 | - | |
7268 | -#~ msgid "The enterprises where this user works." | |
7269 | -#~ msgstr "Այս մասնակիցն աշխատում է հետևյալ ձեռնարկություններում" | |
7270 | - | |
7271 | -#~ msgid "Task|Data" | |
7272 | -#~ msgstr "Առաջադրանք|Տվյալներ" | |
7273 | - | |
7274 | -#~ msgid "Task|Status" | |
7275 | -#~ msgstr "Առաջադրանք|Կարգավիճակ" | |
7276 | - | |
7277 | -#~ msgid "Task|End date" | |
7278 | -#~ msgstr "Առաջադրանք|Վերջնաժամկետ" | |
7279 | - | |
7280 | -#~ msgid "Task|Requestor" | |
7281 | -#~ msgstr "Առաջադրանք|Դիմող" | |
7282 | - | |
7283 | -#~ msgid "Task|Target" | |
7284 | -#~ msgstr "Առաջադրանք|Թիրախ" | |
7285 | - | |
7286 | -#~ msgid "Task|Code" | |
7287 | -#~ msgstr "Առաջադրանք|Կոդ" | |
7288 | - | |
7289 | -#~ msgid "Task|Type" | |
7290 | -#~ msgstr "Առաջադրանք|Տեսակ" | |
7291 | - | |
7292 | -#~ msgid "Task|Created at" | |
7293 | -#~ msgstr "Առաջադրանք|Ստեղծվել է" | |
7294 | - | |
7295 | -#~ msgid "The task was created at %s" | |
7296 | -#~ msgstr "Առաջադրանքը ստեղծված է %" | |
7297 | - | |
7298 | -#~ msgid "The task was finished at %s" | |
7299 | -#~ msgstr "Առաջադրանքն ավարտված է %" | |
7300 | - | |
7301 | -#~ msgid "The task was cancelled at %s" | |
7302 | -#~ msgstr "Առաջադրանքի կատարումը չեղյալ է համարվել:" | |
7303 | - | |
7304 | -#~ msgid "This user's favorite enterprises." | |
7305 | -#~ msgstr "Մասնակցի նախընտրած ձեռնարկությունները" | |
7306 | - | |
7307 | -#~ msgid "Article|Name" | |
7308 | -#~ msgstr "Հոդված|Անվանում" | |
7309 | - | |
7310 | -#~ msgid "Article|Slug" | |
7311 | -#~ msgstr "Հոդված|Խորագիր" | |
7312 | - | |
7313 | -#~ msgid "Article|Path" | |
7314 | -#~ msgstr "Հոդված|Ճանապարհ" | |
7315 | - | |
7316 | -#~ msgid "Article|Parent" | |
7317 | -#~ msgstr "Հոդված|Ծնող" | |
7318 | - | |
7319 | -#~ msgid "Article|Body" | |
7320 | -#~ msgstr "Հոդված|Գլխավոր" | |
7321 | - | |
7322 | -#~ msgid "Article|Abstract" | |
7323 | -#~ msgstr "Հոդված|Համառոտ ակնարկ" | |
7324 | - | |
7325 | -#~ msgid "Article|Profile" | |
7326 | -#~ msgstr "Հոդված|Անհատական էջ" | |
7327 | - | |
7328 | -#~ msgid "Article|Updated at" | |
7329 | -#~ msgstr "Հոդված|Թարմացված է" | |
7330 | - | |
7331 | -#~ msgid "Article|Created at" | |
7332 | -#~ msgstr "Հոդված|Ստեղծված է" | |
7333 | - | |
7334 | -#~ msgid "Article|Last changed by" | |
7335 | -#~ msgstr "Հոդված|Վերջին անգամ փոփոխել է" | |
7336 | - | |
7337 | -#~ msgid "Article|Version" | |
7338 | -#~ msgstr "Հոդված|Տարբերակ" | |
7339 | - | |
7340 | -#~ msgid "Article|Lock version" | |
7341 | -#~ msgstr "Հոդված|Փակ տարբերակ" | |
7342 | - | |
7343 | -#~ msgid "Article|Type" | |
7344 | -#~ msgstr "Հոդված|Տեսակ" | |
7345 | - | |
7346 | -#~ msgid "Article|Size" | |
7347 | -#~ msgstr "Հոդված|Չափ" | |
7348 | - | |
7349 | -#~ msgid "Article|Content type" | |
7350 | -#~ msgstr "Հոդված|Բովանդակության տեսակ" | |
7351 | - | |
7352 | -#~ msgid "Article|Filename" | |
7353 | -#~ msgstr "Հոդված|Ֆայլի անուն" | |
7354 | - | |
7355 | -#~ msgid "Article|Height" | |
7356 | -#~ msgstr "Հոդված|Բարձրություն" | |
7357 | - | |
7358 | -#~ msgid "Article|Width" | |
7359 | -#~ msgstr "Հոդված|Լայնություն" | |
7360 | - | |
7361 | -#~ msgid "Article|Comments count" | |
7362 | -#~ msgstr "Հոդված|Մեկնաբանությունների հաշվում" | |
7363 | - | |
7364 | -#~ msgid "Article|Advertise" | |
7365 | -#~ msgstr "Հոդված|Գովազդեք" | |
7366 | - | |
7367 | -#~ msgid "Article|Published" | |
7368 | -#~ msgstr "Հոդված|Հրատարակված" | |
7369 | - | |
7370 | -#~ msgid "Article|Start date" | |
7371 | -#~ msgstr "Հոդված|Սկսվել է գրվել" | |
7372 | - | |
7373 | -#~ msgid "Article|End date" | |
7374 | -#~ msgstr "Հոդված|Ավարտվել է գրվել" | |
7375 | - | |
7376 | -#~ msgid "Article|Children count" | |
7377 | -#~ msgstr "Հոդված|Երեխաների հաշվում" | |
7378 | - | |
7379 | -#~ msgid "Box|Owner type" | |
7380 | -#~ msgstr "Պատուհան|Սեփականատիրման տեսակ" | |
7381 | - | |
7382 | -#~ msgid "Box|Owner" | |
7383 | -#~ msgstr "Պատուհան|Սեփականատեր" | |
7384 | - | |
7385 | -#~ msgid "Box|Position" | |
7386 | -#~ msgstr "Պատուհան|Դիրք" | |
7387 | - | |
7388 | -#~ msgid "ProfileCategorization|Profile" | |
7389 | -#~ msgstr "Անհատական էջի կատեգորիզացում|Անհատական էջ" | |
7390 | - | |
7391 | -#~ msgid "ProfileCategorization|Category" | |
7392 | -#~ msgstr "Անհատական էջի կատեգորիզացում|Կատեգորիա" | |
7393 | - | |
7394 | -#~ msgid "ProfileCategorization|Virtual" | |
7395 | -#~ msgstr "Անհատական էջի կատեգորիզացում|Վիրտուալ" | |
7396 | - | |
7397 | -#~ msgid "" | |
7398 | -#~ "The tag is created when you add some one to your article. <p/>\n" | |
7399 | -#~ " Try to add some tags to some articles and see your tag cloud to " | |
7400 | -#~ "grow." | |
7401 | -#~ msgstr "" | |
7402 | -#~ "Պիտակը ստեղծվում է, երբ դուք այն ավելացնում եք Ձեր հոդվածին:Փորձեք Ձեր " | |
7403 | -#~ "հոդվածների մեջ պիտակներ ավելացնել:" | |
7404 | - | |
7405 | -#~ msgid "Friendship|Person" | |
7406 | -#~ msgstr "Ընկերություն|Անձ" | |
7407 | - | |
7408 | -#~ msgid "Friendship|Friend" | |
7409 | -#~ msgstr "Ընկերություն|Ընկեր" | |
7410 | - | |
7411 | -#~ msgid "Friendship|Created at" | |
7412 | -#~ msgstr "Ընկերություն|Ստեղծված է" | |
7413 | - | |
7414 | -#~ msgid "Friendship|Group" | |
7415 | -#~ msgstr "Ընկերություն|Խումբ" | |
7416 | - | |
7417 | -#~ msgid "Profile|Name" | |
7418 | -#~ msgstr "Անհատական էջ|Անվանում" | |
7419 | - | |
7420 | -#~ msgid "Profile|Type" | |
7421 | -#~ msgstr "Անհատական էջ|Տեսակ" | |
7422 | - | |
7423 | -#~ msgid "Profile|Active" | |
7424 | -#~ msgstr "Անհատական էջ|Ակտիվ" | |
7425 | - | |
7426 | -#~ msgid "Profile|Address" | |
7427 | -#~ msgstr "Անհատական էջ|Հասցե" | |
7428 | - | |
7429 | -#~ msgid "Profile|Contact phone" | |
7430 | -#~ msgstr "Անհատական էջ|Հեռախոս" | |
7431 | - | |
7432 | -#~ msgid "Profile|Home page" | |
7433 | -#~ msgstr "Անհատական էջ|Կայք" | |
7434 | - | |
7435 | -#~ msgid "Profile|User" | |
7436 | -#~ msgstr "Անհատական էջ|Մասնակից" | |
7437 | - | |
7438 | -#~ msgid "Profile|Region" | |
7439 | -#~ msgstr "Անհատական էջ|Տարածաշրջան" | |
7440 | - | |
7441 | -#~ msgid "Profile|Data" | |
7442 | -#~ msgstr "Անհատական էջ|Տվյալներ" | |
7443 | - | |
7444 | -#~ msgid "Profile|Created at" | |
7445 | -#~ msgstr "Անհատական էջ|Ստեղծվել է" | |
7446 | - | |
7447 | -#~ msgid "Profile|Lat" | |
7448 | -#~ msgstr "Անհատական էջ|Լայնություն" | |
7449 | - | |
7450 | -#~ msgid "Profile|Lng" | |
7451 | -#~ msgstr "Անհատական էջ|Երկարություն" | |
7452 | - | |
7453 | -#~ msgid "Profile|Geocode precision" | |
7454 | -#~ msgstr "Անհատական էջ|Գեոկոդի ճշգրտում" | |
7455 | - | |
7456 | -#~ msgid "Profile|Enabled" | |
7457 | -#~ msgstr "Անհատական էջ|Ակտիվացված է" | |
7458 | - | |
7459 | -#~ msgid "%s's home page" | |
7460 | -#~ msgstr "%s - ի գլխավոր էջ" | |
7461 | - | |
7462 | -#~ msgid "" | |
7463 | -#~ "<p>This is a default homepage created for %s. It can be changed though " | |
7464 | -#~ "the control panel.</p>" | |
7465 | -#~ msgstr "" | |
7466 | -#~ "Սա %s-ի համար ստեղծված գլխավոր էջի նախնական տարբերակն է: Ցանկության " | |
7467 | -#~ "դեպքում այն կարող եք փոփոխել կառավարման վահանակի միջոցով:" | |
7468 | - | |
7469 | -#~ msgid "Category|Name" | |
7470 | -#~ msgstr "Կատեգորիա|Անուն" | |
7471 | - | |
7472 | -#~ msgid "Category|Slug" | |
7473 | -#~ msgstr "Կատեգորիա|Խորագիր" | |
7474 | - | |
7475 | -#~ msgid "Category|Path" | |
7476 | -#~ msgstr "Կատեգորիա|Ճանապարհ" | |
7477 | 6634 | |
7478 | -#~ msgid "Category|Display color" | |
7479 | -#~ msgstr "Կատեգորիա|Ցուցադրել գույնը" | |
7480 | - | |
7481 | -#~ msgid "Category|Environment" | |
7482 | -#~ msgstr "Կատեգորիա|Արտաքին տեսք" | |
7483 | - | |
7484 | -#~ msgid "Category|Parent" | |
7485 | -#~ msgstr "Կատեգորիա|Ծնող" | |
7486 | - | |
7487 | -#~ msgid "Category|Type" | |
7488 | -#~ msgstr "Կատեգորիա|Տեսակ" | |
7489 | - | |
7490 | -#~ msgid "Category|Lat" | |
7491 | -#~ msgstr "Կատեգորիա|Լայնություն" | |
7492 | - | |
7493 | -#~ msgid "Category|Lng" | |
7494 | -#~ msgstr "Կատեգորիա|Երկարություն" | |
7495 | - | |
7496 | -#~ msgid "Category|Display in menu" | |
7497 | -#~ msgstr "Կատեգորիա|Ցուցադրել մենյուի մեջ" | |
7498 | - | |
7499 | -#~ msgid "Category|Children count" | |
7500 | -#~ msgstr "Կատեգորիա|Երեխաների հաշվում" | |
7501 | - | |
7502 | -#~ msgid "%{fn} must be the same as the parents'" | |
7503 | -#~ msgstr "%{fn} պետք է համապատասխանի ծնողին" | |
7504 | - | |
7505 | -#~ msgid "User|Username" | |
7506 | -#~ msgstr "Մասնակից|Մասնակցի անուն" | |
7507 | - | |
7508 | -#~ msgid "User|e-Mail" | |
7509 | -#~ msgstr "Մասնակից|Էլ. հասցե" | |
7510 | - | |
7511 | -#~ msgid "User|Crypted password" | |
7512 | -#~ msgstr "Մասնակից|Ծածկագրված գաղտնաբառ" | |
7513 | - | |
7514 | -#~ msgid "User|Created at" | |
7515 | -#~ msgstr "Մասնակից|Ստեղծվել է" | |
7516 | - | |
7517 | -#~ msgid "User|Updated at" | |
7518 | -#~ msgstr "Մասնակից|Թարմացվել է" | |
7519 | - | |
7520 | -#~ msgid "User|Terms of use" | |
7521 | -#~ msgstr "Մասնակից|Օգտագործման կանոններ" | |
7522 | - | |
7523 | -#~ msgid "User|Terms accepted" | |
7524 | -#~ msgstr "Մասնակից|Օգտագործման կանոններն ընդունված են" | |
7525 | - | |
7526 | -#~ msgid "User|Environment" | |
7527 | -#~ msgstr "Մասնակից|Արտաքին տեսք" | |
7528 | - | |
7529 | -#~ msgid "User|Password type" | |
7530 | -#~ msgstr "Մասնակից|Գաղտնաբառի տեսակ" | |
7531 | - | |
7532 | -#~ msgid "User|Enable email" | |
7533 | -#~ msgstr "Մասնակից|Ակտիվացնել էլ. հասցեն" | |
7534 | - | |
7535 | -#~ msgid "User|Password" | |
7536 | -#~ msgstr "Մասնակից|Գաղտնաբառ" | |
7537 | - | |
7538 | -#~ msgid "User|Password confirmation" | |
7539 | -#~ msgstr "Մասնակից|Գաղտնաբառի հաստատում" | |
7540 | - | |
7541 | -#~ msgid "Block|Title" | |
7542 | -#~ msgstr "Բաժին|Վերնագիր" | |
7543 | - | |
7544 | -#~ msgid "Block|Box" | |
7545 | -#~ msgstr "Բաժին|Պատուհան" | |
7546 | - | |
7547 | -#~ msgid "Block|Type" | |
7548 | -#~ msgstr "Բաժին|Տեսակ" | |
7549 | - | |
7550 | -#~ msgid "Block|Settings" | |
7551 | -#~ msgstr "Բաժին|Պարամետրեր" | |
7552 | - | |
7553 | -#~ msgid "Block|Position" | |
7554 | -#~ msgstr "Բաժին|Դիրք" | |
7555 | - | |
7556 | -#~ msgid "The communities in which the user is a member" | |
7557 | -#~ msgstr "Այն համայնքները, որոնց անդամակից է տվյալ մասնակիցը" | |
7558 | - | |
7559 | -#~ msgid "ArticleCategorization|Article" | |
7560 | -#~ msgstr "Հոդվածների կատեգորիզացում|Հոդված" | |
7561 | - | |
7562 | -#~ msgid "ArticleCategorization|Category" | |
7563 | -#~ msgstr "Հոդվածների կատեգորիզացում|Կատեգորիա" | |
7564 | - | |
7565 | -#~ msgid "ArticleCategorization|Virtual" | |
7566 | -#~ msgstr "Հոդվածների կատեգորիզացում|Վիրտուալ" | |
7567 | - | |
7568 | -#~ msgid "Consumption|Product category" | |
7569 | -#~ msgstr "Սպառում|Արտադրանքի կատեգորիա" | |
7570 | - | |
7571 | -#~ msgid "Consumption|Profile" | |
7572 | -#~ msgstr "Սպառում|Անհատական էջ" | |
7573 | - | |
7574 | -#~ msgid "Consumption|Aditional specifications" | |
7575 | -#~ msgstr "Սպառում|Հավելյալ հատկանիշներ" | |
7576 | - | |
7577 | -#~ msgid "Comment|Title" | |
7578 | -#~ msgstr "Մեկնաբանություն|Վերնագիր" | |
7579 | - | |
7580 | -#~ msgid "Comment|Body" | |
7581 | -#~ msgstr "Մեկնաբանություն|Հիմնական" | |
7582 | - | |
7583 | -#~ msgid "Comment|Article" | |
7584 | -#~ msgstr "Մեկնաբանություն|Հոդված" | |
7585 | - | |
7586 | -#~ msgid "Comment|Author" | |
7587 | -#~ msgstr "Մեկնաբանություն|Հեղինակ" | |
7588 | - | |
7589 | -#~ msgid "Comment|Name" | |
7590 | -#~ msgstr "Մեկնաբանություն|Անուն" | |
7591 | - | |
7592 | -#~ msgid "Comment|Email" | |
7593 | -#~ msgstr "Մեկնաբանություն|էլ.հասցե" | |
7594 | - | |
7595 | -#~ msgid "Comment|Created at" | |
7596 | -#~ msgstr "Մեկնաբանություն|Ստեղծված է" | |
7597 | - | |
7598 | -#~ msgid "Image|Owner type" | |
7599 | -#~ msgstr "Պատկեր|Սեփականատիրման տեսակ" | |
7600 | - | |
7601 | -#~ msgid "Image|Owner" | |
7602 | -#~ msgstr "Պատկեր|Սեփականատեր" | |
7603 | - | |
7604 | -#~ msgid "Image|Parent" | |
7605 | -#~ msgstr "Պատկեր|Ծնող" | |
7606 | - | |
7607 | -#~ msgid "Image|Content type" | |
7608 | -#~ msgstr "Պատկեր|Բովանդակության տեսակ" | |
7609 | - | |
7610 | -#~ msgid "Image|Filename" | |
7611 | -#~ msgstr "Պատկեր|Ֆայլի անուն" | |
7612 | - | |
7613 | -#~ msgid "Image|Thumbnail" | |
7614 | -#~ msgstr "Պատկեր|Մանրապատկեր" | |
7615 | - | |
7616 | -#~ msgid "Image|Size" | |
7617 | -#~ msgstr "Պատկեր|Չափս" | |
7618 | - | |
7619 | -#~ msgid "Image|Width" | |
7620 | -#~ msgstr "Պատկեր|Լայնություն" | |
7621 | - | |
7622 | -#~ msgid "Image|Height" | |
7623 | -#~ msgstr "Պատկեր|Բարձրություն" | |
7624 | - | |
7625 | -#~ msgid "Thumbnail|Size" | |
7626 | -#~ msgstr "Մանրապատկեր|Չափս" | |
7627 | - | |
7628 | -#~ msgid "Thumbnail|Content type" | |
7629 | -#~ msgstr "Մանրապատկեր|Բովանդակության տեսակ" | |
7630 | - | |
7631 | -#~ msgid "Thumbnail|Filename" | |
7632 | -#~ msgstr "Մանրապատկեր|Ֆայլի անուն" | |
7633 | - | |
7634 | -#~ msgid "Thumbnail|Height" | |
7635 | -#~ msgstr "Մանրապատկեր|Բարձրություն" | |
7636 | - | |
7637 | -#~ msgid "Thumbnail|Width" | |
7638 | -#~ msgstr "Մանրապատկեր|Լայնություն" | |
7639 | - | |
7640 | -#~ msgid "Thumbnail|Parent" | |
7641 | -#~ msgstr "Մանրապատկեր|Ծնող" | |
7642 | - | |
7643 | -#~ msgid "Thumbnail|Thumbnail" | |
7644 | -#~ msgstr "Մանրապատկեր|Մանրապատկեր" | |
7645 | - | |
7646 | -#~ msgid "ValidationInfo|Validation methodology" | |
7647 | -#~ msgstr "Վավերացման տեղեկատվություն|Վավերացման մեթոդներ" | |
7648 | - | |
7649 | -#~ msgid "ValidationInfo|Restrictions" | |
7650 | -#~ msgstr "Վավերացման տեղեկություններ|Սահմանափակումներ" | |
7651 | - | |
7652 | -#~ msgid "ValidationInfo|Organization" | |
7653 | -#~ msgstr "Վավերացման տեղեկություններ|Կազմակերպություն" | |
7654 | - | |
7655 | -#~ msgid "CreateEnterprise|Name" | |
7656 | -#~ msgstr "Ստեղծել Ձեռնարկություն|Անվանում" | |
7657 | - | |
7658 | -#~ msgid "CreateEnterprise|Address" | |
7659 | -#~ msgstr "Ստեղծել Ձեռնարկություն|Հասցե" | |
7660 | - | |
7661 | -#~ msgid "CreateEnterprise|Contact phone" | |
7662 | -#~ msgstr "Ստեղծել Ձեռնարկություն|Հեռախոս" | |
7663 | - | |
7664 | -#~ msgid "CreateEnterprise|Contact person" | |
7665 | -#~ msgstr "Ստեղծել Ձեռնարկություն|Կապ պահպանող անձ" | |
7666 | - | |
7667 | -#~ msgid "CreateEnterprise|Acronym" | |
7668 | -#~ msgstr "Ստեղծել Ձեռնարկություն|Հապավում" | |
7669 | - | |
7670 | -#~ msgid "CreateEnterprise|Foundation year" | |
7671 | -#~ msgstr "Ստեղծել Ձեռնարկություն|Հիմնադրման տարի" | |
7672 | - | |
7673 | -#~ msgid "CreateEnterprise|Legal form" | |
7674 | -#~ msgstr "Ստեղծել Ձեռնարկություն|Իրավաբանական հիմք" | |
7675 | - | |
7676 | -#~ msgid "CreateEnterprise|Economic activity" | |
7677 | -#~ msgstr "Ստեղծել Ձեռնարկություն|Տնտեսական գործունեություն" | |
7678 | - | |
7679 | -#~ msgid "CreateEnterprise|Management information" | |
7680 | -#~ msgstr "Ստեղծել Ձեռնարկություն|Տեղեկություններ ղեկավարության մասին" | |
7681 | - | |
7682 | -#~ msgid "Product|Enterprise" | |
7683 | -#~ msgstr "Արտադրանք|Ձեռնարկություն" | |
7684 | - | |
7685 | -#~ msgid "Product|Product category" | |
7686 | -#~ msgstr "Արտադրանք|Արտադրանքի կատեգորիա" | |
7687 | - | |
7688 | -#~ msgid "Product|Name" | |
7689 | -#~ msgstr "Արտադրանք|Անվանում" | |
7690 | - | |
7691 | -#~ msgid "Product|Price" | |
7692 | -#~ msgstr "Արտադրանք|Գին" | |
7693 | - | |
7694 | -#~ msgid "Product|Description" | |
7695 | -#~ msgstr "Արտադրանք|Նկարագրություն" | |
7696 | - | |
7697 | -#~ msgid "Product|Image" | |
7698 | -#~ msgstr "Արտադրանք|Նկար" | |
7699 | - | |
7700 | -#~ msgid "Product|Created at" | |
7701 | -#~ msgstr "Արտադրանք|Ստեղծված է" | |
7702 | - | |
7703 | -#~ msgid "Product|Updated at" | |
7704 | -#~ msgstr "Արտադրանք|Թարմացվել է" | |
7705 | - | |
7706 | -#~ msgid "Product|Lat" | |
7707 | -#~ msgstr "Արտադրանք|Լայնություն" | |
7708 | - | |
7709 | -#~ msgid "Product|Lng" | |
7710 | -#~ msgstr "Արտադրանք|Երկարություն" | |
7711 | - | |
7712 | -#~ msgid "Domain|Name" | |
7713 | -#~ msgstr "Տիրույթ|Անվանում" | |
7714 | - | |
7715 | -#~ msgid "Domain|Owner type" | |
7716 | -#~ msgstr "Տիրույթ|Սեփականատիրման տեսակ" | |
7717 | - | |
7718 | -#~ msgid "Domain|Owner" | |
7719 | -#~ msgstr "Տիրույթ|Սեփականատեր" | |
7720 | - | |
7721 | -#~ msgid "%s wants to be a member" | |
7722 | -#~ msgstr "%s ցանկանում է անդամ դառնալ" | |
7723 | - | |
7724 | -#~ msgid "%s wants to be your friend" | |
7725 | -#~ msgstr "%s ցանկանում է Ձեր ընկերը դառնալ" | |
7726 | - | |
7727 | -#~ msgid "Environment|Name" | |
7728 | -#~ msgstr "Համակարգ|Անվանում" | |
7729 | - | |
7730 | -#~ msgid "Environment|Contact email" | |
7731 | -#~ msgstr "Համակարգ|Էլ. հասցե" | |
7732 | - | |
7733 | -#~ msgid "Environment|Is default" | |
7734 | -#~ msgstr "Համակարգ|Նախնական" | |
7735 | - | |
7736 | -#~ msgid "Environment|Settings" | |
7737 | -#~ msgstr "Համակարգ|Պարամետրեր" | |
7738 | - | |
7739 | -#~ msgid "Environment|Design data" | |
7740 | -#~ msgstr "Համակարգ|Տվյալների դասավորում" | |
7741 | - | |
7742 | -#~ msgid "Other feature" | |
7743 | -#~ msgstr "Այլ առանձնահատկություն" | |
7744 | - | |
7745 | -#~ msgid "e-Mail settings saved successfully." | |
7746 | -#~ msgstr "Էլ.փոստի պարամետրերը հաջողությամբ պահպանված են:" | |
7747 | - | |
7748 | -#~ msgid "Enterprise sucessfully erased from the system" | |
7749 | -#~ msgstr "Ձեձնարկությունը հաջողությամբ հեռացված է համակարգից" | |
7750 | - | |
7751 | -#~ msgid "Recently registered people" | |
7752 | -#~ msgstr "Վերջերս գրանցված մարդիկ" | |
7753 | - | |
7754 | -#~ msgid "Recently created communities" | |
7755 | -#~ msgstr "Վերջերս ստեղծված համայնքներ" | |
7756 | - | |
7757 | -#~ msgid "Recent articles" | |
7758 | -#~ msgstr "Վերջին հոդվածներ" | |
7759 | - | |
7760 | -#~ msgid "Recently created enterprises" | |
7761 | -#~ msgstr "Վերջերս ստեղծված ձեռնարկություններ" | |
7762 | - | |
7763 | -#~ msgid "Recently added events" | |
7764 | -#~ msgstr "Վերջերս ավելացված իրադարձություններ" | |
7765 | - | |
7766 | -#~ msgid "%s's groups" | |
7767 | -#~ msgstr "%s - ի խմբեր" | |
7768 | - | |
7769 | -#~ msgid "%s is a member of the following groups:" | |
7770 | -#~ msgstr "%s հետևյալ խմբերի անդամ է" | |
7771 | - | |
7772 | -#~ msgid "Actions: %s" | |
7773 | -#~ msgstr "Գործողություններ %s" | |
7774 | - | |
7775 | -#~ msgid "%s:Products/Services" | |
7776 | -#~ msgstr "%s Արտադրանք/Ծառայություններ" | |
7777 | - | |
7778 | -#~ msgid "Organizing visual design" | |
7779 | -#~ msgstr "Արտաքին տեսքի կազմակերպում" | |
7780 | - | |
7781 | -#~ msgid "You are not allowed to view this content." | |
7782 | -#~ msgstr "Դուք չեք կարող տեսնել տվյալ բովանդակությունը:" | |
7783 | - | |
7784 | -#~ msgid "Legal Form:" | |
7785 | -#~ msgstr "Իրավաբանական հիմք" | |
7786 | - | |
7787 | -#~ msgid "Management infomation:" | |
7788 | -#~ msgstr "Տեղեկություններ ղեկավարության մասին" | |
7789 | - | |
7790 | -#~ msgid "My profile" | |
7791 | -#~ msgstr "Իմ անհատական էջը" | |
7792 | - | |
7793 | -#~ msgid "Edit Profile" | |
7794 | -#~ msgstr "Փոփոխել իմ անհատական էջը" | |
7795 | - | |
7796 | -#~ msgid "Pending tasks" | |
7797 | -#~ msgstr "Սպասող առաջադրանքներ" | |
7798 | - | |
7799 | -#~ msgid "Edit Visual Design" | |
7800 | -#~ msgstr "Փոփոխել արտաքին տեսքը" | |
7801 | - | |
7802 | -#~ msgid "Closed %s" | |
7803 | -#~ msgstr "Փակ %s" | |
7804 | - | |
7805 | -#~ msgid "%s' friends" | |
7806 | -#~ msgstr "%s-ի ընկերները" | |
7807 | - | |
7808 | -#~ msgid "Homepage: " | |
7809 | -#~ msgstr "Գլխավոր էջ" | |
7810 | - | |
7811 | -#~ msgid "Products results for \"%{query}\" of enterprises in \"%{category}\"" | |
7812 | -#~ msgstr "«%{category}»-ի «%{query}» հարցման արդյունքները" | |
7813 | - | |
7814 | -#~ msgid "Products results for \"%s\"" | |
7815 | -#~ msgstr "«%s»-ի արտադրանքի արդյունքները" | |
7816 | - | |
7817 | -#~ msgid "Products of enterprises in \"%s\"" | |
7818 | -#~ msgstr "«%s»-ի ձեռնարկության արտադրանքի արդյունքները" | |
7819 | - | |
7820 | -#~ msgid "Search results for \"%{query}\" in \"%{category}\"" | |
7821 | -#~ msgstr "«%{category}»-ի «%{query}» հարցման արդյունքները" | |
7822 | - | |
7823 | -#~ msgid "(recently added)" | |
7824 | -#~ msgstr "(վերջերս ավելացված)" | |
7825 | - | |
7826 | -#~ msgid "Browse by name" | |
7827 | -#~ msgstr "Բեռնել ըստ անվան" | |
7828 | - | |
7829 | -#~ msgid "Recent" | |
7830 | -#~ msgstr "Վերջին" | |
7831 | - | |
7832 | -#~ msgid "more..." | |
7833 | -#~ msgstr "ավելին..." | |
7834 | - | |
7835 | -#~ msgid "Distance (km): " | |
7836 | -#~ msgstr "Հեռավորություն (կմ)" | |
7837 | - | |
7838 | -#~ msgid "From: " | |
7839 | -#~ msgstr "Որտեղից" | |
7840 | - | |
7841 | -#~ msgid "Price: %d" | |
7842 | -#~ msgstr "Գին %d" | |
7843 | - | |
7844 | -#~ msgid "Category: %s" | |
7845 | -#~ msgstr "Կատեգորիա %s" | |
7846 | - | |
7847 | -#~ msgid "Advanced search" | |
7848 | -#~ msgstr "Ընդլայնված որոնում" | |
7849 | - | |
7850 | -#~ msgid "Add favorite enterprise" | |
7851 | -#~ msgstr "Ավելացնել նախընտրած ձեռնարկություն" | |
7852 | - | |
7853 | -#~ msgid "Leave this enterprise" | |
7854 | -#~ msgstr "Դուրս գալ այս ձեռնարկությունից" | |
7855 | - | |
7856 | -#~ msgid "Join this enterprise" | |
7857 | -#~ msgstr "Միանալ այս ձեռնարկությանը" | |
7858 | - | |
7859 | -#~ msgid "More search options" | |
7860 | -#~ msgstr "Որոնման լրացուցիչ հատկություններ" | |
7861 | - | |
7862 | -#~ msgid "Select the file you want to upload (max size %s)." | |
7863 | -#~ msgstr "" | |
7864 | -#~ "Ընտրեք այն ֆայլը, որը ցանկանում եք վերբեռնել(առավելագույն չափսը` %s):" | |
7865 | - | |
7866 | -#~ msgid "Enable e-mail %s" | |
7867 | -#~ msgstr "Ակտիվացնել էլ.փոստը %s" | |
7868 | - | |
7869 | -#~ msgid "" | |
7870 | -#~ "Marking this option gives you an e-mail account with the address above. " | |
7871 | -#~ "You'll be able to access a webmail from your user menu." | |
7872 | -#~ msgstr "" | |
7873 | -#~ "Այս հնարավորությունն ընտրելով`ձեռք կբերեք հետևյալ հասցեով էլ. փոստ, որի " | |
7874 | -#~ "մուտքը Ձեր մենյուից է:" | |
7875 | - | |
7876 | -#~ msgid "You have no friends yet. Go make some." | |
7877 | -#~ msgstr "Դուք դեռ ընկերներ չունեք:" | |
7878 | - | |
7879 | -#~ msgid "Page not found" | |
7880 | -#~ msgstr "Էջը չի գտնվել" | |
7881 | - | |
7882 | -#~ msgid "I want to be an user!" | |
7883 | -#~ msgstr "Ես ցանկանում եմ օգտվող դառնալ:" | |
7884 | - | |
7885 | -#~ msgid "" | |
7886 | -#~ "Fill all this fields to join in this environment.<p/>If you forgot your " | |
7887 | -#~ "password, do not create a new account, click on the \"<b>I forgot my " | |
7888 | -#~ "password!</b>\" link. ;-)" | |
7889 | -#~ msgstr "" | |
7890 | -#~ "Միջավայրին միանալու համար լրացրեք հետևյալ դաշտերը: Եթե մոռանաք Ձեր " | |
7891 | -#~ "գաղտնաբառը, կարիք չկա նորից գրանցվելու, պարզապես կտացրեք «<b>Ես մոռացել եմ " | |
7892 | -#~ "գաղտնաբառս</b>» հղման վրա:" | |
7893 | - | |
7894 | -#~ msgid "" | |
7895 | -#~ "\"Username\" is a simple nickname to recognize you on this environment." | |
7896 | -#~ msgstr "" | |
7897 | -#~ "«Մասնակցի անուն»-ը պարզապես անուն կամ մականուն է Ձեզ ճանաչելու համար:" | |
7898 | - | |
7899 | -#~ msgid "We'll send you an e-mail to validate your registration." | |
7900 | -#~ msgstr "Ձեզ կուղարկվի Ձեր գրանցումը հաստատող էլ. նամակ:" | |
7901 | - | |
7902 | -#~ msgid "Do not use a obviously password, but try some unforgettable word." | |
7903 | -#~ msgstr "Գաղտնաբառն ընտրելիս, ընտրեք որևէ ոչ ակնհայտ բառ:" | |
7904 | - | |
7905 | -#~ msgid "We need to be sure that you wrote correctly your password." | |
7906 | -#~ msgstr "Մենք պետք է համոզվենք, որ Ձեր ներմուծած գաղտնաբառը ճիշտ է:" | |
7907 | - | |
7908 | -#~ msgid "Register and activate enterprise" | |
7909 | -#~ msgstr "Գրանցել և ակտիվացնել ձեռնարկությունը" | |
7910 | - | |
7911 | -#~ msgid "" | |
7912 | -#~ "Fill all this fields to activate your enterprise and join in this " | |
7913 | -#~ "environment.<p/>If you forgot your password, do not create a new account, " | |
7914 | -#~ "click on the \"<b>I forgot my password!</b>\" link. ;-)" | |
7915 | -#~ msgstr "" | |
7916 | -#~ "Ձեր ձեռնարկությունը ակտիվացնելու և այն միջավայրին միանալու համար լրացրեք " | |
7917 | -#~ "հետևյալ դաշտերը: Եթե մոռանաք Ձեր գաղտնաբառը, կարիք չկա նորից գրանցվելու, " | |
7918 | -#~ "պարզապես կտացրեք «<b>Ես մոռացել եմ գաղտնաբառս</b>» հղման վրա:" | |
7919 | - | |
7920 | -#~ msgid "Legal form:" | |
7921 | -#~ msgstr "Իրավաբանական հիմք" | |
7922 | - | |
7923 | -#~ msgid "Newer people" | |
7924 | -#~ msgstr "Ավելի նոր մարդիկ" | |
7925 | - | |
7926 | -#~ msgid "Newer enterprises" | |
7927 | -#~ msgstr "Ավելի նոր ձեռնարկություններ" | |
7928 | - | |
7929 | -#~ msgid "Newer communities" | |
7930 | -#~ msgstr "Ավելի նոր համայնքներ" | |
7931 | - | |
7932 | -#~ msgid "Newer articles" | |
7933 | -#~ msgstr "Ավելի նոր հոդվածներ" | |
7934 | - | |
7935 | -#~ msgid "" | |
7936 | -#~ "New members must be approved by an administrator before joining this " | |
7937 | -#~ "group?" | |
7938 | -#~ msgstr "" | |
7939 | -#~ "Նոր անդամները խմբին միանալու համար պետք է հաստատվեն ադմինիստրատորի կողմից:" | |
7940 | - | |
7941 | -#~ msgid "Sponsored by Loterie Romande" | |
7942 | -#~ msgstr "Հովանավորվում է Loterie Romande -ի կողմից" | |
7943 | - | |
7944 | -#~ msgid "A FBES project" | |
7945 | -#~ msgstr "FBES-ի ծրագրերից մեկը" | |
7946 | - | |
7947 | -#~ msgid "Developed by Colivre" | |
7948 | -#~ msgstr "Ծրագրավորումը`Colivre" | |
7949 | - | |
7950 | -#~ msgid "Destroy %s" | |
7951 | -#~ msgstr "Վերացնել %s" | |
7952 | - | |
7953 | -#~ msgid "Are you sure you want to destroy %s?" | |
7954 | -#~ msgstr "Վստա՞հ եք, որ ցանականում եք վերացնել %s" | |
7955 | - | |
7956 | -#~ msgid "Add favorite organization" | |
7957 | -#~ msgstr "Ավելացնել նախընտրած կազմակերպություն" | |
7958 | - | |
7959 | -#~ msgid "Could not update the enterprise" | |
7960 | -#~ msgstr "Ձեռնարկության թարմացումն անհնար է:" | |
7961 | - | |
7962 | -#~ msgid "%d %B %Y, %H:%m" | |
7963 | -#~ msgstr "%d %B %Y, %H:%m" | |
7964 | - | |
7965 | -#, fuzzy | |
7966 | -#~ msgid "Setting" | |
7967 | -#~ msgstr "" | |
7968 | -#~ "#-#-#-#-# noosfero.po.REMOTE.26849.po (noosfero 0.15.0) #-#-#-#-#\n" | |
7969 | -#~ "#-#-#-#-# noosfero.po.LOCAL.26849.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7970 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21532.po (noosfero 0.14.0) #-#-#-#-#\n" | |
7971 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21532.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7972 | -#~ "#-#-#-#-# noosfero.po.REMOTE.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7973 | -#~ "#-#-#-#-# noosfero.po.LOCAL.8544.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7974 | -#~ "#-#-#-#-# noosfero.po.REMOTE.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7975 | -#~ "#-#-#-#-# noosfero.po.LOCAL.17206.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7976 | -#~ "#-#-#-#-# noosfero.po.REMOTE.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7977 | -#~ "#-#-#-#-# noosfero.po.LOCAL.9928.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7978 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7979 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7980 | -#~ "#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7981 | -#~ "#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
7982 | -#~ "Պարամետրեր" | |
7983 | - | |
7984 | -#~ msgid "" | |
7985 | -#~ "This website will not look as good as it could.\n" | |
7986 | -#~ " Don't you want to use Firefox? That is a great web browser, " | |
7987 | -#~ "free,\n" | |
7988 | -#~ " and made by people of all the world parts." | |
7989 | -#~ msgstr "" | |
7990 | -#~ "Կայքի արտաքին տեսքն այնպիսին չի լինի, ինչպիսին կարող էր լինել: Ցանկանո՞ւմ " | |
7991 | -#~ "եք արդյոք Firefox օգտագործել: Այն ունի լայն հնարավորութուններ, անվճար է և " | |
7992 | -#~ "ստեղծվել է աշխարհի տարբեր մասերում գտնվող մարդկանց կողմից: " | |
7993 | - | |
7994 | -#, fuzzy | |
7995 | -#~ msgid "Localization Map" | |
7996 | -#~ msgstr "" | |
7997 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7998 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
7999 | -#~ "#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
8000 | -#~ "#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
8001 | -#~ "Վայր" | |
6635 | +#: lib/zen3_terminology.rb:82 | |
6636 | +msgid "Choose the groups you want to join and/or create your own." | |
6637 | +msgstr "" | |
8002 | 6638 | |
6639 | +#: lib/zen3_terminology.rb:83 | |
8003 | 6640 | #, fuzzy |
8004 | -#~ msgid "%s - Pending tasks" | |
8005 | -#~ msgstr "" | |
8006 | -#~ "#-#-#-#-# noosfero.po.REMOTE.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
8007 | -#~ "#-#-#-#-# noosfero.po.LOCAL.21758.po (noosfero 0.13.0) #-#-#-#-#\n" | |
8008 | -#~ "#-#-#-#-# noosfero.po.REMOTE.25844.po (noosfero 0.13.0) #-#-#-#-#\n" | |
8009 | -#~ "#-#-#-#-# noosfero.po.LOCAL.25844.po (noosfero 0.11.0) #-#-#-#-#\n" | |
8010 | -#~ "Սպասող առաջադրանքներ" | |
6641 | +msgid "New group" | |
6642 | +msgstr "Մեկ խումբ" | |
8011 | 6643 | |
8012 | -#, fuzzy | |
8013 | -#~ msgid "Inactive Enterprise Template" | |
8014 | -#~ msgstr "Ձեռնարկության կոդ անվավեր է:" | |
6644 | +#: lib/zen3_terminology.rb:84 | |
6645 | +msgid "" | |
6646 | +"Tags are important to new users, they'll be able to find your new group more " | |
6647 | +"easily." | |
6648 | +msgstr "" | |
8015 | 6649 | |
8016 | -#, fuzzy | |
8017 | -#~ msgid "Feed options" | |
8018 | -#~ msgstr "Որոնման ավելի շատ հատկություններ" | |
6650 | +#: public/500.html.erb:25 | |
6651 | +msgid "Temporary system problem" | |
6652 | +msgstr "" | |
8019 | 6653 | |
8020 | -#, fuzzy | |
8021 | -#~ msgid "Want you see other persons on this environment?" | |
8022 | -#~ msgstr "Կարող եք շարունակել այս միջավայրը բեռնել:" | |
6654 | +#: public/500.html.erb:27 | |
6655 | +msgid "" | |
6656 | +"Our technical team is working on it, please try again later. Sorry for the " | |
6657 | +"inconvenience." | |
6658 | +msgstr "" | |
8023 | 6659 | |
8024 | -#~ msgid "edit your information" | |
8025 | -#~ msgstr "Փոփոխել Ձեր տեղեկությունները" | |
6660 | +#: public/503.html.erb:26 | |
6661 | +msgid "System maintainance" | |
6662 | +msgstr "" | |
8026 | 6663 | |
8027 | -#~ msgid "This profile's content is:" | |
8028 | -#~ msgstr "Անհատական էջի բովանդակություն" | |
6664 | +#: public/503.html.erb:28 | |
6665 | +msgid "This system is under maintainance. It should be back in a few hours." | |
6666 | +msgstr "" | ... | ... |
po/it/noosfero.po
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: noosfero 0.19.0\n" |
10 | -"POT-Creation-Date: 2009-08-03 13:06-0300\n" | |
10 | +"POT-Creation-Date: 2009-08-03 19:42-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" |
... | ... | @@ -624,7 +624,7 @@ msgstr "" |
624 | 624 | #: app/helpers/assets_helper.rb:11 |
625 | 625 | #: app/controllers/public/search_controller.rb:136 |
626 | 626 | #: app/controllers/public/search_controller.rb:210 |
627 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 | |
627 | +#: app/views/search/communities.rhtml:4 app/views/profile/_person.rhtml:50 | |
628 | 628 | #: app/views/content_viewer/_person.rhtml:50 |
629 | 629 | #: app/views/layouts/application-ng.rhtml:94 |
630 | 630 | msgid "Communities" |
... | ... | @@ -875,9 +875,10 @@ msgstr "" |
875 | 875 | #: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 |
876 | 876 | #: app/views/profile_members/add_members.rhtml:5 |
877 | 877 | #: app/views/search/_sellers_form.rhtml:21 |
878 | -#: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 | |
879 | -#: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 | |
880 | -#: app/views/home/index.rhtml:56 app/views/region_validators/region.rhtml:23 | |
878 | +#: app/views/search/_search_form.rhtml:19 | |
879 | +#: app/views/search/communities.rhtml:13 app/views/search/articles.rhtml:10 | |
880 | +#: app/views/search/people.rhtml:10 app/views/home/index.rhtml:56 | |
881 | +#: app/views/region_validators/region.rhtml:23 | |
881 | 882 | msgid "Search" |
882 | 883 | msgstr "" |
883 | 884 | |
... | ... | @@ -950,7 +951,7 @@ msgid "" |
950 | 951 | "It does not affect the language of the content created by other users." |
951 | 952 | msgstr "" |
952 | 953 | |
953 | -#: app/helpers/forms_helper.rb:34 app/models/link_list_block.rb:8 | |
954 | +#: app/helpers/forms_helper.rb:35 app/models/link_list_block.rb:8 | |
954 | 955 | #: app/views/admin_panel/message_for_disabled_enterprise.rhtml:11 |
955 | 956 | #: app/views/admin_panel/site_info.rhtml:13 |
956 | 957 | #: app/views/shared/_select_categories.rhtml:22 |
... | ... | @@ -967,23 +968,23 @@ msgstr "" |
967 | 968 | msgid "Cancel" |
968 | 969 | msgstr "" |
969 | 970 | |
970 | -#: app/helpers/forms_helper.rb:64 | |
971 | +#: app/helpers/forms_helper.rb:65 | |
971 | 972 | msgid "Select the State" |
972 | 973 | msgstr "" |
973 | 974 | |
974 | -#: app/helpers/forms_helper.rb:65 | |
975 | +#: app/helpers/forms_helper.rb:66 | |
975 | 976 | msgid "Select the City" |
976 | 977 | msgstr "" |
977 | 978 | |
978 | -#: app/helpers/forms_helper.rb:88 | |
979 | +#: app/helpers/forms_helper.rb:89 | |
979 | 980 | msgid "State:" |
980 | 981 | msgstr "" |
981 | 982 | |
982 | -#: app/helpers/forms_helper.rb:91 | |
983 | +#: app/helpers/forms_helper.rb:92 | |
983 | 984 | msgid "City:" |
984 | 985 | msgstr "" |
985 | 986 | |
986 | -#: app/helpers/forms_helper.rb:105 | |
987 | +#: app/helpers/forms_helper.rb:106 | |
987 | 988 | msgid "" |
988 | 989 | "The <label class='pseudoformlabel'>highlighted</label> fields are mandatory." |
989 | 990 | msgstr "" |
... | ... | @@ -1215,23 +1216,23 @@ msgstr "" |
1215 | 1216 | msgid "Thanks for signing up!" |
1216 | 1217 | msgstr "" |
1217 | 1218 | |
1218 | -#: app/controllers/public/account_controller.rb:104 | |
1219 | +#: app/controllers/public/account_controller.rb:106 | |
1219 | 1220 | msgid "You have been logged out." |
1220 | 1221 | msgstr "" |
1221 | 1222 | |
1222 | -#: app/controllers/public/account_controller.rb:115 | |
1223 | +#: app/controllers/public/account_controller.rb:117 | |
1223 | 1224 | msgid "Your password has been changed successfully!" |
1224 | 1225 | msgstr "" |
1225 | 1226 | |
1226 | -#: app/controllers/public/account_controller.rb:118 | |
1227 | +#: app/controllers/public/account_controller.rb:120 | |
1227 | 1228 | msgid "The supplied current password is incorrect." |
1228 | 1229 | msgstr "" |
1229 | 1230 | |
1230 | -#: app/controllers/public/account_controller.rb:220 | |
1231 | +#: app/controllers/public/account_controller.rb:222 | |
1231 | 1232 | msgid "Available!" |
1232 | 1233 | msgstr "" |
1233 | 1234 | |
1234 | -#: app/controllers/public/account_controller.rb:223 | |
1235 | +#: app/controllers/public/account_controller.rb:225 | |
1235 | 1236 | msgid "Unavailable!" |
1236 | 1237 | msgstr "" |
1237 | 1238 | |
... | ... | @@ -1419,6 +1420,7 @@ msgid "user" |
1419 | 1420 | msgstr "" |
1420 | 1421 | |
1421 | 1422 | #: app/models/user.rb:- app/models/user.rb:18 app/models/change_password.rb:21 |
1423 | +#: app/views/friends/invite.rhtml:31 | |
1422 | 1424 | msgid "Username" |
1423 | 1425 | msgstr "" |
1424 | 1426 | |
... | ... | @@ -2281,9 +2283,9 @@ msgstr "" |
2281 | 2283 | msgid "Ok" |
2282 | 2284 | msgstr "" |
2283 | 2285 | |
2284 | -#: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | |
2285 | -#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 | |
2286 | -#: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:67 | |
2286 | +#: app/models/link_list_block.rb:21 app/views/shared/user_menu.rhtml:67 | |
2287 | +#: app/views/account/login_block.rhtml:4 app/views/account/login.rhtml:3 | |
2288 | +#: app/views/layouts/application-ng.rhtml:67 | |
2287 | 2289 | msgid "Login" |
2288 | 2290 | msgstr "" |
2289 | 2291 | |
... | ... | @@ -3056,23 +3058,31 @@ msgstr "" |
3056 | 3058 | msgid "Indicate which friends you want to invite." |
3057 | 3059 | msgstr "" |
3058 | 3060 | |
3059 | -#: app/views/friends/invite.rhtml:57 | |
3061 | +#: app/views/friends/invite.rhtml:53 | |
3062 | +msgid "Import now your contacts from %s, %s or %s" | |
3063 | +msgstr "" | |
3064 | + | |
3065 | +#: app/views/friends/invite.rhtml:56 | |
3066 | +msgid "or" | |
3067 | +msgstr "" | |
3068 | + | |
3069 | +#: app/views/friends/invite.rhtml:66 | |
3060 | 3070 | msgid "Enter one e-mail address per line:" |
3061 | 3071 | msgstr "" |
3062 | 3072 | |
3063 | -#: app/views/friends/invite.rhtml:61 | |
3073 | +#: app/views/friends/invite.rhtml:71 | |
3064 | 3074 | msgid "Check all" |
3065 | 3075 | msgstr "" |
3066 | 3076 | |
3067 | -#: app/views/friends/invite.rhtml:62 | |
3077 | +#: app/views/friends/invite.rhtml:72 | |
3068 | 3078 | msgid "Uncheck all" |
3069 | 3079 | msgstr "" |
3070 | 3080 | |
3071 | -#: app/views/friends/invite.rhtml:78 | |
3081 | +#: app/views/friends/invite.rhtml:88 | |
3072 | 3082 | msgid "Personalize invitation message" |
3073 | 3083 | msgstr "" |
3074 | 3084 | |
3075 | -#: app/views/friends/invite.rhtml:83 | |
3085 | +#: app/views/friends/invite.rhtml:93 | |
3076 | 3086 | msgid "" |
3077 | 3087 | "Now enter an invitation message. You must keep the <url> code in your " |
3078 | 3088 | "invitation message. When your friends receive the invitation e-mail, <url> " |
... | ... | @@ -3081,18 +3091,14 @@ msgid "" |
3081 | 3091 | "name, but they are optional." |
3082 | 3092 | msgstr "" |
3083 | 3093 | |
3084 | -#: app/views/friends/invite.rhtml:84 | |
3094 | +#: app/views/friends/invite.rhtml:94 | |
3085 | 3095 | msgid "Invitation message:" |
3086 | 3096 | msgstr "" |
3087 | 3097 | |
3088 | -#: app/views/friends/invite.rhtml:88 | |
3098 | +#: app/views/friends/invite.rhtml:98 | |
3089 | 3099 | msgid "Invite my friends!" |
3090 | 3100 | msgstr "" |
3091 | 3101 | |
3092 | -#: app/views/friends/invite.rhtml:93 | |
3093 | -msgid "Import now your contacts from %s, %s or %s" | |
3094 | -msgstr "" | |
3095 | - | |
3096 | 3102 | #: app/views/profile_members/unassociate.rhtml:1 |
3097 | 3103 | #: app/views/profile_members/add_member.rhtml:1 |
3098 | 3104 | #: app/views/profile_members/_members_list.rhtml:1 |
... | ... | @@ -3429,7 +3435,7 @@ msgstr "" |
3429 | 3435 | |
3430 | 3436 | #: app/views/account/blocked.rhtml:6 |
3431 | 3437 | msgid "" |
3432 | -"There was a failed atempt of activation and the automated acivation was " | |
3438 | +"There was a failed atempt of activation and the automated activation was " | |
3433 | 3439 | "disabled for your security." |
3434 | 3440 | msgstr "" |
3435 | 3441 | |
... | ... | @@ -3613,7 +3619,9 @@ msgid "Insert your login" |
3613 | 3619 | msgstr "" |
3614 | 3620 | |
3615 | 3621 | #: app/views/account/_signup_form.rhtml:40 |
3616 | -msgid "Choose a password that you can remember easily." | |
3622 | +msgid "" | |
3623 | +"Choose a password that you can remember easily. It must have at least 4 " | |
3624 | +"characters." | |
3617 | 3625 | msgstr "" |
3618 | 3626 | |
3619 | 3627 | #: app/views/account/_signup_form.rhtml:45 |
... | ... | @@ -3707,7 +3715,8 @@ msgid "" |
3707 | 3715 | msgstr "" |
3708 | 3716 | |
3709 | 3717 | #: app/views/account/activation_question.rhtml:33 |
3710 | -msgid "What year your enterprise was founded?" | |
3718 | +msgid "" | |
3719 | +"What year your enterprise was founded? It must have 4 digits, eg 1990. %s" | |
3711 | 3720 | msgstr "" |
3712 | 3721 | |
3713 | 3722 | #: app/views/account/activation_question.rhtml:33 |
... | ... | @@ -3957,7 +3966,7 @@ msgstr "" |
3957 | 3966 | msgid "Categorize your article" |
3958 | 3967 | msgstr "" |
3959 | 3968 | |
3960 | -#: app/views/cms/edit.rhtml:32 app/views/memberships/new_community.rhtml:18 | |
3969 | +#: app/views/cms/edit.rhtml:32 | |
3961 | 3970 | msgid "Separate tags with commas" |
3962 | 3971 | msgstr "" |
3963 | 3972 | |
... | ... | @@ -4181,7 +4190,7 @@ msgstr "" |
4181 | 4190 | msgid "Products and Services" |
4182 | 4191 | msgstr "" |
4183 | 4192 | |
4184 | -#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:9 | |
4193 | +#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:13 | |
4185 | 4194 | #: app/views/search/articles.rhtml:10 app/views/search/index.rhtml:5 |
4186 | 4195 | #: app/views/search/people.rhtml:10 app/views/search/enterprises.rhtml:16 |
4187 | 4196 | msgid "Refine your search" |
... | ... | @@ -4231,11 +4240,15 @@ msgstr "" |
4231 | 4240 | msgid "No City" |
4232 | 4241 | msgstr "" |
4233 | 4242 | |
4234 | -#: app/views/search/communities.rhtml:12 | |
4243 | +#: app/views/search/communities.rhtml:2 | |
4244 | +msgid "Hello %s, now you can choose yours groups" | |
4245 | +msgstr "" | |
4246 | + | |
4247 | +#: app/views/search/communities.rhtml:16 | |
4235 | 4248 | msgid "Choose the communities you want to join and/or create your own." |
4236 | 4249 | msgstr "" |
4237 | 4250 | |
4238 | -#: app/views/search/communities.rhtml:25 | |
4251 | +#: app/views/search/communities.rhtml:29 | |
4239 | 4252 | msgid "New community" |
4240 | 4253 | msgstr "" |
4241 | 4254 | |
... | ... | @@ -4534,7 +4547,7 @@ msgid "Remove the enterprise from the system" |
4534 | 4547 | msgstr "" |
4535 | 4548 | |
4536 | 4549 | #: app/views/enterprise_editor/index.rhtml:17 |
4537 | -#: app/views/profile_editor/index.rhtml:72 | |
4550 | +#: app/views/profile_editor/index.rhtml:73 | |
4538 | 4551 | msgid "Activate" |
4539 | 4552 | msgstr "" |
4540 | 4553 | |
... | ... | @@ -4582,6 +4595,16 @@ msgstr "" |
4582 | 4595 | msgid "Creating new community" |
4583 | 4596 | msgstr "" |
4584 | 4597 | |
4598 | +#: app/views/memberships/new_community.rhtml:18 | |
4599 | +msgid "Separate tags with commas." | |
4600 | +msgstr "" | |
4601 | + | |
4602 | +#: app/views/memberships/new_community.rhtml:18 | |
4603 | +msgid "" | |
4604 | +"Tags are important to new users, they'll be able to find your new community " | |
4605 | +"more easily." | |
4606 | +msgstr "" | |
4607 | + | |
4585 | 4608 | #: app/views/memberships/new_community.rhtml:21 |
4586 | 4609 | #: app/views/profile_editor/edit.rhtml:12 app/views/categories/_form.rhtml:27 |
4587 | 4610 | #: app/views/manage_products/_form.rhtml:10 |
... | ... | @@ -4934,7 +4957,7 @@ msgid "" |
4934 | 4957 | "add here the activation code that was sent." |
4935 | 4958 | msgstr "" |
4936 | 4959 | |
4937 | -#: app/views/profile_editor/index.rhtml:71 | |
4960 | +#: app/views/profile_editor/index.rhtml:72 | |
4938 | 4961 | msgid "Enterprise activation code" |
4939 | 4962 | msgstr "" |
4940 | 4963 | |
... | ... | @@ -6371,3 +6394,35 @@ msgstr "" |
6371 | 6394 | #: lib/zen3_terminology.rb:81 |
6372 | 6395 | msgid "Organization Info and settings" |
6373 | 6396 | msgstr "" |
6397 | + | |
6398 | +#: lib/zen3_terminology.rb:82 | |
6399 | +msgid "Choose the groups you want to join and/or create your own." | |
6400 | +msgstr "" | |
6401 | + | |
6402 | +#: lib/zen3_terminology.rb:83 | |
6403 | +msgid "New group" | |
6404 | +msgstr "" | |
6405 | + | |
6406 | +#: lib/zen3_terminology.rb:84 | |
6407 | +msgid "" | |
6408 | +"Tags are important to new users, they'll be able to find your new group more " | |
6409 | +"easily." | |
6410 | +msgstr "" | |
6411 | + | |
6412 | +#: public/500.html.erb:25 | |
6413 | +msgid "Temporary system problem" | |
6414 | +msgstr "" | |
6415 | + | |
6416 | +#: public/500.html.erb:27 | |
6417 | +msgid "" | |
6418 | +"Our technical team is working on it, please try again later. Sorry for the " | |
6419 | +"inconvenience." | |
6420 | +msgstr "" | |
6421 | + | |
6422 | +#: public/503.html.erb:26 | |
6423 | +msgid "System maintainance" | |
6424 | +msgstr "" | |
6425 | + | |
6426 | +#: public/503.html.erb:28 | |
6427 | +msgid "This system is under maintainance. It should be back in a few hours." | |
6428 | +msgstr "" | ... | ... |
po/nl/noosfero.po
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: noosfero 0.19.0\n" |
10 | -"POT-Creation-Date: 2009-08-03 13:06-0300\n" | |
10 | +"POT-Creation-Date: 2009-08-03 19:42-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" |
... | ... | @@ -624,7 +624,7 @@ msgstr "" |
624 | 624 | #: app/helpers/assets_helper.rb:11 |
625 | 625 | #: app/controllers/public/search_controller.rb:136 |
626 | 626 | #: app/controllers/public/search_controller.rb:210 |
627 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 | |
627 | +#: app/views/search/communities.rhtml:4 app/views/profile/_person.rhtml:50 | |
628 | 628 | #: app/views/content_viewer/_person.rhtml:50 |
629 | 629 | #: app/views/layouts/application-ng.rhtml:94 |
630 | 630 | msgid "Communities" |
... | ... | @@ -875,9 +875,10 @@ msgstr "" |
875 | 875 | #: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 |
876 | 876 | #: app/views/profile_members/add_members.rhtml:5 |
877 | 877 | #: app/views/search/_sellers_form.rhtml:21 |
878 | -#: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 | |
879 | -#: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 | |
880 | -#: app/views/home/index.rhtml:56 app/views/region_validators/region.rhtml:23 | |
878 | +#: app/views/search/_search_form.rhtml:19 | |
879 | +#: app/views/search/communities.rhtml:13 app/views/search/articles.rhtml:10 | |
880 | +#: app/views/search/people.rhtml:10 app/views/home/index.rhtml:56 | |
881 | +#: app/views/region_validators/region.rhtml:23 | |
881 | 882 | msgid "Search" |
882 | 883 | msgstr "" |
883 | 884 | |
... | ... | @@ -950,7 +951,7 @@ msgid "" |
950 | 951 | "It does not affect the language of the content created by other users." |
951 | 952 | msgstr "" |
952 | 953 | |
953 | -#: app/helpers/forms_helper.rb:34 app/models/link_list_block.rb:8 | |
954 | +#: app/helpers/forms_helper.rb:35 app/models/link_list_block.rb:8 | |
954 | 955 | #: app/views/admin_panel/message_for_disabled_enterprise.rhtml:11 |
955 | 956 | #: app/views/admin_panel/site_info.rhtml:13 |
956 | 957 | #: app/views/shared/_select_categories.rhtml:22 |
... | ... | @@ -967,23 +968,23 @@ msgstr "" |
967 | 968 | msgid "Cancel" |
968 | 969 | msgstr "" |
969 | 970 | |
970 | -#: app/helpers/forms_helper.rb:64 | |
971 | +#: app/helpers/forms_helper.rb:65 | |
971 | 972 | msgid "Select the State" |
972 | 973 | msgstr "" |
973 | 974 | |
974 | -#: app/helpers/forms_helper.rb:65 | |
975 | +#: app/helpers/forms_helper.rb:66 | |
975 | 976 | msgid "Select the City" |
976 | 977 | msgstr "" |
977 | 978 | |
978 | -#: app/helpers/forms_helper.rb:88 | |
979 | +#: app/helpers/forms_helper.rb:89 | |
979 | 980 | msgid "State:" |
980 | 981 | msgstr "" |
981 | 982 | |
982 | -#: app/helpers/forms_helper.rb:91 | |
983 | +#: app/helpers/forms_helper.rb:92 | |
983 | 984 | msgid "City:" |
984 | 985 | msgstr "" |
985 | 986 | |
986 | -#: app/helpers/forms_helper.rb:105 | |
987 | +#: app/helpers/forms_helper.rb:106 | |
987 | 988 | msgid "" |
988 | 989 | "The <label class='pseudoformlabel'>highlighted</label> fields are mandatory." |
989 | 990 | msgstr "" |
... | ... | @@ -1215,23 +1216,23 @@ msgstr "" |
1215 | 1216 | msgid "Thanks for signing up!" |
1216 | 1217 | msgstr "" |
1217 | 1218 | |
1218 | -#: app/controllers/public/account_controller.rb:104 | |
1219 | +#: app/controllers/public/account_controller.rb:106 | |
1219 | 1220 | msgid "You have been logged out." |
1220 | 1221 | msgstr "" |
1221 | 1222 | |
1222 | -#: app/controllers/public/account_controller.rb:115 | |
1223 | +#: app/controllers/public/account_controller.rb:117 | |
1223 | 1224 | msgid "Your password has been changed successfully!" |
1224 | 1225 | msgstr "" |
1225 | 1226 | |
1226 | -#: app/controllers/public/account_controller.rb:118 | |
1227 | +#: app/controllers/public/account_controller.rb:120 | |
1227 | 1228 | msgid "The supplied current password is incorrect." |
1228 | 1229 | msgstr "" |
1229 | 1230 | |
1230 | -#: app/controllers/public/account_controller.rb:220 | |
1231 | +#: app/controllers/public/account_controller.rb:222 | |
1231 | 1232 | msgid "Available!" |
1232 | 1233 | msgstr "" |
1233 | 1234 | |
1234 | -#: app/controllers/public/account_controller.rb:223 | |
1235 | +#: app/controllers/public/account_controller.rb:225 | |
1235 | 1236 | msgid "Unavailable!" |
1236 | 1237 | msgstr "" |
1237 | 1238 | |
... | ... | @@ -1419,6 +1420,7 @@ msgid "user" |
1419 | 1420 | msgstr "" |
1420 | 1421 | |
1421 | 1422 | #: app/models/user.rb:- app/models/user.rb:18 app/models/change_password.rb:21 |
1423 | +#: app/views/friends/invite.rhtml:31 | |
1422 | 1424 | msgid "Username" |
1423 | 1425 | msgstr "" |
1424 | 1426 | |
... | ... | @@ -2281,9 +2283,9 @@ msgstr "" |
2281 | 2283 | msgid "Ok" |
2282 | 2284 | msgstr "" |
2283 | 2285 | |
2284 | -#: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | |
2285 | -#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 | |
2286 | -#: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:67 | |
2286 | +#: app/models/link_list_block.rb:21 app/views/shared/user_menu.rhtml:67 | |
2287 | +#: app/views/account/login_block.rhtml:4 app/views/account/login.rhtml:3 | |
2288 | +#: app/views/layouts/application-ng.rhtml:67 | |
2287 | 2289 | msgid "Login" |
2288 | 2290 | msgstr "" |
2289 | 2291 | |
... | ... | @@ -3056,23 +3058,31 @@ msgstr "" |
3056 | 3058 | msgid "Indicate which friends you want to invite." |
3057 | 3059 | msgstr "" |
3058 | 3060 | |
3059 | -#: app/views/friends/invite.rhtml:57 | |
3061 | +#: app/views/friends/invite.rhtml:53 | |
3062 | +msgid "Import now your contacts from %s, %s or %s" | |
3063 | +msgstr "" | |
3064 | + | |
3065 | +#: app/views/friends/invite.rhtml:56 | |
3066 | +msgid "or" | |
3067 | +msgstr "" | |
3068 | + | |
3069 | +#: app/views/friends/invite.rhtml:66 | |
3060 | 3070 | msgid "Enter one e-mail address per line:" |
3061 | 3071 | msgstr "" |
3062 | 3072 | |
3063 | -#: app/views/friends/invite.rhtml:61 | |
3073 | +#: app/views/friends/invite.rhtml:71 | |
3064 | 3074 | msgid "Check all" |
3065 | 3075 | msgstr "" |
3066 | 3076 | |
3067 | -#: app/views/friends/invite.rhtml:62 | |
3077 | +#: app/views/friends/invite.rhtml:72 | |
3068 | 3078 | msgid "Uncheck all" |
3069 | 3079 | msgstr "" |
3070 | 3080 | |
3071 | -#: app/views/friends/invite.rhtml:78 | |
3081 | +#: app/views/friends/invite.rhtml:88 | |
3072 | 3082 | msgid "Personalize invitation message" |
3073 | 3083 | msgstr "" |
3074 | 3084 | |
3075 | -#: app/views/friends/invite.rhtml:83 | |
3085 | +#: app/views/friends/invite.rhtml:93 | |
3076 | 3086 | msgid "" |
3077 | 3087 | "Now enter an invitation message. You must keep the <url> code in your " |
3078 | 3088 | "invitation message. When your friends receive the invitation e-mail, <url> " |
... | ... | @@ -3081,18 +3091,14 @@ msgid "" |
3081 | 3091 | "name, but they are optional." |
3082 | 3092 | msgstr "" |
3083 | 3093 | |
3084 | -#: app/views/friends/invite.rhtml:84 | |
3094 | +#: app/views/friends/invite.rhtml:94 | |
3085 | 3095 | msgid "Invitation message:" |
3086 | 3096 | msgstr "" |
3087 | 3097 | |
3088 | -#: app/views/friends/invite.rhtml:88 | |
3098 | +#: app/views/friends/invite.rhtml:98 | |
3089 | 3099 | msgid "Invite my friends!" |
3090 | 3100 | msgstr "" |
3091 | 3101 | |
3092 | -#: app/views/friends/invite.rhtml:93 | |
3093 | -msgid "Import now your contacts from %s, %s or %s" | |
3094 | -msgstr "" | |
3095 | - | |
3096 | 3102 | #: app/views/profile_members/unassociate.rhtml:1 |
3097 | 3103 | #: app/views/profile_members/add_member.rhtml:1 |
3098 | 3104 | #: app/views/profile_members/_members_list.rhtml:1 |
... | ... | @@ -3429,7 +3435,7 @@ msgstr "" |
3429 | 3435 | |
3430 | 3436 | #: app/views/account/blocked.rhtml:6 |
3431 | 3437 | msgid "" |
3432 | -"There was a failed atempt of activation and the automated acivation was " | |
3438 | +"There was a failed atempt of activation and the automated activation was " | |
3433 | 3439 | "disabled for your security." |
3434 | 3440 | msgstr "" |
3435 | 3441 | |
... | ... | @@ -3613,7 +3619,9 @@ msgid "Insert your login" |
3613 | 3619 | msgstr "" |
3614 | 3620 | |
3615 | 3621 | #: app/views/account/_signup_form.rhtml:40 |
3616 | -msgid "Choose a password that you can remember easily." | |
3622 | +msgid "" | |
3623 | +"Choose a password that you can remember easily. It must have at least 4 " | |
3624 | +"characters." | |
3617 | 3625 | msgstr "" |
3618 | 3626 | |
3619 | 3627 | #: app/views/account/_signup_form.rhtml:45 |
... | ... | @@ -3707,7 +3715,8 @@ msgid "" |
3707 | 3715 | msgstr "" |
3708 | 3716 | |
3709 | 3717 | #: app/views/account/activation_question.rhtml:33 |
3710 | -msgid "What year your enterprise was founded?" | |
3718 | +msgid "" | |
3719 | +"What year your enterprise was founded? It must have 4 digits, eg 1990. %s" | |
3711 | 3720 | msgstr "" |
3712 | 3721 | |
3713 | 3722 | #: app/views/account/activation_question.rhtml:33 |
... | ... | @@ -3957,7 +3966,7 @@ msgstr "" |
3957 | 3966 | msgid "Categorize your article" |
3958 | 3967 | msgstr "" |
3959 | 3968 | |
3960 | -#: app/views/cms/edit.rhtml:32 app/views/memberships/new_community.rhtml:18 | |
3969 | +#: app/views/cms/edit.rhtml:32 | |
3961 | 3970 | msgid "Separate tags with commas" |
3962 | 3971 | msgstr "" |
3963 | 3972 | |
... | ... | @@ -4181,7 +4190,7 @@ msgstr "" |
4181 | 4190 | msgid "Products and Services" |
4182 | 4191 | msgstr "" |
4183 | 4192 | |
4184 | -#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:9 | |
4193 | +#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:13 | |
4185 | 4194 | #: app/views/search/articles.rhtml:10 app/views/search/index.rhtml:5 |
4186 | 4195 | #: app/views/search/people.rhtml:10 app/views/search/enterprises.rhtml:16 |
4187 | 4196 | msgid "Refine your search" |
... | ... | @@ -4231,11 +4240,15 @@ msgstr "" |
4231 | 4240 | msgid "No City" |
4232 | 4241 | msgstr "" |
4233 | 4242 | |
4234 | -#: app/views/search/communities.rhtml:12 | |
4243 | +#: app/views/search/communities.rhtml:2 | |
4244 | +msgid "Hello %s, now you can choose yours groups" | |
4245 | +msgstr "" | |
4246 | + | |
4247 | +#: app/views/search/communities.rhtml:16 | |
4235 | 4248 | msgid "Choose the communities you want to join and/or create your own." |
4236 | 4249 | msgstr "" |
4237 | 4250 | |
4238 | -#: app/views/search/communities.rhtml:25 | |
4251 | +#: app/views/search/communities.rhtml:29 | |
4239 | 4252 | msgid "New community" |
4240 | 4253 | msgstr "" |
4241 | 4254 | |
... | ... | @@ -4534,7 +4547,7 @@ msgid "Remove the enterprise from the system" |
4534 | 4547 | msgstr "" |
4535 | 4548 | |
4536 | 4549 | #: app/views/enterprise_editor/index.rhtml:17 |
4537 | -#: app/views/profile_editor/index.rhtml:72 | |
4550 | +#: app/views/profile_editor/index.rhtml:73 | |
4538 | 4551 | msgid "Activate" |
4539 | 4552 | msgstr "" |
4540 | 4553 | |
... | ... | @@ -4582,6 +4595,16 @@ msgstr "" |
4582 | 4595 | msgid "Creating new community" |
4583 | 4596 | msgstr "" |
4584 | 4597 | |
4598 | +#: app/views/memberships/new_community.rhtml:18 | |
4599 | +msgid "Separate tags with commas." | |
4600 | +msgstr "" | |
4601 | + | |
4602 | +#: app/views/memberships/new_community.rhtml:18 | |
4603 | +msgid "" | |
4604 | +"Tags are important to new users, they'll be able to find your new community " | |
4605 | +"more easily." | |
4606 | +msgstr "" | |
4607 | + | |
4585 | 4608 | #: app/views/memberships/new_community.rhtml:21 |
4586 | 4609 | #: app/views/profile_editor/edit.rhtml:12 app/views/categories/_form.rhtml:27 |
4587 | 4610 | #: app/views/manage_products/_form.rhtml:10 |
... | ... | @@ -4934,7 +4957,7 @@ msgid "" |
4934 | 4957 | "add here the activation code that was sent." |
4935 | 4958 | msgstr "" |
4936 | 4959 | |
4937 | -#: app/views/profile_editor/index.rhtml:71 | |
4960 | +#: app/views/profile_editor/index.rhtml:72 | |
4938 | 4961 | msgid "Enterprise activation code" |
4939 | 4962 | msgstr "" |
4940 | 4963 | |
... | ... | @@ -6371,3 +6394,35 @@ msgstr "" |
6371 | 6394 | #: lib/zen3_terminology.rb:81 |
6372 | 6395 | msgid "Organization Info and settings" |
6373 | 6396 | msgstr "" |
6397 | + | |
6398 | +#: lib/zen3_terminology.rb:82 | |
6399 | +msgid "Choose the groups you want to join and/or create your own." | |
6400 | +msgstr "" | |
6401 | + | |
6402 | +#: lib/zen3_terminology.rb:83 | |
6403 | +msgid "New group" | |
6404 | +msgstr "" | |
6405 | + | |
6406 | +#: lib/zen3_terminology.rb:84 | |
6407 | +msgid "" | |
6408 | +"Tags are important to new users, they'll be able to find your new group more " | |
6409 | +"easily." | |
6410 | +msgstr "" | |
6411 | + | |
6412 | +#: public/500.html.erb:25 | |
6413 | +msgid "Temporary system problem" | |
6414 | +msgstr "" | |
6415 | + | |
6416 | +#: public/500.html.erb:27 | |
6417 | +msgid "" | |
6418 | +"Our technical team is working on it, please try again later. Sorry for the " | |
6419 | +"inconvenience." | |
6420 | +msgstr "" | |
6421 | + | |
6422 | +#: public/503.html.erb:26 | |
6423 | +msgid "System maintainance" | |
6424 | +msgstr "" | |
6425 | + | |
6426 | +#: public/503.html.erb:28 | |
6427 | +msgid "This system is under maintainance. It should be back in a few hours." | |
6428 | +msgstr "" | ... | ... |
po/noosfero.pot
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: noosfero 0.19.0\n" |
10 | -"POT-Creation-Date: 2009-08-03 13:06-0300\n" | |
10 | +"POT-Creation-Date: 2009-08-03 19:42-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" |
... | ... | @@ -624,7 +624,7 @@ msgstr "" |
624 | 624 | #: app/helpers/assets_helper.rb:11 |
625 | 625 | #: app/controllers/public/search_controller.rb:136 |
626 | 626 | #: app/controllers/public/search_controller.rb:210 |
627 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 | |
627 | +#: app/views/search/communities.rhtml:4 app/views/profile/_person.rhtml:50 | |
628 | 628 | #: app/views/content_viewer/_person.rhtml:50 |
629 | 629 | #: app/views/layouts/application-ng.rhtml:94 |
630 | 630 | msgid "Communities" |
... | ... | @@ -875,9 +875,10 @@ msgstr "" |
875 | 875 | #: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 |
876 | 876 | #: app/views/profile_members/add_members.rhtml:5 |
877 | 877 | #: app/views/search/_sellers_form.rhtml:21 |
878 | -#: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 | |
879 | -#: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 | |
880 | -#: app/views/home/index.rhtml:56 app/views/region_validators/region.rhtml:23 | |
878 | +#: app/views/search/_search_form.rhtml:19 | |
879 | +#: app/views/search/communities.rhtml:13 app/views/search/articles.rhtml:10 | |
880 | +#: app/views/search/people.rhtml:10 app/views/home/index.rhtml:56 | |
881 | +#: app/views/region_validators/region.rhtml:23 | |
881 | 882 | msgid "Search" |
882 | 883 | msgstr "" |
883 | 884 | |
... | ... | @@ -950,7 +951,7 @@ msgid "" |
950 | 951 | "It does not affect the language of the content created by other users." |
951 | 952 | msgstr "" |
952 | 953 | |
953 | -#: app/helpers/forms_helper.rb:34 app/models/link_list_block.rb:8 | |
954 | +#: app/helpers/forms_helper.rb:35 app/models/link_list_block.rb:8 | |
954 | 955 | #: app/views/admin_panel/message_for_disabled_enterprise.rhtml:11 |
955 | 956 | #: app/views/admin_panel/site_info.rhtml:13 |
956 | 957 | #: app/views/shared/_select_categories.rhtml:22 |
... | ... | @@ -967,23 +968,23 @@ msgstr "" |
967 | 968 | msgid "Cancel" |
968 | 969 | msgstr "" |
969 | 970 | |
970 | -#: app/helpers/forms_helper.rb:64 | |
971 | +#: app/helpers/forms_helper.rb:65 | |
971 | 972 | msgid "Select the State" |
972 | 973 | msgstr "" |
973 | 974 | |
974 | -#: app/helpers/forms_helper.rb:65 | |
975 | +#: app/helpers/forms_helper.rb:66 | |
975 | 976 | msgid "Select the City" |
976 | 977 | msgstr "" |
977 | 978 | |
978 | -#: app/helpers/forms_helper.rb:88 | |
979 | +#: app/helpers/forms_helper.rb:89 | |
979 | 980 | msgid "State:" |
980 | 981 | msgstr "" |
981 | 982 | |
982 | -#: app/helpers/forms_helper.rb:91 | |
983 | +#: app/helpers/forms_helper.rb:92 | |
983 | 984 | msgid "City:" |
984 | 985 | msgstr "" |
985 | 986 | |
986 | -#: app/helpers/forms_helper.rb:105 | |
987 | +#: app/helpers/forms_helper.rb:106 | |
987 | 988 | msgid "" |
988 | 989 | "The <label class='pseudoformlabel'>highlighted</label> fields are mandatory." |
989 | 990 | msgstr "" |
... | ... | @@ -1215,23 +1216,23 @@ msgstr "" |
1215 | 1216 | msgid "Thanks for signing up!" |
1216 | 1217 | msgstr "" |
1217 | 1218 | |
1218 | -#: app/controllers/public/account_controller.rb:104 | |
1219 | +#: app/controllers/public/account_controller.rb:106 | |
1219 | 1220 | msgid "You have been logged out." |
1220 | 1221 | msgstr "" |
1221 | 1222 | |
1222 | -#: app/controllers/public/account_controller.rb:115 | |
1223 | +#: app/controllers/public/account_controller.rb:117 | |
1223 | 1224 | msgid "Your password has been changed successfully!" |
1224 | 1225 | msgstr "" |
1225 | 1226 | |
1226 | -#: app/controllers/public/account_controller.rb:118 | |
1227 | +#: app/controllers/public/account_controller.rb:120 | |
1227 | 1228 | msgid "The supplied current password is incorrect." |
1228 | 1229 | msgstr "" |
1229 | 1230 | |
1230 | -#: app/controllers/public/account_controller.rb:220 | |
1231 | +#: app/controllers/public/account_controller.rb:222 | |
1231 | 1232 | msgid "Available!" |
1232 | 1233 | msgstr "" |
1233 | 1234 | |
1234 | -#: app/controllers/public/account_controller.rb:223 | |
1235 | +#: app/controllers/public/account_controller.rb:225 | |
1235 | 1236 | msgid "Unavailable!" |
1236 | 1237 | msgstr "" |
1237 | 1238 | |
... | ... | @@ -1419,6 +1420,7 @@ msgid "user" |
1419 | 1420 | msgstr "" |
1420 | 1421 | |
1421 | 1422 | #: app/models/user.rb:- app/models/user.rb:18 app/models/change_password.rb:21 |
1423 | +#: app/views/friends/invite.rhtml:31 | |
1422 | 1424 | msgid "Username" |
1423 | 1425 | msgstr "" |
1424 | 1426 | |
... | ... | @@ -2281,9 +2283,9 @@ msgstr "" |
2281 | 2283 | msgid "Ok" |
2282 | 2284 | msgstr "" |
2283 | 2285 | |
2284 | -#: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | |
2285 | -#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 | |
2286 | -#: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:67 | |
2286 | +#: app/models/link_list_block.rb:21 app/views/shared/user_menu.rhtml:67 | |
2287 | +#: app/views/account/login_block.rhtml:4 app/views/account/login.rhtml:3 | |
2288 | +#: app/views/layouts/application-ng.rhtml:67 | |
2287 | 2289 | msgid "Login" |
2288 | 2290 | msgstr "" |
2289 | 2291 | |
... | ... | @@ -3056,23 +3058,31 @@ msgstr "" |
3056 | 3058 | msgid "Indicate which friends you want to invite." |
3057 | 3059 | msgstr "" |
3058 | 3060 | |
3059 | -#: app/views/friends/invite.rhtml:57 | |
3061 | +#: app/views/friends/invite.rhtml:53 | |
3062 | +msgid "Import now your contacts from %s, %s or %s" | |
3063 | +msgstr "" | |
3064 | + | |
3065 | +#: app/views/friends/invite.rhtml:56 | |
3066 | +msgid "or" | |
3067 | +msgstr "" | |
3068 | + | |
3069 | +#: app/views/friends/invite.rhtml:66 | |
3060 | 3070 | msgid "Enter one e-mail address per line:" |
3061 | 3071 | msgstr "" |
3062 | 3072 | |
3063 | -#: app/views/friends/invite.rhtml:61 | |
3073 | +#: app/views/friends/invite.rhtml:71 | |
3064 | 3074 | msgid "Check all" |
3065 | 3075 | msgstr "" |
3066 | 3076 | |
3067 | -#: app/views/friends/invite.rhtml:62 | |
3077 | +#: app/views/friends/invite.rhtml:72 | |
3068 | 3078 | msgid "Uncheck all" |
3069 | 3079 | msgstr "" |
3070 | 3080 | |
3071 | -#: app/views/friends/invite.rhtml:78 | |
3081 | +#: app/views/friends/invite.rhtml:88 | |
3072 | 3082 | msgid "Personalize invitation message" |
3073 | 3083 | msgstr "" |
3074 | 3084 | |
3075 | -#: app/views/friends/invite.rhtml:83 | |
3085 | +#: app/views/friends/invite.rhtml:93 | |
3076 | 3086 | msgid "" |
3077 | 3087 | "Now enter an invitation message. You must keep the <url> code in your " |
3078 | 3088 | "invitation message. When your friends receive the invitation e-mail, <url> " |
... | ... | @@ -3081,18 +3091,14 @@ msgid "" |
3081 | 3091 | "name, but they are optional." |
3082 | 3092 | msgstr "" |
3083 | 3093 | |
3084 | -#: app/views/friends/invite.rhtml:84 | |
3094 | +#: app/views/friends/invite.rhtml:94 | |
3085 | 3095 | msgid "Invitation message:" |
3086 | 3096 | msgstr "" |
3087 | 3097 | |
3088 | -#: app/views/friends/invite.rhtml:88 | |
3098 | +#: app/views/friends/invite.rhtml:98 | |
3089 | 3099 | msgid "Invite my friends!" |
3090 | 3100 | msgstr "" |
3091 | 3101 | |
3092 | -#: app/views/friends/invite.rhtml:93 | |
3093 | -msgid "Import now your contacts from %s, %s or %s" | |
3094 | -msgstr "" | |
3095 | - | |
3096 | 3102 | #: app/views/profile_members/unassociate.rhtml:1 |
3097 | 3103 | #: app/views/profile_members/add_member.rhtml:1 |
3098 | 3104 | #: app/views/profile_members/_members_list.rhtml:1 |
... | ... | @@ -3429,7 +3435,7 @@ msgstr "" |
3429 | 3435 | |
3430 | 3436 | #: app/views/account/blocked.rhtml:6 |
3431 | 3437 | msgid "" |
3432 | -"There was a failed atempt of activation and the automated acivation was " | |
3438 | +"There was a failed atempt of activation and the automated activation was " | |
3433 | 3439 | "disabled for your security." |
3434 | 3440 | msgstr "" |
3435 | 3441 | |
... | ... | @@ -3613,7 +3619,9 @@ msgid "Insert your login" |
3613 | 3619 | msgstr "" |
3614 | 3620 | |
3615 | 3621 | #: app/views/account/_signup_form.rhtml:40 |
3616 | -msgid "Choose a password that you can remember easily." | |
3622 | +msgid "" | |
3623 | +"Choose a password that you can remember easily. It must have at least 4 " | |
3624 | +"characters." | |
3617 | 3625 | msgstr "" |
3618 | 3626 | |
3619 | 3627 | #: app/views/account/_signup_form.rhtml:45 |
... | ... | @@ -3707,7 +3715,8 @@ msgid "" |
3707 | 3715 | msgstr "" |
3708 | 3716 | |
3709 | 3717 | #: app/views/account/activation_question.rhtml:33 |
3710 | -msgid "What year your enterprise was founded?" | |
3718 | +msgid "" | |
3719 | +"What year your enterprise was founded? It must have 4 digits, eg 1990. %s" | |
3711 | 3720 | msgstr "" |
3712 | 3721 | |
3713 | 3722 | #: app/views/account/activation_question.rhtml:33 |
... | ... | @@ -3957,7 +3966,7 @@ msgstr "" |
3957 | 3966 | msgid "Categorize your article" |
3958 | 3967 | msgstr "" |
3959 | 3968 | |
3960 | -#: app/views/cms/edit.rhtml:32 app/views/memberships/new_community.rhtml:18 | |
3969 | +#: app/views/cms/edit.rhtml:32 | |
3961 | 3970 | msgid "Separate tags with commas" |
3962 | 3971 | msgstr "" |
3963 | 3972 | |
... | ... | @@ -4181,7 +4190,7 @@ msgstr "" |
4181 | 4190 | msgid "Products and Services" |
4182 | 4191 | msgstr "" |
4183 | 4192 | |
4184 | -#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:9 | |
4193 | +#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:13 | |
4185 | 4194 | #: app/views/search/articles.rhtml:10 app/views/search/index.rhtml:5 |
4186 | 4195 | #: app/views/search/people.rhtml:10 app/views/search/enterprises.rhtml:16 |
4187 | 4196 | msgid "Refine your search" |
... | ... | @@ -4231,11 +4240,15 @@ msgstr "" |
4231 | 4240 | msgid "No City" |
4232 | 4241 | msgstr "" |
4233 | 4242 | |
4234 | -#: app/views/search/communities.rhtml:12 | |
4243 | +#: app/views/search/communities.rhtml:2 | |
4244 | +msgid "Hello %s, now you can choose yours groups" | |
4245 | +msgstr "" | |
4246 | + | |
4247 | +#: app/views/search/communities.rhtml:16 | |
4235 | 4248 | msgid "Choose the communities you want to join and/or create your own." |
4236 | 4249 | msgstr "" |
4237 | 4250 | |
4238 | -#: app/views/search/communities.rhtml:25 | |
4251 | +#: app/views/search/communities.rhtml:29 | |
4239 | 4252 | msgid "New community" |
4240 | 4253 | msgstr "" |
4241 | 4254 | |
... | ... | @@ -4534,7 +4547,7 @@ msgid "Remove the enterprise from the system" |
4534 | 4547 | msgstr "" |
4535 | 4548 | |
4536 | 4549 | #: app/views/enterprise_editor/index.rhtml:17 |
4537 | -#: app/views/profile_editor/index.rhtml:72 | |
4550 | +#: app/views/profile_editor/index.rhtml:73 | |
4538 | 4551 | msgid "Activate" |
4539 | 4552 | msgstr "" |
4540 | 4553 | |
... | ... | @@ -4582,6 +4595,16 @@ msgstr "" |
4582 | 4595 | msgid "Creating new community" |
4583 | 4596 | msgstr "" |
4584 | 4597 | |
4598 | +#: app/views/memberships/new_community.rhtml:18 | |
4599 | +msgid "Separate tags with commas." | |
4600 | +msgstr "" | |
4601 | + | |
4602 | +#: app/views/memberships/new_community.rhtml:18 | |
4603 | +msgid "" | |
4604 | +"Tags are important to new users, they'll be able to find your new community " | |
4605 | +"more easily." | |
4606 | +msgstr "" | |
4607 | + | |
4585 | 4608 | #: app/views/memberships/new_community.rhtml:21 |
4586 | 4609 | #: app/views/profile_editor/edit.rhtml:12 app/views/categories/_form.rhtml:27 |
4587 | 4610 | #: app/views/manage_products/_form.rhtml:10 |
... | ... | @@ -4934,7 +4957,7 @@ msgid "" |
4934 | 4957 | "add here the activation code that was sent." |
4935 | 4958 | msgstr "" |
4936 | 4959 | |
4937 | -#: app/views/profile_editor/index.rhtml:71 | |
4960 | +#: app/views/profile_editor/index.rhtml:72 | |
4938 | 4961 | msgid "Enterprise activation code" |
4939 | 4962 | msgstr "" |
4940 | 4963 | |
... | ... | @@ -6371,3 +6394,35 @@ msgstr "" |
6371 | 6394 | #: lib/zen3_terminology.rb:81 |
6372 | 6395 | msgid "Organization Info and settings" |
6373 | 6396 | msgstr "" |
6397 | + | |
6398 | +#: lib/zen3_terminology.rb:82 | |
6399 | +msgid "Choose the groups you want to join and/or create your own." | |
6400 | +msgstr "" | |
6401 | + | |
6402 | +#: lib/zen3_terminology.rb:83 | |
6403 | +msgid "New group" | |
6404 | +msgstr "" | |
6405 | + | |
6406 | +#: lib/zen3_terminology.rb:84 | |
6407 | +msgid "" | |
6408 | +"Tags are important to new users, they'll be able to find your new group more " | |
6409 | +"easily." | |
6410 | +msgstr "" | |
6411 | + | |
6412 | +#: public/500.html.erb:25 | |
6413 | +msgid "Temporary system problem" | |
6414 | +msgstr "" | |
6415 | + | |
6416 | +#: public/500.html.erb:27 | |
6417 | +msgid "" | |
6418 | +"Our technical team is working on it, please try again later. Sorry for the " | |
6419 | +"inconvenience." | |
6420 | +msgstr "" | |
6421 | + | |
6422 | +#: public/503.html.erb:26 | |
6423 | +msgid "System maintainance" | |
6424 | +msgstr "" | |
6425 | + | |
6426 | +#: public/503.html.erb:28 | |
6427 | +msgid "This system is under maintainance. It should be back in a few hours." | |
6428 | +msgstr "" | ... | ... |
po/pt_BR/noosfero.po
... | ... | @@ -12,8 +12,8 @@ |
12 | 12 | msgid "" |
13 | 13 | msgstr "" |
14 | 14 | "Project-Id-Version: noosfero 0.19.0\n" |
15 | -"POT-Creation-Date: 2009-08-03 13:06-0300\n" | |
16 | -"PO-Revision-Date: 2009-08-03 13:20-0300\n" | |
15 | +"POT-Creation-Date: 2009-08-03 19:42-0300\n" | |
16 | +"PO-Revision-Date: 2009-08-03 19:44-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" |
... | ... | @@ -627,7 +627,7 @@ msgstr "Empreendimentos" |
627 | 627 | #: app/helpers/assets_helper.rb:11 |
628 | 628 | #: app/controllers/public/search_controller.rb:136 |
629 | 629 | #: app/controllers/public/search_controller.rb:210 |
630 | -#: app/views/search/communities.rhtml:1 app/views/profile/_person.rhtml:50 | |
630 | +#: app/views/search/communities.rhtml:4 app/views/profile/_person.rhtml:50 | |
631 | 631 | #: app/views/content_viewer/_person.rhtml:50 |
632 | 632 | #: app/views/layouts/application-ng.rhtml:94 |
633 | 633 | msgid "Communities" |
... | ... | @@ -880,9 +880,10 @@ msgstr "Clique, escreva e pressione enter para pesquisar" |
880 | 880 | #: app/helpers/application_helper.rb:580 app/models/link_list_block.rb:19 |
881 | 881 | #: app/views/profile_members/add_members.rhtml:5 |
882 | 882 | #: app/views/search/_sellers_form.rhtml:21 |
883 | -#: app/views/search/_search_form.rhtml:19 app/views/search/communities.rhtml:9 | |
884 | -#: app/views/search/articles.rhtml:10 app/views/search/people.rhtml:10 | |
885 | -#: app/views/home/index.rhtml:56 app/views/region_validators/region.rhtml:23 | |
883 | +#: app/views/search/_search_form.rhtml:19 | |
884 | +#: app/views/search/communities.rhtml:13 app/views/search/articles.rhtml:10 | |
885 | +#: app/views/search/people.rhtml:10 app/views/home/index.rhtml:56 | |
886 | +#: app/views/region_validators/region.rhtml:23 | |
886 | 887 | msgid "Search" |
887 | 888 | msgstr "Busca" |
888 | 889 | |
... | ... | @@ -957,7 +958,7 @@ msgstr "" |
957 | 958 | "O idioma que você escolher aqui será usado para opções, botões, etc. Ele não " |
958 | 959 | "afeta o idioma do conteúdo criado por outros usuários." |
959 | 960 | |
960 | -#: app/helpers/forms_helper.rb:34 app/models/link_list_block.rb:8 | |
961 | +#: app/helpers/forms_helper.rb:35 app/models/link_list_block.rb:8 | |
961 | 962 | #: app/views/admin_panel/message_for_disabled_enterprise.rhtml:11 |
962 | 963 | #: app/views/admin_panel/site_info.rhtml:13 |
963 | 964 | #: app/views/shared/_select_categories.rhtml:22 |
... | ... | @@ -974,23 +975,23 @@ msgstr "" |
974 | 975 | msgid "Cancel" |
975 | 976 | msgstr "Cancelar" |
976 | 977 | |
977 | -#: app/helpers/forms_helper.rb:64 | |
978 | +#: app/helpers/forms_helper.rb:65 | |
978 | 979 | msgid "Select the State" |
979 | 980 | msgstr "Selecione o Estado" |
980 | 981 | |
981 | -#: app/helpers/forms_helper.rb:65 | |
982 | +#: app/helpers/forms_helper.rb:66 | |
982 | 983 | msgid "Select the City" |
983 | 984 | msgstr "Selecione a Cidade" |
984 | 985 | |
985 | -#: app/helpers/forms_helper.rb:88 | |
986 | +#: app/helpers/forms_helper.rb:89 | |
986 | 987 | msgid "State:" |
987 | 988 | msgstr "Estado:" |
988 | 989 | |
989 | -#: app/helpers/forms_helper.rb:91 | |
990 | +#: app/helpers/forms_helper.rb:92 | |
990 | 991 | msgid "City:" |
991 | 992 | msgstr "Cidade:" |
992 | 993 | |
993 | -#: app/helpers/forms_helper.rb:105 | |
994 | +#: app/helpers/forms_helper.rb:106 | |
994 | 995 | msgid "" |
995 | 996 | "The <label class='pseudoformlabel'>highlighted</label> fields are mandatory." |
996 | 997 | msgstr "" |
... | ... | @@ -1229,23 +1230,23 @@ msgstr "Nome ou senha incorreto" |
1229 | 1230 | msgid "Thanks for signing up!" |
1230 | 1231 | msgstr "Obrigado por se registrar!" |
1231 | 1232 | |
1232 | -#: app/controllers/public/account_controller.rb:104 | |
1233 | +#: app/controllers/public/account_controller.rb:106 | |
1233 | 1234 | msgid "You have been logged out." |
1234 | 1235 | msgstr "Você saiu do sistema." |
1235 | 1236 | |
1236 | -#: app/controllers/public/account_controller.rb:115 | |
1237 | +#: app/controllers/public/account_controller.rb:117 | |
1237 | 1238 | msgid "Your password has been changed successfully!" |
1238 | 1239 | msgstr "Sua senha foi alterada com sucesso!" |
1239 | 1240 | |
1240 | -#: app/controllers/public/account_controller.rb:118 | |
1241 | +#: app/controllers/public/account_controller.rb:120 | |
1241 | 1242 | msgid "The supplied current password is incorrect." |
1242 | 1243 | msgstr "A senha informada está incorreta" |
1243 | 1244 | |
1244 | -#: app/controllers/public/account_controller.rb:220 | |
1245 | +#: app/controllers/public/account_controller.rb:222 | |
1245 | 1246 | msgid "Available!" |
1246 | 1247 | msgstr "Disponível!" |
1247 | 1248 | |
1248 | -#: app/controllers/public/account_controller.rb:223 | |
1249 | +#: app/controllers/public/account_controller.rb:225 | |
1249 | 1250 | msgid "Unavailable!" |
1250 | 1251 | msgstr "Não disponível!" |
1251 | 1252 | |
... | ... | @@ -1438,6 +1439,7 @@ msgid "user" |
1438 | 1439 | msgstr "usuário" |
1439 | 1440 | |
1440 | 1441 | #: app/models/user.rb:- app/models/user.rb:18 app/models/change_password.rb:21 |
1442 | +#: app/views/friends/invite.rhtml:31 | |
1441 | 1443 | msgid "Username" |
1442 | 1444 | msgstr "Nome de usuário" |
1443 | 1445 | |
... | ... | @@ -2326,9 +2328,9 @@ msgstr "Acima Vermelho" |
2326 | 2328 | msgid "Ok" |
2327 | 2329 | msgstr "Ok" |
2328 | 2330 | |
2329 | -#: app/models/link_list_block.rb:21 app/views/friends/invite.rhtml:31 | |
2330 | -#: app/views/shared/user_menu.rhtml:67 app/views/account/login_block.rhtml:4 | |
2331 | -#: app/views/account/login.rhtml:3 app/views/layouts/application-ng.rhtml:67 | |
2331 | +#: app/models/link_list_block.rb:21 app/views/shared/user_menu.rhtml:67 | |
2332 | +#: app/views/account/login_block.rhtml:4 app/views/account/login.rhtml:3 | |
2333 | +#: app/views/layouts/application-ng.rhtml:67 | |
2332 | 2334 | msgid "Login" |
2333 | 2335 | msgstr "Entrar" |
2334 | 2336 | |
... | ... | @@ -3120,23 +3122,31 @@ msgstr "Passo 2 de 2: Selecionando Amigos" |
3120 | 3122 | msgid "Indicate which friends you want to invite." |
3121 | 3123 | msgstr "Indique quais amigos você quer convidar." |
3122 | 3124 | |
3123 | -#: app/views/friends/invite.rhtml:57 | |
3125 | +#: app/views/friends/invite.rhtml:53 | |
3126 | +msgid "Import now your contacts from %s, %s or %s" | |
3127 | +msgstr "Importe agora seus contatos do %s, %s ou %s" | |
3128 | + | |
3129 | +#: app/views/friends/invite.rhtml:56 | |
3130 | +msgid "or" | |
3131 | +msgstr "ou" | |
3132 | + | |
3133 | +#: app/views/friends/invite.rhtml:66 | |
3124 | 3134 | msgid "Enter one e-mail address per line:" |
3125 | 3135 | msgstr "Digite um endereço de e-mail por linha:" |
3126 | 3136 | |
3127 | -#: app/views/friends/invite.rhtml:61 | |
3137 | +#: app/views/friends/invite.rhtml:71 | |
3128 | 3138 | msgid "Check all" |
3129 | 3139 | msgstr "Marcar todos" |
3130 | 3140 | |
3131 | -#: app/views/friends/invite.rhtml:62 | |
3141 | +#: app/views/friends/invite.rhtml:72 | |
3132 | 3142 | msgid "Uncheck all" |
3133 | 3143 | msgstr "Desmarcar todos" |
3134 | 3144 | |
3135 | -#: app/views/friends/invite.rhtml:78 | |
3145 | +#: app/views/friends/invite.rhtml:88 | |
3136 | 3146 | msgid "Personalize invitation message" |
3137 | 3147 | msgstr "Personalize a mensagem de convite" |
3138 | 3148 | |
3139 | -#: app/views/friends/invite.rhtml:83 | |
3149 | +#: app/views/friends/invite.rhtml:93 | |
3140 | 3150 | msgid "" |
3141 | 3151 | "Now enter an invitation message. You must keep the <url> code in your " |
3142 | 3152 | "invitation message. When your friends receive the invitation e-mail, <url> " |
... | ... | @@ -3150,18 +3160,14 @@ msgstr "" |
3150 | 3160 | "<user> e <friend> serão substituídos por seu nome e do amigo, mas são " |
3151 | 3161 | "opcionais." |
3152 | 3162 | |
3153 | -#: app/views/friends/invite.rhtml:84 | |
3163 | +#: app/views/friends/invite.rhtml:94 | |
3154 | 3164 | msgid "Invitation message:" |
3155 | 3165 | msgstr "Mensagem de convite:" |
3156 | 3166 | |
3157 | -#: app/views/friends/invite.rhtml:88 | |
3167 | +#: app/views/friends/invite.rhtml:98 | |
3158 | 3168 | msgid "Invite my friends!" |
3159 | 3169 | msgstr "Convidar meus amigos!" |
3160 | 3170 | |
3161 | -#: app/views/friends/invite.rhtml:93 | |
3162 | -msgid "Import now your contacts from %s, %s or %s" | |
3163 | -msgstr "Importe agora seus contatos do %s, %s ou %s" | |
3164 | - | |
3165 | 3171 | #: app/views/profile_members/unassociate.rhtml:1 |
3166 | 3172 | #: app/views/profile_members/add_member.rhtml:1 |
3167 | 3173 | #: app/views/profile_members/_members_list.rhtml:1 |
... | ... | @@ -3512,7 +3518,7 @@ msgstr "Infelizmente este empreendimento não pode ser ativado pelo sistema." |
3512 | 3518 | |
3513 | 3519 | #: app/views/account/blocked.rhtml:6 |
3514 | 3520 | msgid "" |
3515 | -"There was a failed atempt of activation and the automated acivation was " | |
3521 | +"There was a failed atempt of activation and the automated activation was " | |
3516 | 3522 | "disabled for your security." |
3517 | 3523 | msgstr "" |
3518 | 3524 | "Houve uma tentativa falha de ativação e a ativação automática foi desativada " |
... | ... | @@ -3718,8 +3724,12 @@ msgid "Insert your login" |
3718 | 3724 | msgstr "Insira seu login" |
3719 | 3725 | |
3720 | 3726 | #: app/views/account/_signup_form.rhtml:40 |
3721 | -msgid "Choose a password that you can remember easily." | |
3722 | -msgstr "Escolha uma senha fácil de ser lembrada por você." | |
3727 | +msgid "" | |
3728 | +"Choose a password that you can remember easily. It must have at least 4 " | |
3729 | +"characters." | |
3730 | +msgstr "" | |
3731 | +"Escolha uma senha fácil de ser lembrada por você. Ela deve ter ao menos 4 " | |
3732 | +"caracteres." | |
3723 | 3733 | |
3724 | 3734 | #: app/views/account/_signup_form.rhtml:45 |
3725 | 3735 | msgid "To confirm, repeat your password." |
... | ... | @@ -3820,8 +3830,11 @@ msgstr "" |
3820 | 3830 | "que entrar em contato com os administradores do %s por email ou telefone." |
3821 | 3831 | |
3822 | 3832 | #: app/views/account/activation_question.rhtml:33 |
3823 | -msgid "What year your enterprise was founded?" | |
3824 | -msgstr "Qual o ano de fundação do seu empreendimento?" | |
3833 | +msgid "" | |
3834 | +"What year your enterprise was founded? It must have 4 digits, eg 1990. %s" | |
3835 | +msgstr "" | |
3836 | +"Qual o ano de fundação do seu empreendimento? Ele deve ter 4 dígitos, ex. " | |
3837 | +"1990. %s" | |
3825 | 3838 | |
3826 | 3839 | #: app/views/account/activation_question.rhtml:33 |
3827 | 3840 | msgid "What is the CNPJ of your enterprise?" |
... | ... | @@ -4090,7 +4103,7 @@ msgstr "Destacar este artigo" |
4090 | 4103 | msgid "Categorize your article" |
4091 | 4104 | msgstr "Categorize seu artigo" |
4092 | 4105 | |
4093 | -#: app/views/cms/edit.rhtml:32 app/views/memberships/new_community.rhtml:18 | |
4106 | +#: app/views/cms/edit.rhtml:32 | |
4094 | 4107 | msgid "Separate tags with commas" |
4095 | 4108 | msgstr "Separe os marcadores com vírgulas" |
4096 | 4109 | |
... | ... | @@ -4324,7 +4337,7 @@ msgstr "" |
4324 | 4337 | msgid "Products and Services" |
4325 | 4338 | msgstr "Produtos e Serviços" |
4326 | 4339 | |
4327 | -#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:9 | |
4340 | +#: app/views/search/products.rhtml:10 app/views/search/communities.rhtml:13 | |
4328 | 4341 | #: app/views/search/articles.rhtml:10 app/views/search/index.rhtml:5 |
4329 | 4342 | #: app/views/search/people.rhtml:10 app/views/search/enterprises.rhtml:16 |
4330 | 4343 | msgid "Refine your search" |
... | ... | @@ -4374,12 +4387,16 @@ msgstr "Última atualização: %s." |
4374 | 4387 | msgid "No City" |
4375 | 4388 | msgstr "Sem Cidade" |
4376 | 4389 | |
4377 | -#: app/views/search/communities.rhtml:12 | |
4390 | +#: app/views/search/communities.rhtml:2 | |
4391 | +msgid "Hello %s, now you can choose yours groups" | |
4392 | +msgstr "Olá %s, agora você pode escolher os seus grupos" | |
4393 | + | |
4394 | +#: app/views/search/communities.rhtml:16 | |
4378 | 4395 | msgid "Choose the communities you want to join and/or create your own." |
4379 | 4396 | msgstr "" |
4380 | 4397 | "Escolha as comunidades que você deseja participar e/ou crie a sua própria." |
4381 | 4398 | |
4382 | -#: app/views/search/communities.rhtml:25 | |
4399 | +#: app/views/search/communities.rhtml:29 | |
4383 | 4400 | msgid "New community" |
4384 | 4401 | msgstr "Nova comunidade" |
4385 | 4402 | |
... | ... | @@ -4689,7 +4706,7 @@ msgid "Remove the enterprise from the system" |
4689 | 4706 | msgstr "Excluir o empreendimento do sistema" |
4690 | 4707 | |
4691 | 4708 | #: app/views/enterprise_editor/index.rhtml:17 |
4692 | -#: app/views/profile_editor/index.rhtml:72 | |
4709 | +#: app/views/profile_editor/index.rhtml:73 | |
4693 | 4710 | msgid "Activate" |
4694 | 4711 | msgstr "Ativar" |
4695 | 4712 | |
... | ... | @@ -4737,6 +4754,18 @@ msgstr "Sim, quero remover." |
4737 | 4754 | msgid "Creating new community" |
4738 | 4755 | msgstr "Criando nova comunidade" |
4739 | 4756 | |
4757 | +#: app/views/memberships/new_community.rhtml:18 | |
4758 | +msgid "Separate tags with commas." | |
4759 | +msgstr "Separe os marcadores com vírgulas." | |
4760 | + | |
4761 | +#: app/views/memberships/new_community.rhtml:18 | |
4762 | +msgid "" | |
4763 | +"Tags are important to new users, they'll be able to find your new community " | |
4764 | +"more easily." | |
4765 | +msgstr "" | |
4766 | +"Tags são importantes para novos usuários, ele encontrarão a sua comunidade " | |
4767 | +"mais facilmente." | |
4768 | + | |
4740 | 4769 | #: app/views/memberships/new_community.rhtml:21 |
4741 | 4770 | #: app/views/profile_editor/edit.rhtml:12 app/views/categories/_form.rhtml:27 |
4742 | 4771 | #: app/views/manage_products/_form.rhtml:10 |
... | ... | @@ -5097,7 +5126,7 @@ msgstr "" |
5097 | 5126 | "Se você recebeu uma carta com informações sobre a ativação do seu " |
5098 | 5127 | "empreendimento, coloqueo aqui o código de ativação recebido." |
5099 | 5128 | |
5100 | -#: app/views/profile_editor/index.rhtml:71 | |
5129 | +#: app/views/profile_editor/index.rhtml:72 | |
5101 | 5130 | msgid "Enterprise activation code" |
5102 | 5131 | msgstr "Código de Ativação do empreendimento" |
5103 | 5132 | |
... | ... | @@ -6603,35 +6632,38 @@ msgstr "Validação de Organização" |
6603 | 6632 | msgid "Organization Info and settings" |
6604 | 6633 | msgstr "Informações e Configurações da Organização" |
6605 | 6634 | |
6606 | -#~ msgid "Template updated successfully" | |
6607 | -#~ msgstr "Modelo atualizado com sucesso" | |
6635 | +#: lib/zen3_terminology.rb:82 | |
6636 | +msgid "Choose the groups you want to join and/or create your own." | |
6637 | +msgstr "Escolha os grupos que você deseja participar e/ou crie o seu próprio." | |
6608 | 6638 | |
6609 | -#~ msgid "Could not update template" | |
6610 | -#~ msgstr "Não pôde atualizar modelo" | |
6639 | +#: lib/zen3_terminology.rb:83 | |
6640 | +msgid "New group" | |
6641 | +msgstr "Novo grupo" | |
6611 | 6642 | |
6612 | -#~ msgid "%{fn} of uploaded file was larger than the maximum size of %s" | |
6613 | -#~ msgstr "%{fn} do arquivo enviado é maior que o máximo permitido de %s" | |
6614 | - | |
6615 | -#~ msgid "Missing" | |
6616 | -#~ msgstr "Faltando" | |
6617 | - | |
6618 | -#~ msgid "Manage Templates" | |
6619 | -#~ msgstr "Gerenciar Modelos" | |
6620 | - | |
6621 | -#~ msgid "Set Templates" | |
6622 | -#~ msgstr "Definir Modelos" | |
6623 | - | |
6624 | -#~ msgid "Person Template" | |
6625 | -#~ msgstr "Modelo de Pessoa" | |
6643 | +#: lib/zen3_terminology.rb:84 | |
6644 | +msgid "" | |
6645 | +"Tags are important to new users, they'll be able to find your new group more " | |
6646 | +"easily." | |
6647 | +msgstr "" | |
6648 | +"Tags são importantes para novos usuários, eles vão encontrar o seu grupo " | |
6649 | +"mais facilmente." | |
6626 | 6650 | |
6627 | -#~ msgid "Community Template" | |
6628 | -#~ msgstr "Modelo de Comunidade" | |
6651 | +#: public/500.html.erb:25 | |
6652 | +msgid "Temporary system problem" | |
6653 | +msgstr "Problema temporário no sistema" | |
6629 | 6654 | |
6630 | -#~ msgid "Enterprise Template" | |
6631 | -#~ msgstr "Modelo de Empreendimento" | |
6655 | +#: public/500.html.erb:27 | |
6656 | +msgid "" | |
6657 | +"Our technical team is working on it, please try again later. Sorry for the " | |
6658 | +"inconvenience." | |
6659 | +msgstr "" | |
6660 | +"Nossa equipe técnica está trabalhando nele, por favor tente mais tarde. " | |
6661 | +"Perdoe o incoveniente. " | |
6632 | 6662 | |
6633 | -#~ msgid "Listing Members" | |
6634 | -#~ msgstr "Listando Integrantes" | |
6663 | +#: public/503.html.erb:26 | |
6664 | +msgid "System maintainance" | |
6665 | +msgstr "Manutenção do sistema" | |
6635 | 6666 | |
6636 | -#~ msgid "Affiliate yourself" | |
6637 | -#~ msgstr "Afiliar-se" | |
6667 | +#: public/503.html.erb:28 | |
6668 | +msgid "This system is under maintainance. It should be back in a few hours." | |
6669 | +msgstr "Este sistema está em manutenção. Ele deve estar de volta em algumas horas." | ... | ... |
public/404.html
public/500.html
1 | 1 | <html> |
2 | 2 | <head> |
3 | 3 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
4 | - <title>Noosfero - Application error</title> | |
5 | - <style> | |
6 | - body { | |
7 | - font-family: sans-serif; | |
8 | - padding: 100px 0 0 0; | |
9 | - background-color: #f99; | |
10 | - } | |
11 | - h1 { | |
12 | - margin: 0px; | |
13 | - font-weight: bold; | |
14 | - text-align: center; | |
15 | - } | |
16 | - div#en { | |
17 | - float: right; | |
18 | - width: 45%; | |
19 | - } | |
20 | - div#pt-br { | |
21 | - float: left; | |
22 | - width: 45%; | |
23 | - } | |
24 | - </style> | |
4 | + <meta http-equiv="refresh" content="60"/> | |
5 | + <title>Technical problems</title> | |
6 | + <link rel="stylesheet" type="text/css" href="/designs/themes/default/stylesheets/errors.css"/> | |
7 | + <script type='text/javascript' src='/javascripts/prototype.js'></script> | |
8 | + <script type='text/javascript' src='/javascripts/errors.js'></script> | |
25 | 9 | </head> |
26 | -<body> | |
27 | - | |
28 | -<div id='en'> | |
29 | -<h1>Application error</h1> | |
30 | -<p> | |
31 | -Oops ... sorry for that. <b>:-(</b> | |
32 | -</p> | |
33 | -<p> | |
34 | - This was not your fault, this is a <b>bug</b> in our system! | |
35 | - Please, help us the development by | |
36 | - <a href="http://www.colivre.coop.br/Noosfero/BugItem">reporting the problem</a>. | |
37 | - </p> | |
38 | -</div> | |
39 | - | |
40 | -<div id='pt-br'> | |
41 | - <h1>Erro no sistema</h1> | |
42 | - <p>Ops, foi mail. <b>:-(</b></p> | |
43 | - </p> | |
44 | - Isto não foi culpa sua, mas um <b>erro</b> em nosso sistemas! Por favor, nos ajude <a href='http://www.colivre.coop.br/Noosfero/BugItem'>relatando este problema</a>. | |
45 | - </p> | |
46 | -</div> | |
47 | - | |
10 | +<body onload='display_error_message()'> | |
11 | + | |
12 | + <div id='wrap'> | |
13 | + <div id='header'> | |
14 | + <div id='logo'> | |
15 | + | |
16 | + </div> | |
17 | + </div> | |
18 | + | |
19 | + | |
20 | + <div id='fr' style='display: none' class='message'> | |
21 | + <h1>Problème temporaire du système</h1> | |
22 | + <p> | |
23 | + Notre équipe technique y travaille, SVP réessayer plus tard. Désolé pour le dérangement. | |
24 | + </p> | |
25 | + <ul> | |
26 | + <li><a href='javascript: history.back()'>Retour</a></li> | |
27 | + </ul> | |
28 | + </div> | |
29 | + | |
30 | + | |
31 | + <div id='pt_BR' style='display: none' class='message'> | |
32 | + <h1>Problema temporário no sistema</h1> | |
33 | + <p> | |
34 | + Nossa equipe técnica está trabalhando nele, por favor tente mais tarde. Perdoe o incoveniente. | |
35 | + </p> | |
36 | + <ul> | |
37 | + <li><a href='javascript: history.back()'>Voltar</a></li> | |
38 | + </ul> | |
39 | + </div> | |
40 | + | |
41 | + | |
42 | + <div id='hy' style='display: none' class='message'> | |
43 | + <h1>Temporary system problem</h1> | |
44 | + <p> | |
45 | + Our technical team is working on it, please try again later. Sorry for the inconvenience. | |
46 | + </p> | |
47 | + <ul> | |
48 | + <li><a href='javascript: history.back()'>Վերադառնալ</a></li> | |
49 | + </ul> | |
50 | + </div> | |
51 | + | |
52 | + | |
53 | + <div id='en' style='display: none' class='message'> | |
54 | + <h1>Temporary system problem</h1> | |
55 | + <p> | |
56 | + Our technical team is working on it, please try again later. Sorry for the inconvenience. | |
57 | + </p> | |
58 | + <ul> | |
59 | + <li><a href='javascript: history.back()'>Go back</a></li> | |
60 | + </ul> | |
61 | + </div> | |
62 | + | |
63 | + <div id='languages'> | |
64 | + | |
65 | + <a href="javascript: display_error_message('fr')">Français</a> | |
66 | + | |
67 | + <a href="javascript: display_error_message('pt_BR')">Português</a> | |
68 | + | |
69 | + <a href="javascript: display_error_message('hy')">հայերեն լեզու</a> | |
70 | + | |
71 | + <a href="javascript: display_error_message('en')">English</a> | |
72 | + | |
73 | + </div> | |
74 | + </div> | |
48 | 75 | </body> |
49 | 76 | </html> | ... | ... |
... | ... | @@ -0,0 +1,41 @@ |
1 | +<html> | |
2 | + <head> | |
3 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
4 | + <meta http-equiv="refresh" content="60"/> | |
5 | + <title>Technical problems</title> | |
6 | + <link rel="stylesheet" type="text/css" href="/designs/themes/default/stylesheets/errors.css"/> | |
7 | + <script type='text/javascript' src='/javascripts/prototype.js'></script> | |
8 | + <script type='text/javascript' src='/javascripts/errors.js'></script> | |
9 | +</head> | |
10 | +<body onload='display_error_message()'> | |
11 | + <% | |
12 | + require 'gettext' | |
13 | + include GetText | |
14 | + bindtextdomain("noosfero") | |
15 | + %> | |
16 | + <div id='wrap'> | |
17 | + <div id='header'> | |
18 | + <div id='logo'> | |
19 | + | |
20 | + </div> | |
21 | + </div> | |
22 | + <% Noosfero.locales.each do |language_code,language_name| %> | |
23 | + <% GetText.locale = language_code %> | |
24 | + <div id='<%= language_code %>' style='display: none' class='message'> | |
25 | + <h1><%= _('Temporary system problem') %></h1> | |
26 | + <p> | |
27 | + <%= _('Our technical team is working on it, please try again later. Sorry for the inconvenience.') %> | |
28 | + </p> | |
29 | + <ul> | |
30 | + <li><a href='javascript: history.back()'><%= _('Go back') %></a></li> | |
31 | + </ul> | |
32 | + </div> | |
33 | + <% end %> | |
34 | + <div id='languages'> | |
35 | + <% Noosfero.locales.each do |language_code,language_name| %> | |
36 | + <a href="javascript: display_error_message('<%= language_code %>')"><%= language_name %></a> | |
37 | + <% end %> | |
38 | + </div> | |
39 | + </div> | |
40 | +</body> | |
41 | +</html> | ... | ... |
public/503.html
... | ... | @@ -3,45 +3,63 @@ |
3 | 3 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
4 | 4 | <meta http-equiv="refresh" content="60"/> |
5 | 5 | <title>Noosfero - System Maintainance</title> |
6 | - <style> | |
7 | - body { | |
8 | - font-family: sans-serif; | |
9 | - margin: 0px; | |
10 | - padding: 0% 3%; | |
11 | - height: 100%; | |
12 | - background: #CCC url(/503.jpg) 50% 100% no-repeat; | |
13 | - } | |
14 | - h1 { | |
15 | - margin: 30px 0px 0px 0px; | |
16 | - font-weight: bold; | |
17 | - text-align: center; | |
18 | - color: gray; | |
19 | - } | |
20 | - div#en { | |
21 | - float: right; | |
22 | - width: 47%; | |
23 | - } | |
24 | - div#pt-br { | |
25 | - float: left; | |
26 | - width: 47%; | |
27 | - } | |
28 | - </style> | |
6 | + <link rel="stylesheet" type="text/css" href="/designs/themes/default/stylesheets/errors.css"/> | |
7 | + <script type='text/javascript' src='/javascripts/prototype.js'></script> | |
8 | + <script type='text/javascript' src='/javascripts/errors.js'></script> | |
29 | 9 | </head> |
30 | 10 | <body> |
31 | - | |
32 | -<div id='en'> | |
33 | - <h1>System maintainance</h1> | |
34 | - <p> | |
35 | - This system is under maintainance. It should be back in a few hours. | |
36 | - </p> | |
37 | -</div> | |
38 | - | |
39 | -<div id='pt-br'> | |
40 | - <h1>Sistema em manutenção</h1> | |
41 | - </p> | |
42 | - Este sistema está em manutenção, e deve estar de volta em algumas horas. | |
43 | - </p> | |
44 | -</div> | |
45 | - | |
11 | +<body onload='display_error_message()'> | |
12 | + | |
13 | + <div id='wrap'> | |
14 | + <div id='header'> | |
15 | + <div id='logo'> | |
16 | + | |
17 | + </div> | |
18 | + </div> | |
19 | + | |
20 | + | |
21 | + <div id='fr' style='display: none' class='message'> | |
22 | + <h1>Maintenance Du Serveur</h1> | |
23 | + <p> | |
24 | + Cette plate-forme web est en maintenance. Elle sera à nouveau opérationnelle dans quelques heures. | |
25 | + </p> | |
26 | + </div> | |
27 | + | |
28 | + | |
29 | + <div id='pt_BR' style='display: none' class='message'> | |
30 | + <h1>Manutenção do sistema</h1> | |
31 | + <p> | |
32 | + Este sistema está em manutenção. Ele deve estar de volta em algumas horas. | |
33 | + </p> | |
34 | + </div> | |
35 | + | |
36 | + | |
37 | + <div id='hy' style='display: none' class='message'> | |
38 | + <h1>System maintainance</h1> | |
39 | + <p> | |
40 | + This system is under maintainance. It should be back in a few hours. | |
41 | + </p> | |
42 | + </div> | |
43 | + | |
44 | + | |
45 | + <div id='en' style='display: none' class='message'> | |
46 | + <h1>System maintainance</h1> | |
47 | + <p> | |
48 | + This system is under maintainance. It should be back in a few hours. | |
49 | + </p> | |
50 | + </div> | |
51 | + | |
52 | + <div id='languages'> | |
53 | + | |
54 | + <a href="javascript: display_error_message('fr')">Français</a> | |
55 | + | |
56 | + <a href="javascript: display_error_message('pt_BR')">Português</a> | |
57 | + | |
58 | + <a href="javascript: display_error_message('hy')">հայերեն լեզու</a> | |
59 | + | |
60 | + <a href="javascript: display_error_message('en')">English</a> | |
61 | + | |
62 | + </div> | |
63 | + </div> | |
46 | 64 | </body> |
47 | 65 | </html> | ... | ... |
... | ... | @@ -0,0 +1,39 @@ |
1 | +<html> | |
2 | + <head> | |
3 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
4 | + <meta http-equiv="refresh" content="60"/> | |
5 | + <title>Noosfero - System Maintainance</title> | |
6 | + <link rel="stylesheet" type="text/css" href="/designs/themes/default/stylesheets/errors.css"/> | |
7 | + <script type='text/javascript' src='/javascripts/prototype.js'></script> | |
8 | + <script type='text/javascript' src='/javascripts/errors.js'></script> | |
9 | +</head> | |
10 | +<body> | |
11 | +<body onload='display_error_message()'> | |
12 | + <% | |
13 | + require 'gettext' | |
14 | + include GetText | |
15 | + bindtextdomain("noosfero") | |
16 | + %> | |
17 | + <div id='wrap'> | |
18 | + <div id='header'> | |
19 | + <div id='logo'> | |
20 | + | |
21 | + </div> | |
22 | + </div> | |
23 | + <% Noosfero.locales.each do |language_code,language_name| %> | |
24 | + <% GetText.locale = language_code %> | |
25 | + <div id='<%= language_code %>' style='display: none' class='message'> | |
26 | + <h1><%= _('System maintainance') %></h1> | |
27 | + <p> | |
28 | + <%= _('This system is under maintainance. It should be back in a few hours.') %> | |
29 | + </p> | |
30 | + </div> | |
31 | + <% end %> | |
32 | + <div id='languages'> | |
33 | + <% Noosfero.locales.each do |language_code,language_name| %> | |
34 | + <a href="javascript: display_error_message('<%= language_code %>')"><%= language_name %></a> | |
35 | + <% end %> | |
36 | + </div> | |
37 | + </div> | |
38 | +</body> | |
39 | +</html> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +function display_error_message(language) { | |
2 | + if (!language) { | |
3 | + var language = ((navigator.language) ? navigator.language : navigator.userLanguage).replace('-', '_'); | |
4 | + } | |
5 | + element = $(language); | |
6 | + if (!element) { | |
7 | + element = $('en'); | |
8 | + } | |
9 | + $$('.message').each(function(item) { item.hide() }); | |
10 | + element.show(); | |
11 | +} | |
12 | + | ... | ... |