diff --git a/.github/labeler.yml b/.github/labeler.yml index 3e5ff137572c7..09a8fc545ac72 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -689,7 +689,7 @@ Numbers: - any-glob-to-any-file: 'tests/unit/ingredients_nutriscore.t' - any-glob-to-any-file: 'tests/unit/ingredients_nutriscore.t' - any-glob-to-any-file: 'scripts/add_nutriscore_to_scanbot_csv.pl' - - any-glob-to-any-file: 'docs/introduction/get-the-nutriscore.md' + - any-glob-to-any-file: 'docs/api/api-tutorials/get-the-nutriscore.md' - any-glob-to-any-file: 'docs/​api/​ref/​schemas/​product_nutriscore.yaml' Nutrients: @@ -1161,8 +1161,9 @@ OCR: Scanbot: - changed-files: - any-glob-to-any-file: 'scripts/scanbot.pl' - - + - any-glob-to-any-file: 'scripts/export_scans_to_query.pl' + - any-glob-to-any-file: 'scripts/add_nutriscore_to_scanbot_csv.pl' + # We used to have a nice missions system with badges you'd earn by doing certain contribution tasks. It was disabled when we made Open Food Facts multilingual, and we never got to refactor it. # Tracking issue: https://github.com/openfoodfacts/openfoodfacts-server/issues/5516 # https://openfoodfacts.github.io/openfoodfacts-server/dev/ref-perl-pod/ProductOpener/Missions.html diff --git a/crowdin.yml b/crowdin.yml index c087dea1376df..caa0b07016b65 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -22,82 +22,6 @@ files: sr: sr_RS ku : kmr_TR kmr: kmr - - source: /po/openbeautyfacts/openbeautyfacts.pot - translation: /po/openbeautyfacts/%two_letters_code%.po - ignore: ["/po/openbeautyfacts/nl.po"] - languages_mapping: - two_letters_code: - en-GB: en_GB - pt-BR: pt_BR - pt-PT: pt_PT - en-AU: en_AU - en-US: en_US - zh-CN: zh_CN - zh-HK: zh_HK - nl-BE: nl_BE - nl: nl_NL - zh-TW: zh_TW - sr-CS: sr_CS - sr: sr_RS - ku : kmr_TR - kmr: kmr - - source: /po/openfoodfacts/openfoodfacts.pot - translation: /po/openfoodfacts/%two_letters_code%.po - ignore: ["/po/openfoodfacts/nl.po"] - languages_mapping: - two_letters_code: - zh-HK: zh_HK - zh-CN: zh_CN - en-AU: en_AU - en-GB: en_GB - en-US: en_US - nl-BE: nl_BE - nl: nl_NL - pt-BR: pt_BR - pt-PT: pt_PT - zh-TW: zh_TW - sr-CS: sr_CS - sr: sr_RS - ku : kmr_TR - kmr: kmr - - source: /po/openproductsfacts/openproductsfacts.pot - translation: /po/openproductsfacts/%two_letters_code%.po - ignore: ["/po/openproductsfacts/nl.po"] - languages_mapping: - two_letters_code: - zh-HK: zh_HK - zh-CN: zh_CN - en-AU: en_AU - en-GB: en_GB - en-US: en_US - nl-BE: nl_BE - nl: nl_NL - pt-BR: pt_BR - pt-PT: pt_PT - zh-TW: zh_TW - sr-CS: sr_CS - sr: sr_RS - ku : kmr_TR - kmr: kmr - - source: /po/openpetfoodfacts/openpetfoodfacts.pot - translation: /po/openpetfoodfacts/%two_letters_code%.po - ignore: ["/po/openpetfoodfacts/nl.po"] - languages_mapping: - two_letters_code: - zh-HK: zh_HK - zh-CN: zh_CN - en-AU: en_AU - en-GB: en_GB - en-US: en_US - pt-BR: pt_BR - pt-PT: pt_PT - nl-BE: nl_BE - nl: nl_NL - zh-TW: zh_TW - sr-CS: sr_CS - sr: sr_RS - ku : kmr_TR - kmr: kmr - source: /html/donate/en.html translation: /html/donate/%two_letters_code%.html languages_mapping: diff --git a/docs/api/api-tutorials/get-the-nutriscore.md b/docs/api/api-tutorials/get-the-nutriscore.md new file mode 100644 index 0000000000000..c0e242a16977c --- /dev/null +++ b/docs/api/api-tutorials/get-the-nutriscore.md @@ -0,0 +1,114 @@ + +### Introduction +- If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them. +- You can implement the complete flow below so that they get immediately the result with some effort on their side. +- That will ensure user satisfaction +- Please refer to the [product addition tutorial](https://openfoodfacts.github.io/openfoodfacts-server/reference/api-tutorials/adding-missing-products/) for the technical way to do the required operations (such as nutrition input), and to the high level workflow below for all the cases you have to handle. + +### Display Nutri-Score knowledge panels - All the logic below in 5 lines of code ! +- The Knowledge Panels are already implemented in the Dart package +- They are simple to implement from the JSON API +- They allow you to consume present and future knowledge from Open Food Facts + +### Using the official visual assets of the Nutri-Score + +Please use only the official assets to display the Nutri-Score. You can get v1 logos here: [NutriScore variants](https://drive.google.com/drive/u/1/folders/13SL2hgqYHSLMhYjMze9nYXV9GOdGMBgc) + +### Getting ready for Nutri-Score V2 +- Nutri-Score V2 has a new computation method, which now requires the ingredient list, a category, and of course the nutrition table +- It also has a transition period new logo, to indicate you are using the new computation. It is not compulsory to use it, but it will save you from a lot of questions from your users ("Do you have the new formula ?") +- The assets for the transition period logo are language dependant. We have already loaded the official assets. If your language is not supported, please get in touch instead of trying to translate the assets on your own. We'll make sure to find solutions. + +#### New transition assets for Nutri-Score V2 +- https://static.openfoodfacts.org/images/attributes/dist/nutriscore-a-new-en.svg +- https://static.openfoodfacts.org/images/attributes/dist/nutriscore-b-new-en.svg +- https://static.openfoodfacts.org/images/attributes/dist/nutriscore-c-new-en.svg +- https://static.openfoodfacts.org/images/attributes/dist/nutriscore-d-new-en.svg +- https://static.openfoodfacts.org/images/attributes/dist/nutriscore-e-new-en.svg + +#### Available languages +- Dutch (nl), French (fr), German (de), Luxembourgish (lb), English (en) +- Replace likeso `nutriscore-e-new-en.svg` > `nutriscore-e-new-fr.svg` + +- You can get the new assets in additional languages by contacting reuse@openfoodfacts.org. We will provide unofficial courtesy translations. +- Make sure you use v2 assets when showing v2 values. + +### Manual version: Getting the Nutri-Score v1 value (we don't recommand the manual way anymore, especially with v2 around the corner) + +### Data completion flow + +Here are the different messages to use according to the state: + +#### Add a message if we have a category but no Nutri-Score + +
if "en:categories-completed" in states_tags AND nutrition_grade=Null
+ +
"We could not compute an Nutri-Score for this product. It might be that the category is an exception. If you believe this is an error, you can email contact@thenameofyourapp.org"
+ +- List of exceptions: +- You can get states with [https://world.openfoodfacts.org/api/v0/product/3414280980209.json?fields=ecoscore_grade,states_tags ](https://world.openfoodfacts.org/api/v0/product/3414280980209.json?fields=ecoscore_grade,states_tags) + +#### Add a message if we have a category but no nutrition + +
if "en:categories-completed" in states_tags  AND "en:nutrition-facts-to-be-completed" in states_tags
pre> + +- Prompt: "Add nutrition facts to compute the Nutri-Score" + +- Add a one-click option to indicate no nutrition facts on the packaging + - "This product doesn't have nutrition facts" + +#### Add a message if we have nutrition but no category + +
if "en:categories-to-be-completed" in states_tags AND "en:nutrition-facts-completed" in states_tags
+ +- Prompt: "Add a category to compute the Nutri-Score" + +#### Help the user add the category if it is missing + +- You can use our Robotoff API to get your users to validate a prediction + +- [Robotoff Questions](https://docs.google.com/document/d/1IoDy0toQrrqtWHvDYp2rEVw84Yq1J0x2pt-0RGTm7h0/edit) + +#### Add a message if we have no category and no nutrition + +
if "en:categories-to-be-completed" in states_tags  AND "en:nutrition-facts-to-be-completed" in states_tags
+ +- Prompt: "Add nutrition facts and a category to compute the Nutri-Score" + +#### Add a one-click option to indicate no nutrition facts on the packaging + +- This product doesn't have nutrition facts + +#### Add a message if the nutrition image is missing + +
if "en:nutrition-photo-to-be-selected" in states_tags OR "en:photos-to-be-uploaded" in states_tags
+ +#### Add a message if the nutrition image is obsolete using the image refresh API + +- + +#### Add Nutri-Score disclaimers + +##### a message if fibers are missing +
+msgctxt "nutrition_grade_fr_fiber_warning"
+msgid "Warning: the amount of fiber is not specified, their possible positive contribution to the grade could not be taken into account."
+
+ +##### a message if fruit/nuts are missing +
+msgctxt "nutrition_grade_fr_no_fruits_vegetables_nuts_warning"
+msgid "Warning: the amount of fruits, vegetables and nuts is not specified, their possible positive contribution to the grade could not be taken into account."
+
+ +##### a message if fruits/nuts is an estimate from ingredients +
+msgctxt "nutrition_grade_fr_fruits_vegetables_nuts_estimate_warning"
+msgid "Warning: the amount of fruits, vegetables and nuts is not specified on the label, it was estimated from the list of ingredients: %d%"
+
+ +##### a message if fruits/nuts is an estimate from category +
+msgctxt "nutrition_grade_fr_fruits_vegetables_nuts_from_category_warning"
+msgid "Warning: the amount of fruits, vegetables and nuts is not specified on the label, it was estimated from the category (%s) of the product: %d%"
+
diff --git a/html/images/lang/en/labels/high-in-saturated-fat-health-canada-eleve-en-gras-satures-sante-canada.171x90.svg b/html/images/lang/en/labels/high-in-sat-fat-health-canada-eleve-en-gras-sat-sante-canada.171x90.svg similarity index 100% rename from html/images/lang/en/labels/high-in-saturated-fat-health-canada-eleve-en-gras-satures-sante-canada.171x90.svg rename to html/images/lang/en/labels/high-in-sat-fat-health-canada-eleve-en-gras-sat-sante-canada.171x90.svg diff --git a/html/images/lang/en/labels/high-in-saturated-fat-health-canada.120x90.svg b/html/images/lang/en/labels/high-in-sat-fat-health-canada.120x90.svg similarity index 100% rename from html/images/lang/en/labels/high-in-saturated-fat-health-canada.120x90.svg rename to html/images/lang/en/labels/high-in-sat-fat-health-canada.120x90.svg diff --git a/html/images/lang/en/labels/high-in-saturated-fat-sodium-health-canada-eleve-en-gras-satures-sodium-sante-canada.171x90.svg b/html/images/lang/en/labels/high-in-sat-fat-sodium-health-canada-eleve-en-gras-sat-sodium-sante-canada.171x90.svg similarity index 100% rename from html/images/lang/en/labels/high-in-saturated-fat-sodium-health-canada-eleve-en-gras-satures-sodium-sante-canada.171x90.svg rename to html/images/lang/en/labels/high-in-sat-fat-sodium-health-canada-eleve-en-gras-sat-sodium-sante-canada.171x90.svg diff --git a/html/images/lang/en/labels/high-in-saturated-fat-sodium-health-canada.120x90.svg b/html/images/lang/en/labels/high-in-sat-fat-sodium-health-canada.120x90.svg similarity index 100% rename from html/images/lang/en/labels/high-in-saturated-fat-sodium-health-canada.120x90.svg rename to html/images/lang/en/labels/high-in-sat-fat-sodium-health-canada.120x90.svg diff --git a/html/images/lang/en/labels/high-in-saturated-fat-sugars-health-canada-eleve-en-gras-satures-sucres-sante-canada.171x90.svg b/html/images/lang/en/labels/high-in-sat-fat-sugars-health-canada-eleve-en-gras-sat-sucres-sante-canada.171x90.svg similarity index 100% rename from html/images/lang/en/labels/high-in-saturated-fat-sugars-health-canada-eleve-en-gras-satures-sucres-sante-canada.171x90.svg rename to html/images/lang/en/labels/high-in-sat-fat-sugars-health-canada-eleve-en-gras-sat-sucres-sante-canada.171x90.svg diff --git a/html/images/lang/en/labels/high-in-saturated-fat-sugars-health-canada.120x90.svg b/html/images/lang/en/labels/high-in-sat-fat-sugars-health-canada.120x90.svg similarity index 100% rename from html/images/lang/en/labels/high-in-saturated-fat-sugars-health-canada.120x90.svg rename to html/images/lang/en/labels/high-in-sat-fat-sugars-health-canada.120x90.svg diff --git a/html/images/lang/en/labels/high-in-saturated-fat-sugars-sodium-health-canada-eleve-en-gras-satures-sucres-sodium-sante-canada.171x90.svg b/html/images/lang/en/labels/high-in-sat-fat-sugars-sodium-health-canada-eleve-en-gras-sat-sucres-sodium-sante-canada.171x90.svg similarity index 100% rename from html/images/lang/en/labels/high-in-saturated-fat-sugars-sodium-health-canada-eleve-en-gras-satures-sucres-sodium-sante-canada.171x90.svg rename to html/images/lang/en/labels/high-in-sat-fat-sugars-sodium-health-canada-eleve-en-gras-sat-sucres-sodium-sante-canada.171x90.svg diff --git a/html/images/lang/en/labels/high-in-saturated-fat-sugars-sodium-health-canada.120x90.svg b/html/images/lang/en/labels/high-in-sat-fat-sugars-sodium-health-canada.120x90.svg similarity index 100% rename from html/images/lang/en/labels/high-in-saturated-fat-sugars-sodium-health-canada.120x90.svg rename to html/images/lang/en/labels/high-in-sat-fat-sugars-sodium-health-canada.120x90.svg diff --git a/html/images/lang/fr/labels/eleve-en-gras-satures-sante-canada.120x90.svg b/html/images/lang/fr/labels/eleve-en-gras-sat-sante-canada.120x90.svg similarity index 100% rename from html/images/lang/fr/labels/eleve-en-gras-satures-sante-canada.120x90.svg rename to html/images/lang/fr/labels/eleve-en-gras-sat-sante-canada.120x90.svg diff --git a/html/images/lang/fr/labels/eleve-en-gras-satures-sodium-sante-canada.120x90.svg b/html/images/lang/fr/labels/eleve-en-gras-sat-sodium-sante-canada.120x90.svg similarity index 100% rename from html/images/lang/fr/labels/eleve-en-gras-satures-sodium-sante-canada.120x90.svg rename to html/images/lang/fr/labels/eleve-en-gras-sat-sodium-sante-canada.120x90.svg diff --git a/html/images/lang/fr/labels/eleve-en-gras-satures-sucres-sante-canada.120x90.svg b/html/images/lang/fr/labels/eleve-en-gras-sat-sucres-sante-canada.120x90.svg similarity index 100% rename from html/images/lang/fr/labels/eleve-en-gras-satures-sucres-sante-canada.120x90.svg rename to html/images/lang/fr/labels/eleve-en-gras-sat-sucres-sante-canada.120x90.svg diff --git a/html/images/lang/fr/labels/eleve-en-gras-satures-sucres-sodium-sante-canada.120x90.svg b/html/images/lang/fr/labels/eleve-en-gras-sat-sucres-sodium-sante-canada.120x90.svg similarity index 100% rename from html/images/lang/fr/labels/eleve-en-gras-satures-sucres-sodium-sante-canada.120x90.svg rename to html/images/lang/fr/labels/eleve-en-gras-sat-sucres-sodium-sante-canada.120x90.svg diff --git a/lib/ProductOpener/Config_off.pm b/lib/ProductOpener/Config_off.pm index 4ee3555910d36..a5cfde4edd8b8 100644 --- a/lib/ProductOpener/Config_off.pm +++ b/lib/ProductOpener/Config_off.pm @@ -613,7 +613,6 @@ $options{categories_exempted_from_nutriscore} = [ en:spices en:sugar-substitutes en:vinegars - en:pet-food en:non-food-products ) ]; diff --git a/lib/ProductOpener/DataQualityFood.pm b/lib/ProductOpener/DataQualityFood.pm index 2f6c5bd53806d..8160184b6b542 100644 --- a/lib/ProductOpener/DataQualityFood.pm +++ b/lib/ProductOpener/DataQualityFood.pm @@ -1504,6 +1504,17 @@ Checks related to the ingredients list and ingredients analysis. =cut +# note: we need common ingredients words that exist only in 1 language +my %ingredients_in_languages_regexps = ( + "en" => qr/\b(sugar|salt|flour)\b/i, + "es" => qr/\b(azucar|agua|harina)\b/i, + "de" => qr/\b(zutaten|Zucker|Salz|Wasser|Mehl)\b/i, + "fr" => qr/\b(ingrédients|sucre|eau|sel|farine)\b/i, + "it" => qr/\b(ingredienti|zucchero|farina|acqua)\b/i, + "nl" => qr/\b(ingrediënten|suiker|zout|bloem)\b/i, + "pt" => qr/\b(açúcar|farinha|água)\b/i, +); + sub check_ingredients ($product_ref) { # spell corrected additives @@ -1513,19 +1524,22 @@ sub check_ingredients ($product_ref) { } # Multiple languages in ingredient lists + # Record the languages for which we have ingredients in the ingredients_text field - my $nb_languages = 0; + my %ingredients_in_languages = (); if (defined $product_ref->{ingredients_text}) { - ($product_ref->{ingredients_text} =~ /\b(ingrédients|sucre|eau|sel|farine)\b/i) and $nb_languages++; - ($product_ref->{ingredients_text} =~ /\b(sugar|salt|flour|milk)\b/i) and $nb_languages++; - ($product_ref->{ingredients_text} =~ /\b(ingrediënten|suiker|zout|bloem)\b/i) and $nb_languages++; - ($product_ref->{ingredients_text} =~ /\b(azucar|agua|harina)\b/i) and $nb_languages++; - ($product_ref->{ingredients_text} =~ /\b(zutaten|Zucker|Salz|Wasser|Mehl)\b/i) and $nb_languages++; - ($product_ref->{ingredients_text} =~ /\b(açúcar|farinha|água)\b/i) and $nb_languages++; - ($product_ref->{ingredients_text} =~ /\b(ingredienti|zucchero|farina|acqua)\b/i) and $nb_languages++; + + foreach my $lc (keys %ingredients_in_languages_regexps) { + + if ($product_ref->{ingredients_text} =~ $ingredients_in_languages_regexps{$lc}) { + $ingredients_in_languages{$lc} = 1; + } + } } + my $nb_languages = scalar keys %ingredients_in_languages; + if ($nb_languages > 1) { foreach my $max (5, 4, 3, 2, 1) { if ($nb_languages > $max) { @@ -1535,6 +1549,14 @@ sub check_ingredients ($product_ref) { push @{$product_ref->{data_quality_warnings_tags}}, "en:ingredients-number-of-languages-$nb_languages"; } + # Create data quality warning for each language that is not the same as ingredients_lc + foreach my $lc (sort keys %ingredients_in_languages) { + if ($lc ne $product_ref->{ingredients_lc}) { + push @{$product_ref->{data_quality_warnings_tags}}, + "en:ingredients-language-mismatch-" . $product_ref->{ingredients_lc} . "-contains-" . $lc; + } + } + if ((defined $product_ref->{ingredients_n}) and ($product_ref->{ingredients_n} > 0)) { my $score = $product_ref->{unknown_ingredients_n} * 2 - $product_ref->{ingredients_n}; diff --git a/lib/ProductOpener/Products.pm b/lib/ProductOpener/Products.pm index 4c46e4901a4d3..ebb5d5cf85792 100644 --- a/lib/ProductOpener/Products.pm +++ b/lib/ProductOpener/Products.pm @@ -95,6 +95,7 @@ BEGIN { &compute_completeness_and_missing_tags &compute_product_history_and_completeness &compute_languages + &review_product_type &compute_changes_diff_text &compute_data_sources &compute_sort_keys @@ -3000,6 +3001,59 @@ sub compute_languages ($product_ref) { return; } +=head2 review_product_type ( $product_ref ) + +Reviews the product type based on the presence of specific tags in the categories field. +Updates the product type if necessary. + +=head3 Arguments + +=head4 Product reference $product_ref + +A reference to a hash containing the product details. + +=cut + +sub review_product_type ($product_ref) { + + my $error; + + my $expected_type; + if (has_tag($product_ref, "categories", "en:open-beauty-facts")) { + $expected_type = "beauty"; + } + elsif (has_tag($product_ref, "categories", "en:open-food-facts")) { + $expected_type = "food"; + } + elsif (has_tag($product_ref, "categories", "en:open-pet-food-facts")) { + $expected_type = "petfood"; + } + elsif (has_tag($product_ref, "categories", "en:open-products-facts")) { + $expected_type = "product"; + } + + if ($expected_type and ($product_ref->{product_type} ne $expected_type)) { + $error = change_product_type($product_ref, $expected_type); + } + + if ($error) { + $log->error("review_product_type - error", {error => $error, product_ref => $product_ref}); + } + else { + # We remove the tag en:incorrect-product-type and its children before the product is stored on the server of the new type + remove_tag($product_ref, "categories", "en:incorrect-product-type"); + remove_tag($product_ref, "categories", "en:open-beauty-facts"); + remove_tag($product_ref, "categories", "en:open-food-facts"); + remove_tag($product_ref, "categories", "en:open-pet-food-facts"); + remove_tag($product_ref, "categories", "en:open-products-facts"); + remove_tag($product_ref, "categories", "en:non-food-products"); + remove_tag($product_ref, "categories", "en:non-pet-food-products"); + remove_tag($product_ref, "categories", "en:non-beauty-products"); + } + + return; +} + =head2 process_product_edit_rules ($product_ref) Process the edit_rules (see C<@edit_rules> in in Config file). @@ -3723,6 +3777,11 @@ sub analyze_and_enrich_product_data ($product_ref, $response_ref) { compute_languages($product_ref); # need languages for allergens detection and cleaning ingredients + # change the product type of non-food categorized products (issue #11094) + if (has_tag($product_ref, "categories", "en:incorrect-product-type")) { + review_product_type($product_ref); + } + # Run special analysis, score calculations that it specific to the product type if (($options{product_type} eq "food")) { diff --git a/po/openbeautyfacts/aa.po b/po/openbeautyfacts/aa.po deleted file mode 100644 index 969c99cb6d502..0000000000000 --- a/po/openbeautyfacts/aa.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: aa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Afar\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: aa\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ach.po b/po/openbeautyfacts/ach.po deleted file mode 100644 index afadfbf5a5283..0000000000000 --- a/po/openbeautyfacts/ach.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ach\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Acholi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ach\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/af.po b/po/openbeautyfacts/af.po deleted file mode 100644 index 81e2cb970cd76..0000000000000 --- a/po/openbeautyfacts/af.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: af\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Afrikaans\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: af\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ak.po b/po/openbeautyfacts/ak.po deleted file mode 100644 index 1c6f9c47ee19b..0000000000000 --- a/po/openbeautyfacts/ak.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ak\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Akan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ak\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/am.po b/po/openbeautyfacts/am.po deleted file mode 100644 index f3b44637dd167..0000000000000 --- a/po/openbeautyfacts/am.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: am\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Amharic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: am\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ar.po b/po/openbeautyfacts/ar.po deleted file mode 100644 index de2d400e2e565..0000000000000 --- a/po/openbeautyfacts/ar.po +++ /dev/null @@ -1,151 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Arabic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ar\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=ar" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "الحقائق الجمالية المفتوحة تجمع معلومات وبيانات منتجات مواد التجميل من جميع أنحاء العالم." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "صفحة هذا المنتج غير مكتملة.\n" -"يمكنك المساعدة في إكمالها عن طريق التعديل او إضافة المزيد من البيانات من الصور التي لدينا او الحصول علي صور إضافية عن طريق التطبيق الآتي:\n" -"للاندرويد: Android or iPhone/iPad.\n" -"شكراً لك!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\n" -"\"Donate

<>\n" -"أسست عن طريق منظمة غير ربحية، مستقلة عن صناعة الغذاء. \n" -"صنعت للجميع، بالجميع وتموّل عن طريق الجميع. \n" -"يمكنك دعم عملنا عن طريق: \n" -"التبرع ل Open Beauty Facts \n" -"و أيضا عن طريق: \n" -"بإستخدام محرك البحث .
\n" -"شكراً لك

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "تبرع لـ Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "نيڤيا ، نيڤيا للرجال" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "شامبو ضد القشرة، معجون أسنان مبيِّض" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "قاعدة بيانات شاملة و مجانية و متاحه عن مكونات و معلومات مستحضرات التجميل من جميع أنحاء العالم" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "و مجموعة فيسبوك للمساهمين:" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "قاعدة بيانات معاونة و مجانية و مفتوحة عن مستحضرات التجميل من جميع أنحاء العالم." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "شامبو ضد القشرة" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "مضاد للتعرق للحماية من الإجهاد" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "إنه Open Beauty Hunt \n" -"علي <>\n" -"من السبت 21 فبراير إلي الاول من مارس! \n" -"يتم منح المساهمين نقاط الاستكشاف مقابل المنتجات التي يضيفونها، ونقاط السفير مقابل المساهمين الجدد الذين يضيفونهم. \n" -"يتم تحديث النقاط كل 30 دقيقه." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ باستخدام Chrome و Firefox و Safari ، يمكنك تحديد صور متعددة (المنتج ، والمكونات ، وحقائق التغذية وما إلى ذلك) من خلال النقر عليها مع الاستمرار في الضغط على مفتاح Ctrl لإضافتها جميعًا في مرة واحدة." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "البحث عن منتج" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "أكوا / ماء ، كبريتات لوريث الصوديوم ، ديسوديوم كوكامفودياسيتات ، جليكول ديستيرات ، كوكاميد أحادي أمين الإيثانول" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world-ar.openfoodfacts.org" - diff --git a/po/openbeautyfacts/as.po b/po/openbeautyfacts/as.po deleted file mode 100644 index 08f09e60f55cb..0000000000000 --- a/po/openbeautyfacts/as.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: as\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Assamese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: as\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ast.po b/po/openbeautyfacts/ast.po deleted file mode 100644 index 9f13425764ca0..0000000000000 --- a/po/openbeautyfacts/ast.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ast\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Asturian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ast\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/az.po b/po/openbeautyfacts/az.po deleted file mode 100644 index 13b7dcd39c238..0000000000000 --- a/po/openbeautyfacts/az.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: az\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Azerbaijani\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: az\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/be.po b/po/openbeautyfacts/be.po deleted file mode 100644 index 4a4c4a24ce686..0000000000000 --- a/po/openbeautyfacts/be.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: be\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Belarusian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n%100>=11 && n%100<=14 ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: be\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts збірае інфармацыю і даныя аб касметычных прадуктах з усяго свету." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Гэта старонка прадукту не запоўнена. Вы можаце дапамагчы запоўніць яе, адрэдагаваўшы прадукт і дадаўшы больш даных з фота, якія ў нас ёсць, або зрабіўшы дадатковыя фота з дапамогай праграмы для Android або iPhone/iPad. Дзякуй!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> створана некамерцыйнай асацыяцыяй, незалежнай ад вытворцаў. Гэта зроблена ўсімі, для ўсіх і фінансуецца ўсімі. Вы можаце падтрымаць нашу працу, зрабіўшы ахвяраванні для Open Beauty Facts, а таксама выкарыстоўваючы пошукавую сістэму Lilo.
Дзякуй!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Ахвяраваць на Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Шампунь супраць перхаці, адбельвальная зубная паста" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Сумесная, бясплатная і адкрытая база даных інгрэдыентаў і інфармацыя аб касметычных прадуктах з усяго свету" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "і суполка ў Facebook для ўдзельнікаў" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Сумесная, бясплатная і адкрытая база даных касметычных прадуктаў з усяго свету." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Шампунь супраць перхаці" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Дэзадарант Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Трывае адкрытае паляванне на прыгажосць <> з суботы 21 лютага па нядзелю 1 сакавіка! Удзельнікі атрымліваюць\n" -"балы Даследчыка за прадукты, якія яны дадаюць, і балы Амбасадара за новых удзельнікаў, якіх яны прыцягваюць. Балы абнаўляюцца кожныя 30 хвілін." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ У Chrome, Firefox і Safari вы можаце выбраць некалькі выяў (прадукт, інгрэдыенты і інш.), пстрыкаючы па іх пры націснутай клавішы Ctrl, каб дадаць іх усе адным здымкам." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Пошук продуктаў Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ber.po b/po/openbeautyfacts/ber.po deleted file mode 100644 index 3ee57119e3746..0000000000000 --- a/po/openbeautyfacts/ber.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ber\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Berber\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=((n>=0 && n<=1) || (n>=11 && n<=99) ? 0 : 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ber\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/bg.po b/po/openbeautyfacts/bg.po deleted file mode 100644 index 6e2875387c7f4..0000000000000 --- a/po/openbeautyfacts/bg.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bulgarian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bg\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=bg" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/bg/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts събира информация и данни за козметични продукти от цял свят." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Тази продуктова страница не е пълна. Можеш да помогнеш, като я редактираш и добавиш повече данни от снимките, които имаме, или като направиш още снимки с помощта на приложението за Android или iPhone/iPad. Благодаря ти!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<>е създаден от сдружение с нестопанска цел,което е независимо от индустрията. Той е направен за всички, от всички и се финансира от всички. Можете да подкрепите нашата работа чрез дарение за Open Beauty Facts а също и чрез използвайки Lilo търсачката.
Благодарим Ви!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Дари за Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Шампоан против пърхот, избелваща паста за зъби" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Съвместна, безплатна и отворена база данни за съставки и информация за козметични продукти от света" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "и Facebook групата за сътрудници" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Съвместна, безплатна и отворена база данни за съставки и информация за козметични продукти от света." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Шампоан против пърхот" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Защита против стрес" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Това е Търсене на Open Beauty на <>От Събота 21-ви февруари до Неделя 1-ви Март! Контрибуторите ще бъдат възнаградени със\n" -" Explorer точки за продукти, които добавят и Ambassador точки за новите сътрудници, които наберат. Точките се актуализират на всеки 30 минути." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ С Chrome, Firefox и Safari можеш да избереш множество снимки (продукт, съставки и т. н.), като щракнеш върху тях задържайки натиснат клавиша Ctrl, за да ги добавиш наведнъж." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts търсачка за продукти" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "ВОДА, НАТРИЕВ ЛАУРЕТ СУЛФАТ, ДИНАТРИЕВ КОКОАМФОДИАЦЕТАТ, ГЛИКОЛ ДИСТЕАРАТ, КОКАМИД МЕА" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/bm.po b/po/openbeautyfacts/bm.po deleted file mode 100644 index 45cd1b9341caf..0000000000000 --- a/po/openbeautyfacts/bm.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bm\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bambara\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bm\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/bn.po b/po/openbeautyfacts/bn.po deleted file mode 100644 index 421b9242b43f4..0000000000000 --- a/po/openbeautyfacts/bn.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bengali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bn\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts সারা বিশ্বব্যাপী প্রসাধনী পণ্যের তথ্য এবং উপাত্ত সংগ্রহ করে।" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "ওপেন বিউটি ফ্যাক্ট এ দান করো" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "নিভিয়া, নিভিয়া মেন" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "খুশকি দূর করার শ্যাম্পু, দাঁত সাদাকরণ টুথপেস্ট" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "ইএমবি ৫৩০৬২" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "খুশকি দূর করার শ্যাম্পু" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "অ্যান্টি-পার্সপিরেন্ট স্ট্রেস সুরক্ষা" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "ওপেন বিউটি ফ্যাক্টস পণ্য অনুসন্ধান" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-food-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://bd.openfoodfacts.org" - diff --git a/po/openbeautyfacts/bo.po b/po/openbeautyfacts/bo.po deleted file mode 100644 index 6ffe40fea3501..0000000000000 --- a/po/openbeautyfacts/bo.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tibetan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bo-BT\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/br.po b/po/openbeautyfacts/br.po deleted file mode 100644 index 8e5e99f8b12d2..0000000000000 --- a/po/openbeautyfacts/br.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: br\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Breton\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=5; plural=(n%10==1 && (n%100!=11 || n%100!=71 || n%100!=91) ? 0 : n%10==2 && (n%100!=12 || n%100!=72 || n%100!=92) ? 1 : ((n%10>=3 && n%10<=4) || n%10==9) && ((n%100 < 10 || n%100 > 19) || (n%100 < 70 || n%100 > 79) || (n%100 < 90 || n%100 > 99)) ? 2 : (n!=0 && n%1;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: br-FR\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/bs.po b/po/openbeautyfacts/bs.po deleted file mode 100644 index 1271046ac4f45..0000000000000 --- a/po/openbeautyfacts/bs.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bosnian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bs\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ca.po b/po/openbeautyfacts/ca.po deleted file mode 100644 index a0fa9f9537df5..0000000000000 --- a/po/openbeautyfacts/ca.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Catalan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ca\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=ca" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts reuneix la informació i les dades dels productes cosmètics d'arreu del món." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Aquesta pàgina de producte no està completa. Pots ajudar a completar-la editant-la i afegint més dades a partir de les fotos que tenim, o fent més fotos utilitzant l'app per a Android o iPhone/iPad. Gràcies!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> està fet per una associació sense ànim de lucre, independent de la indústria. Està fet col·lectivament i per a tothom. Podeu donar-nos suport a donant a Open Beauty Facts i també fent amb el motor de cerca Lilo.
Gràcies!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Feu un donatiu a Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea per homes" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Xampú anticaspa, pasta de dents blanquejant" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Una base de dades col·laborativa, lliure i oberta d'ingredients, i informació sobre els productes cosmètics d'arreu del món" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "i el grup de Facebook per a contribuïdors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Una base de dades col·laborativa, gratuïta i oberta de productes cosmètics de tot el món." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://es-ca.openfoodfacts.org/faq" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Xampú anticaspa" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Desodorant anti-transpirant \"stress protect\"" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "És temporada de caça de bellesa () a <> del dissabte 21 de febrer al diumenge 1 de març! Els col·laboradors rebran punts d'Explorador pels productes que afegeixin i punts d'Ambassador per als nous col·laboradors que reclutin. Els punts s'actualitzaran cada 30 minuts." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Amb Chrome, Firefox i Safari, podeu seleccionar múltiples imatges (productes, ingredients, etc.) fent-hi clic mentre manteniu premuda la tecla Ctrl per afegir-les totes d'una sola vegada." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Obre la cerca de productes d'Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/AIGUA, SULFAT DE LAURETH SÒDIC, COCOAMFODIACETAT DE SODI, DISTEARAT DE GLICOL, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ce.po b/po/openbeautyfacts/ce.po deleted file mode 100644 index 8e1a7cc532dab..0000000000000 --- a/po/openbeautyfacts/ce.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ce\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chechen\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ce\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/chr.po b/po/openbeautyfacts/chr.po deleted file mode 100644 index 42f701f883ef6..0000000000000 --- a/po/openbeautyfacts/chr.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: chr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Cherokee\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: chr\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/co.po b/po/openbeautyfacts/co.po deleted file mode 100644 index 5e6e397725da1..0000000000000 --- a/po/openbeautyfacts/co.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: co\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Corsican\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: co\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/crs.po b/po/openbeautyfacts/crs.po deleted file mode 100644 index 48185eb7283ee..0000000000000 --- a/po/openbeautyfacts/crs.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: crs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Seychellois Creole\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: crs\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/cs.po b/po/openbeautyfacts/cs.po deleted file mode 100644 index d013ec3a42e65..0000000000000 --- a/po/openbeautyfacts/cs.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Czech\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cs\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=cs" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts shromažďuje informace a údaje o kosmetice z celého světa." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Tato stránka produktu není úplná. Můžete pomoci dokončit ji úpravou a přidáním dalších dat z fotografií, které máme, nebo pořízením více fotek pomocí aplikace pro Android nebo iPhone/iPad. Děkujeme!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> vytváří neziskové sdružení nezávislé na průmyslu. Je vytvořen pro všechny, všemi a je financován všemi. Naši práci můžete podpořit příspěvkem na Open Beauty Facts a také pomocí vyhledávače Lilo.
Děkuji!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Přispějte na Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Šampon proti lupům, Bělící zubní pasta" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Společná, bezplatná a otevřená databáze přísad a informací o kosmetických produktech z celého světa" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "a facebooková skupina pro přispěvatele" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Společná, bezplatná a otevřená databáze kosmetických výrobků z celého světa." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Šampon proti lupům" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-Perspirant Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world-cs.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Je to Open Beauty Hunt na <> od soboty 21. února do neděle 1. března! Přispěvatelům jsou uděleny\n" -"body Průzkumníka za produkty, které přidají, a body Ambassador za nové přispěvatele, které naverbují. Body se aktualizují každých 30 minut." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ V prohlížečích Chrome, Firefox a Safari můžete vybrat více obrázků (produkt, přísady atd.) tak, že na ně kliknete a zároveň podržíte stisknutou klávesu Ctrl, abyste je přidali všechny najednou." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Hledání produktů na Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world-cs.openfoodfacts.org" - diff --git a/po/openbeautyfacts/cv.po b/po/openbeautyfacts/cv.po deleted file mode 100644 index 8a2a624a0abd0..0000000000000 --- a/po/openbeautyfacts/cv.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chuvash\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cv\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/cy.po b/po/openbeautyfacts/cy.po deleted file mode 100644 index 1a3f899965d19..0000000000000 --- a/po/openbeautyfacts/cy.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cy\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Welsh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cy\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/da.po b/po/openbeautyfacts/da.po deleted file mode 100644 index 4f3d034596db2..0000000000000 --- a/po/openbeautyfacts/da.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: da\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Danish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: da\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=da" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://www.microsoft.com/da-dk/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts indsamler oplysninger og data om kosmetiske produkter fra hele verden." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Denne produktside er ikke færdiggjort. Du kan hjælpe med at færdiggøre det ved at redigere det og tilføje flere data fra eksisterende fotos eller ved at tage flere fotos vha. appen til Android eller iPhone/iPad. Tak!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> er oprettet af en non-profit forening, uafhængig af branchen. Den er lavet til alle, af alle, og den finansieres af alle. Du kan støtte vores arbejde ved at donere til Open Beauty Facts og også ved at benytte Lilo-søgemaskinen.
Tak!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Donér til Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Mænd" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Anti-skælshampoo, afblegningstandpasta" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "En kollaborativ, gratis og åben database over ingredienser og oplysninger om kosmetikprodukter fra hele verden" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "og Facebook-gruppen for bidragsydere" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "En kollaborativ, gratis og åben database over kosmetikprodukter for hele verden." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Anti-skælskampo" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-perspirant stressbeskyttelse" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Det er Open Beauty Jagt <> fra lørdag d. 23. februar til søndag d. 1. marts 1! Bidragsyderne får tildelt Explorer-point for de produkter, de tilføjer, og Ambassador-point for de nye bidragsydere, de rekrutterer. Point opdateres hvert 30. minut." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Med Chrome, Firefox og Safari kan du vælge flere fotos (produkt, ingredienser, ernæringsindhold mv.) ved at klikke på dem, mens du holder Ctrl-tasten nede for at tilføje dem alle i ét hug." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts-produktsøgning" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/VAND, NATRIUM LAURETH SULFAT, DINATRIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/de.po b/po/openbeautyfacts/de.po deleted file mode 100644 index f0b4e5cd434a0..0000000000000 --- a/po/openbeautyfacts/de.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: de\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: German\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: de\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=de" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/de/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts sammelt Informationen und Daten über Kosmetik-Produkte aus der ganzen Welt." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Diese Produktseite ist unvollständig. Sie können helfen, sie zu vervollständigen, indem Sie sie bearbeiten und weitere Daten aus den vorhandenen Fotos hinzufügen oder indem Sie weitere Fotos mit der App für Android oder iPhone/iPad aufnehmen. Vielen Dank!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Für

<> wird von einem gemeinnützigen, branchenunabhängigen Verband hergestellt. Sie ist für alle, von allen gemacht, und sie wird von allen finanziert. Sie können unsere Arbeit unterstützen, indem Sie für Open Beauty Facts spenden und auch dadurch das Sie die Suchmaschine „Lilo” nutzen.
Vielen Dank!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "An Open Beauty Facts spenden" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Männer" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Anti-Schuppen Shampoo, Bleichende Zahnpasta" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Eine gemeinsame, kostenlose und offene Datenbank mit Inhaltsstoffen und Informationen über Kosmetika aus aller Welt." - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "und die Facebook-Gruppe für Mitwirkende" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Eine gemeinsame, freie und offene Datenbank von Kosmetika aus der ganzen Welt." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Haarwaschmittel gegen Schuppen" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Schweißhemmende Stress-Schutz" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Es ist Open Beauty Hunt auf „<>” vom Samstag, den 21. Februar bis Sonntag, den 1. März! Die Mitwirkenden erhalten Entdeckerpunkte für Produkte, die sie hinzufügen und Botschafterpunkte für neue Mitwirkende, die sie einstellen. Die Punkte werden alle 30 Minuten aktualisiert." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "➜ Mit Chrome, Firefox und Safari können Sie einfach durch die Verwendung der Strg-Taste mehrere Fotos auswählen (Produkt, Inhaltsstoffe usw.), um diese einmalig hochzuladen." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts - Produktsuche" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "Wasser, Natriumlaurylethersulfat, Dinatriumcocoamphodiacetat, Ethylenglycoldistearat, N-(Hydroxyethyl)-Kokosfettsäureamid" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://de.openfoodfacts.org" - diff --git a/po/openbeautyfacts/el.po b/po/openbeautyfacts/el.po deleted file mode 100644 index bfc727f224ff8..0000000000000 --- a/po/openbeautyfacts/el.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: el\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Greek\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: el\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/en.po b/po/openbeautyfacts/en.po deleted file mode 100644 index 4bf28afaf9045..0000000000000 --- a/po/openbeautyfacts/en.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en\n" -"X-Crowdin-File-ID: 3125\n" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/us/app/open-food-facts-product-scan/id588797948" -msgstr "https://apps.apple.com/us/app/open-food-facts-product-scan/id588797948" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts gathers information and data on cosmetic products from around the world." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Donate to Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Anti-dandruff shampoo, Whitening toothpaste" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "and the Facebook group for contributors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "A collaborative, free and open database of cosmetic products from around the world." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org/Open_Beauty_Facts" -msgstr "https://wiki.openfoodfacts.org/Open_Beauty_Facts" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Anti-dandruff shampoo" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-Perspirant Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts product search" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/en_AU.po b/po/openbeautyfacts/en_AU.po deleted file mode 100644 index 8690b78d58fe1..0000000000000 --- a/po/openbeautyfacts/en_AU.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_AU\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English, Australia\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en-AU\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts gathers information and data on cosmetic products from around the world." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Donate to Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Anti-dandruff shampoo, Whitening toothpaste" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "and the Facebook group for contributors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "A collaborative, free and open database of cosmetic products from around the world." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Anti-dandruff shampoo" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-Perspirant Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts product search" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/en_GB.po b/po/openbeautyfacts/en_GB.po deleted file mode 100644 index 5e0b73224ae52..0000000000000 --- a/po/openbeautyfacts/en_GB.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English, United Kingdom\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en-GB\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts gathers information and data on cosmetic products from around the world." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Donate to Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Anti-dandruff shampoo, Whitening toothpaste" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "and the Facebook group for contributors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "A collaborative, free and open database of cosmetic products from around the world." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Anti-dandruff shampoo" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-Perspirant Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts product search" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/eo.po b/po/openbeautyfacts/eo.po deleted file mode 100644 index 9a154944cf201..0000000000000 --- a/po/openbeautyfacts/eo.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Esperanto\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: eo\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=eo" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/es.po b/po/openbeautyfacts/es.po deleted file mode 100644 index 35b5b631ebd5c..0000000000000 --- a/po/openbeautyfacts/es.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: es\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Spanish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: es-ES\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=es" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts contiene datos e información sobre productos cosméticos en todo el mundo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "La página de este producto no está completa. Puedes ayudar a completarla editando y añadiendo más datos desde las imágenes que ya tenemos, o subiendo las tuyas a través de la aplicación para Android o para iPhone/iPad. ¡Muchas gracias!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> está hecho por una asociación sin ánimo de lucro, independiente de la industria. Está hecho para todos, y está financiado por todos. Puedes apoyar nuestro trabajo donando a Open Beauty Facts y también mediante usando el motor de búsqueda Lilo.
Gracias!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Dona a Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Champú anticaspa, crema dental blanqueadora" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Una base de datos colaborativa, libre y abierta, con información de los productos cosméticos de todo el mundo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "y el grupo de Facebook para personas colaboradoras" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Una base de datos colaborativa, libre y abierta de los productos cosméticos de todo el mundo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://es.wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Champú anticaspa" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Protección antitranspirante y antiestrés" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "¡La Open Beauty Hunt en <> tendrá lugar desde el sábado, 21 de febrero de 2019, hasta el domingo, 1 de marzo! Quien colabore obtendrá puntos de Exploración por los productos que añada y puntos de Embajador por las nuevas personas colaboradoras que reclute. Los puntos son actualizados cada 30 minutos." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Con Chrome, Firefox y Safari puedes seleccionar múltiples imágenes (producto, ingredientes, etc.) para añadirlas de una sola vez haciendo clic en ellas mientras mantienes pulsada la tecla Ctrl." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Búsqueda de productos Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AGUA, LAURIL ÉTER SULFATO DE SODIO, COCOANFODIACETATO DE DISODIO, DIESTERATO DE GLICOL, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://es.openfoodfacts.org" - diff --git a/po/openbeautyfacts/et.po b/po/openbeautyfacts/et.po deleted file mode 100644 index 78ace3b8e2e0e..0000000000000 --- a/po/openbeautyfacts/et.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: et\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Estonian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: et\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://ee.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Kõõmavastane šampoon" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://ee.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/eu.po b/po/openbeautyfacts/eu.po deleted file mode 100644 index 56fdd93f3d702..0000000000000 --- a/po/openbeautyfacts/eu.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Basque\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: eu\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=eu" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/fa.po b/po/openbeautyfacts/fa.po deleted file mode 100644 index d91717982ce44..0000000000000 --- a/po/openbeautyfacts/fa.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Persian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fa\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/fi.po b/po/openbeautyfacts/fi.po deleted file mode 100644 index 90632cc73439c..0000000000000 --- a/po/openbeautyfacts/fi.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Finnish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fi\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=fi" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts kerää tietoja ja dataa kosmetiikkatuotteista joka puolelta maailmaa." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Tämä tuotesivu ei ole valmis. Voit auttaa sen täydentämisessä muokkaamalla sitä, ja lisäämällä lisätietoja valokuvistamme, tai ottamalla lisää valokuvia Android tai iPhone / iPad -sovelluksella. Kiitos!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Lahjoita

<>ia kehittää voittoa tavoittelematon ja toimialasta riippumaton yhdistys. Sitä kehittävät kaikki, kaikille, ja sitä rahoittavat kaikki. Voit tukea työtämme lahjoittamalla Open Beauty Factsille ja myös käyttämällä Lilo-hakukonetta.
Kiitos!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Napsauta tästä lahjoittaaksesi Open Beauty Factsille" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Hilseshampoo, Valkaiseva hammastahna" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Yhteistyöhön perustuva, vapaa ja avoin tietokanta aineosista ja tiedoista kosmetiikkatuotteista joka puolelta maailmaa" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "ja Facebook-ryhmä osallistujille" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Yhteistyöhön perustuva, vapaa ja avoin tietokanta kosmetiikkatuotteista joka puolelta maailmaa." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Hilseshampoo" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-Perspirant Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Open Beauty Hunt <>issa alkaen Lauantaina 21. helmikuuta ja päättyen Sunnuntaina 1. maaliskuuta! Osallistujat palkitaan\n" -"Tutkimusmatkailija-pisteillä lisäämistään tuotteista ja Suurlähettiläs-pisteillä rekrytoimistaan uusista osallistujista. Pisteet päivitetään 30 minuutin välein." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chromella, Firefoxilla ja Safarilla voit valita useampia kuvia (tuote, ainesosat jne.) napsauttamalla niitä pitäessäsi Ctrl-näppäintä pohjassa lisätäksesi ne kaikki yhteen näkymään." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts -tuotehaku" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world-fi.openfoodfacts.org" - diff --git a/po/openbeautyfacts/fil.po b/po/openbeautyfacts/fil.po deleted file mode 100644 index b69f9ce6fbef6..0000000000000 --- a/po/openbeautyfacts/fil.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fil\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Filipino\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fil\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts ay kumukuha ng mga impormasiyon at datos sa mga produktong pampaganda mula sa buong mundo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/fo.po b/po/openbeautyfacts/fo.po deleted file mode 100644 index 5da71b794b499..0000000000000 --- a/po/openbeautyfacts/fo.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Faroese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fo\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/fr.po b/po/openbeautyfacts/fr.po deleted file mode 100644 index 75af28d654723..0000000000000 --- a/po/openbeautyfacts/fr.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: French\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fr\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=fr" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/fr/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts rassemble des informations et des données sur les produits cosmétiques à travers le monde." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "La page de ce produit n'est pas complète. Vous pouvez aider à la compléter en l'éditant et en ajoutant plus de données à partir des photos que nous avons, ou en prenant plus de photos à l'aide de l'application pour Android ou iPhone / iPad. Merci!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donner

<> est développé par une association à but non lucratif indépendante de l'industrie. Open Food Facts est fait pour tous, par tous, et est financé par tous. Vous pouvez soutenir notre travail en donnant à Open Beauty Facts et aussi en utilisant le moteur de recherche Lilo.
Merci beaucoup !

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Faire un don à l'association Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts.fr" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Hommes" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Shampooing anti-pelliculaire, dentifrice blanchissant" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Une base de données collaborative, gratuite et ouverte sur les ingrédients, et des informations sur les produits cosmétiques du monde entier" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "et le groupe Facebook des contributeurs" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Une base de données collaborative, libre et ouverte des produits cosmétiques du monde entier." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://fr.wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Shampooing anti-pelliculaire" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Protection anti transpirante et anti stress" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-fr.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "C'est Open Beauty Hunt sur <> du samedi 21 février au dimanche 1er mars ! Les contributeurs reçoivent des points d'Explorateur pour les produits qu'ils ajoutent et les points Ambassadeur pour les nouveaux contributeurs qu'ils recrutent. Les points sont mis à jour toutes les 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Avec Chrome, Firefox et Safari, vous pouvez sélectionner plusieurs images (produit, ingrédients etc.) en cliquant avec la touche Ctrl enfoncée, pour les envoyer toutes en même temps." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Recherche de produit Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA / EAU, LAURETH SULFATE DE SODIUM, COCOAMPHODIACETATE DISODIQUE, DISTEARATE DE GLYCOL, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/application-mobile-open-beauty-facts" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://fr.openfoodfacts.org/" - diff --git a/po/openbeautyfacts/ga.po b/po/openbeautyfacts/ga.po deleted file mode 100644 index a9d1fbe438aa8..0000000000000 --- a/po/openbeautyfacts/ga.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ga\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Irish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ga-IE\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/gd.po b/po/openbeautyfacts/gd.po deleted file mode 100644 index 2ff0c427d1ce3..0000000000000 --- a/po/openbeautyfacts/gd.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gd\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Scottish Gaelic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n>2 && n<20) ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gd\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/gl.po b/po/openbeautyfacts/gl.po deleted file mode 100644 index e653a073b730d..0000000000000 --- a/po/openbeautyfacts/gl.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Galician\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gl\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts reúne información e datos sobre produtos cosméticos de todo o mundo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/gu.po b/po/openbeautyfacts/gu.po deleted file mode 100644 index f4519ac38465c..0000000000000 --- a/po/openbeautyfacts/gu.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Gujarati\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gu-IN\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ha.po b/po/openbeautyfacts/ha.po deleted file mode 100644 index e525518f0a721..0000000000000 --- a/po/openbeautyfacts/ha.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ha\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hausa\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ha\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts na Kyauta ya tattara bayanai kan kayayyakin kwaskwarima daga ko'ina cikin duniya." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Ba da gudummawa don Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Maza" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Maganin amosarin kai, shamfu, makilin nasanya hakori fari" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Hadin gwiwar hadin kai, kyauta da kuma bude kayan abinci, da bayani kan kayan kwalliya daga ko'ina cikin duniya" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "da rukunin Facebook don masu ba da gudummawa" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Hadin gwiwar hadin kai, kyauta da kuma bude kayan samfuran kayan kwalliya daga ko'ina cikin duniya." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Shamfu na maganin amosarin kai" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/he.po b/po/openbeautyfacts/he.po deleted file mode 100644 index 0852a78aed515..0000000000000 --- a/po/openbeautyfacts/he.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: he\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hebrew\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: he\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/detail/XP8LT18SRPKLRG?hl=he-IL&gl=IL" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "המיזם Open Beauty Facts אוסף מידע ונתונים על מוצרי קוסמטיקה מכל רחבי העולם." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "עמוד מוצר זה לוקה בחסר. ניתן לסייע להשלים אותו על ידי עריכה או הוספת נתונים נוספים מהתמונות שכבר יש לנו או על ידי צילום תמונות נוספות באמצעות יישומון ה־Android או ה־iPhone/iPad. תודה רבה!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"תרומה

<> נוסד על ידי ארגון ללא מטרות רווח, ללא תלות בתעשייה. הוא נוצר לטובת כולם, על ידי כולם ובמימון כולם. ניתן לתמוך בעבודה שלנו על ידי תרומה ל־Open Beauty Facts וגם על ידי שימוש במנוע החיפוש Lilo.
תודה רבה!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "תרומה ל־Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "פינוק, פינוק לגבר" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "שמפו נגד קשקשים, משחת שיניים מלבינה" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "מסד נתונים שיתופי, חופשי ופתוח של רכיבים ומידע על מוצרי טיפוח מכל רחבי העולם" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "וקבוצת הפייסבוק למתנדבים" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "מסד נתונים חופשי, פתוח ושיתופי של מוצרי טיפוח מכל רחבי העולם." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "שמפו נגד קשקשים" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "מונע הזעה מגן במצבי לחץ" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "זה הוא Open Beauty Hunt אצל <> מיום שבת, 21 בפברואר עד יום ראשון, 1 במרץ! התרומות מזכות בנקודות חוקרים על מוצרים שהם מוסיפים ונקודות שגרירות על תרומים חדשים שמגויסים על ידם. הנקודות מתעדכנות כל חצי שעה." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "← עם כרום, פיירפוקס וספארי, ניתן לבחור מספר תמונות (מוצר, רכיבים וכו׳) על ידי לחיצה עליהן בעת החזקת המקש Ctrl כדי להוסיף את כולן באותה התמונה." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "חיפוש מוצרים ב־Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/hi.po b/po/openbeautyfacts/hi.po deleted file mode 100644 index 97b302b1c9acc..0000000000000 --- a/po/openbeautyfacts/hi.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hindi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hi\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=hi" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "ओपन ब्यूटी फैक्ट्स" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/hr.po b/po/openbeautyfacts/hr.po deleted file mode 100644 index efabe2d1a4a46..0000000000000 --- a/po/openbeautyfacts/hr.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Croatian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hr\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ht.po b/po/openbeautyfacts/ht.po deleted file mode 100644 index c985b2ff1128e..0000000000000 --- a/po/openbeautyfacts/ht.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ht\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Haitian Creole\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ht\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/hu.po b/po/openbeautyfacts/hu.po deleted file mode 100644 index 0c25b6c468620..0000000000000 --- a/po/openbeautyfacts/hu.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hungarian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hu\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=hu" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr " https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Az Open Beauty Facts összegyűjti az információkat és adatokat a világ kozmetikai termékeiről." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Adományozzon az Open Beauty Facts programnak" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Korpásodás elleni sampon, Fogfehérítő fogkrém" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Együttműködésen alapuló, ingyenes és nyílt adatbázis a kozmetikai termékek összetevőiről és egyéb tulajdonságairól" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "és a Facebook csoport a támogatókank" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Együttműködő, ingyenes és nyílt adatbázis kozmetikai termékekről." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Korpásodás elleni sampon" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome, Firefox és Safari webböngészővel egyszerre több képet is kiválaszthat (termék, összetevők stb.), kattintson a képekre miközben lenyomva tartja a Ctrl billentyűt, így egyszerűen hozzáadhatja az összes kiválasztott képet." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts termékkereső" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/hy.po b/po/openbeautyfacts/hy.po deleted file mode 100644 index b038be2d737ff..0000000000000 --- a/po/openbeautyfacts/hy.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hy\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Armenian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hy-AM\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/id.po b/po/openbeautyfacts/id.po deleted file mode 100644 index 5eb1d62f0d689..0000000000000 --- a/po/openbeautyfacts/id.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: id\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Indonesian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: id\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=id" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts mengumpulkan informasi dan data tentang produk - produk kosmetik dari seluruh dunia." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Halaman produk ini tidak lengkap. Anda dapat membantu melengkapinya dengan menyuntingnya dan menambahkan lebih banyak data dari foto - foto yang kami miliki, atau dengan mengambil lebih banyak foto menggunakan aplikasi untuk Android atau iPhone/iPad. Terima kasih!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> dibuat oleh asosiasi nirlaba, terlepas dari industri. Itu dibuat untuk semua, oleh semua, dan didanai oleh semua. Anda dapat mendukung pekerjaan kami dengan berdonasi ke Open Beauty Facts dan juga ke dengan menggunakan mesin pencari Lilo.
Terima kasih!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Mari berikan donasi untuk Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Shampo anti ketombe, Pasta gigi pemutih" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Sebuah basis data kandungan bahan, serta informasi tentang produk - produk kosmetik dari seluruh dunia yang kolaboratif, gratis, dan terbuka," - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "dan grup Facebook untuk para kontributor " - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Sebuah basis data produk - produk kosmetik dari seluruh dunia yang kolaboratif, gratis, dan terbuka." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Sampo anti ketombe" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Antiperspiran Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Saatnya Open Beauty Hunt di <> mulai dari Sabtu, 21 Februari sampai Minggu, 1 Maret! Para kontributor diberi imbalan poin Penjelajah untuk produk yang mereka tambahkan dan poin Ambasador untuk kontributor baru yang mereka rekrut. Poin diperbarui setiap 30 menit." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Dengan Chrome, Firefox dan Safari, Anda dapat memilih beragam gambar (produk, bahan, dll.) dengan mengkliknya sambil menahan tombol Ctrl untuk menambahkan semuanya dalam satu pemotretan." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Food Facts pencarian produk" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/AIR, NATRIUM LAURET SULFAT, DISODIUM COCOAMPHODIACETATE, GLIKOL DISTEARAT, KOKAMIDA MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ii.po b/po/openbeautyfacts/ii.po deleted file mode 100644 index 1f9c62c747a17..0000000000000 --- a/po/openbeautyfacts/ii.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ii\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sichuan Yi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ii\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/is.po b/po/openbeautyfacts/is.po deleted file mode 100644 index 627fed77e6afc..0000000000000 --- a/po/openbeautyfacts/is.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: is\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Icelandic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: is\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/it.po b/po/openbeautyfacts/it.po deleted file mode 100644 index daeea283bd5ce..0000000000000 --- a/po/openbeautyfacts/it.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Italian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: it\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=it" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/it/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts raccoglie informazioni e dati sui prodotti cosmetici provenienti da tutto il mondo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Questa pagina del prodotto non è completa. Puoi aiutare a completarla modificandola e aggiungendo ulteriori dati dalle foto che abbiamo, o scattando nuove foto utilizzando l'applicazione per Android o iPhone/iPad. Grazie!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> è creato da un'associazione senza fini di lucro, indipendente dal settore. E' fatta per tutti, da tutti, e viene finanziata da tutti. Puoi supportare il nostro lavoro con donazioni a Open Beauty Facts e anche utilizzando il motore di ricerca Lilo.
Grazie!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Dona a Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Uomo" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Shampoo anti-forfora, dentifricio sbiancante" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Un database aperto, gratuito e collaborativo di ingredienti e informazioni su prodotti cosmetici da tutto il mondo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "e il gruppo Facebook per i contributori" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Un database di prodotti cosmetici gratuito, libero e collaborativo da tutto il mondo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Shampoo anti-forfora" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-Traspirante Proteggi Stress" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "É Open Beauty Hunt su <> da Sabato 21 Febbraio a Domenica 1 Marzo 1! I collaboratori sono premiati con punti Esploratore per prodotti che aggiungono e punti Ambasciatore per nuovi collaboratori che reclutano. I punti sono aggiornati ogni 30 minuti." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Con Chrome, Firefox e Safari, puoi selezionare più immagini (prodotto, ingredienti etc.) cliccandole mentre mantieni premuto Ctrl per aggiungerle tutte in una volta." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Ricerca prodotto Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SOLFATO DI SODIO LAURETO, COCOAMFODIACETATO DISODIO, DISTEREATO GLICOLE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world-it.openfoodfacts.org" - diff --git a/po/openbeautyfacts/iu.po b/po/openbeautyfacts/iu.po deleted file mode 100644 index 835440a26a40e..0000000000000 --- a/po/openbeautyfacts/iu.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: iu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Inuktitut\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: iu\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ja.po b/po/openbeautyfacts/ja.po deleted file mode 100644 index 421af6e66f096..0000000000000 --- a/po/openbeautyfacts/ja.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Japanese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=ja" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts は、世界中から化粧品の情報やデータを収集しています。" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "この製品ページは未完成です。製品ページを編集や、既存の写真からのデータの追加、Android または iPhone/iPad 用のアプリから画像を撮影することで完成に貢献できます。ありがとうございます!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> は業界から独立した非営利団体により制作されました。皆さまのために、皆さまによって作られ、皆さまによって出資されています。私たちの活動はOpen Beauty Facts に寄付 したり、Lilo検索エンジンを使用 したりすることで支援できます。
ありがとうございます!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Open Beauty Facts に寄付" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "ニベア、ニベアメン" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "フケ防止シャンプー、ホワイトニング歯磨き粉" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "協同の、無料でオープンな、世界中の化粧品の成分と情報に関するデータベース" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "協同の、フリーでオープンな、世界中の化粧品に関するデータベース。" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "フケ防止シャンプー" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "制汗剤ストレスプロテクト" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Open Beauty Hunt を <> にて2/21(土)から3/1(日)まで開催します!貢献者にはエクスプローラーポイントが付与され、また、新しい貢献者を募集すればアンバサダーポイントが付与されます。ポイントは30分ごとに更新されます。" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome、Firefox、Safariでは、Ctrlキーを押しながら画像(製品、成分などの画像)をクリックすることで、複数の画像を一括で追加することができます。" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts 製品検索" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "水、ラウレス硫酸Na、ココアンホジ酢酸2Na、ジステアリン酸グリコール、コカミドMEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/jv.po b/po/openbeautyfacts/jv.po deleted file mode 100644 index 8c08294801615..0000000000000 --- a/po/openbeautyfacts/jv.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: jv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Javanese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: jv\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ka.po b/po/openbeautyfacts/ka.po deleted file mode 100644 index b8d9dd18da844..0000000000000 --- a/po/openbeautyfacts/ka.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ka\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Georgian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ka\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/kab.po b/po/openbeautyfacts/kab.po deleted file mode 100644 index fbb8001a940c7..0000000000000 --- a/po/openbeautyfacts/kab.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kab\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kabyle\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kab\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Ldi Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/kk.po b/po/openbeautyfacts/kk.po deleted file mode 100644 index 03e0695492891..0000000000000 --- a/po/openbeautyfacts/kk.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kazakh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kk\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/km.po b/po/openbeautyfacts/km.po deleted file mode 100644 index aea9f92b667e3..0000000000000 --- a/po/openbeautyfacts/km.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: km\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Khmer\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: km\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/kmr.po b/po/openbeautyfacts/kmr.po deleted file mode 100644 index 80011ddcf583f..0000000000000 --- a/po/openbeautyfacts/kmr.po +++ /dev/null @@ -1,155 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kmr_TR\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2019-12-12 21:01\n" -"Language-Team: Kurmanji (Kurdish)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: kmr\n" -"X-Crowdin-File: /master/po/openbeautyfacts/openbeautyfacts.pot\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -#. make sure the image exists with your country code. https://static.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en-178x150.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openbeautyfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openbeautyfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Vekirî rindî rastin" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://en.wiki.openbeautyfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfooodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/kmr_TR.po b/po/openbeautyfacts/kmr_TR.po deleted file mode 100644 index c991f4b538f78..0000000000000 --- a/po/openbeautyfacts/kmr_TR.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ku\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kurdish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ku\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/kn.po b/po/openbeautyfacts/kn.po deleted file mode 100644 index 9fadc2fdf6f11..0000000000000 --- a/po/openbeautyfacts/kn.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kannada\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kn\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ko.po b/po/openbeautyfacts/ko.po deleted file mode 100644 index 43d750f783126..0000000000000 --- a/po/openbeautyfacts/ko.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Korean\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=ko" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/kr/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts는 전 세계 화장품 정보 및 데이터를 수집합니다." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "이 제품 페이지는 완전하지 않습니다. 편집해서 우리가 가지고 있는 사진의 데이터를 더 추가하거나, 안드로이드아이폰/아이패드용 앱을 사용하여 더 많은 사진을 찍으면 완성할 수 있습니다. 감사합니다!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<>는 비영리 단체가 운영하고 있습니다. 여러분을 위해, 여러분에 의해 그리고 여러분의 기부에 의해 운영됩니다. Open Beauty Facts에 기부하거나릴로 서치 엔진을 이용해서 저희에게 힘이 되어주세요.
감사합니다!

\"Donate" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Open Beauty Facts에게 기부하기" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "니베아, 니베아 맨" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "비듬 방지 샴푸, 미백 치약" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "세계 각국의 화장품에 대한 성분 및 정보의 무료 공개 협업 데이터베이스" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "그리고 기여자를위한 페이스북 그룹" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "세계 각국에서의 화장품에 대해 협업하는 무료 오픈 데이터베이스." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "비듬 방지 샴푸" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "발한 억제 스트레스 보호" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr " 2월 21일 토요일부터 3월 1일 일요일까지 <>의 Open Beauty Hunt 입니다! 기고자에게는 추가 한 제품에 대해\n" -"탐험가 포인트가, 새로 모집 한 신규 기고자에 대한 대사 포인트가 부여됩니다. 포인트는 30분마다 업데이트됩니다." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome, Firefox 및 Safari를 사용하면 Ctrl 키를 누른 상태에서 여러 사진 (제품, 재료 등)을 클릭하여 한 번에 모두 추가 할 수 있습니다." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts 제품 검색" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "아쿠아 / 워터, 소듐 라우 레스 설페이트, 디소듐 코코암포 아세테이트, 글라이콜 디스테아레이트, 코카마이드엠이에이 측정" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ku.po b/po/openbeautyfacts/ku.po deleted file mode 100644 index bdb2f53942139..0000000000000 --- a/po/openbeautyfacts/ku.po +++ /dev/null @@ -1,145 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kmr_TR\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2019-08-08 21:16\n" -"Language-Team: Kurmanji (Kurdish)\n" -"Last-Translator: Pierre Slamich (pierreslamich)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: crowdin.com\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: kmr\n" -"X-Crowdin-File: /master/po/openbeautyfacts/openbeautyfacts.pot\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openbeautyfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openbeautyfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Vekirî rindî rastin" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://en.wiki.openbeautyfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-beauty-facts-mobile-app" -msgstr "" - diff --git a/po/openbeautyfacts/kw.po b/po/openbeautyfacts/kw.po deleted file mode 100644 index bc926a0d3c1cd..0000000000000 --- a/po/openbeautyfacts/kw.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kw\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Cornish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kw\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ky.po b/po/openbeautyfacts/ky.po deleted file mode 100644 index 81c0bd74e04c8..0000000000000 --- a/po/openbeautyfacts/ky.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ky\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kyrgyz\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ky\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/la.po b/po/openbeautyfacts/la.po deleted file mode 100644 index 327b76dcacb8e..0000000000000 --- a/po/openbeautyfacts/la.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: la\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Latin\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: la-LA\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/lb.po b/po/openbeautyfacts/lb.po deleted file mode 100644 index 4b35e3413bb9b..0000000000000 --- a/po/openbeautyfacts/lb.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lb\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Luxembourgish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lb\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Fakten" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts sammelt Informatiounen an Daten iwwer kosmetesch Produkter aus der ganzer Welt." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/lo.po b/po/openbeautyfacts/lo.po deleted file mode 100644 index 5d87f34cf3f56..0000000000000 --- a/po/openbeautyfacts/lo.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Lao\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lo\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/lol.po b/po/openbeautyfacts/lol.po deleted file mode 100644 index ab0cd5f748802..0000000000000 --- a/po/openbeautyfacts/lol.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lol\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: LOLCAT\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lol\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "crwdns228279:0crwdne228279:0" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "crwdns228281:0crwdne228281:0" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "crwdns228283:0crwdne228283:0" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "crwdns228285:0crwdne228285:0" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "crwdns228287:0crwdne228287:0" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "crwdns228289:0crwdne228289:0" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "crwdns228291:0crwdne228291:0" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "crwdns228293:0crwdne228293:0" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "crwdns228295:0crwdne228295:0" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "crwdns228297:0crwdne228297:0" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "crwdns228299:0crwdne228299:0" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "crwdns228301:0crwdne228301:0" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "crwdns228303:0crwdne228303:0" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "crwdns228305:0crwdne228305:0" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "crwdns228307:0crwdne228307:0" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "crwdns228309:0crwdne228309:0" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "crwdns228311:0crwdne228311:0" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "crwdns228313:0crwdne228313:0" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "crwdns228315:0crwdne228315:0" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "crwdns228317:0crwdne228317:0" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "crwdns228319:0crwdne228319:0" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "crwdns228321:0crwdne228321:0" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "crwdns228323:0crwdne228323:0" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "crwdns228325:0crwdne228325:0" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "crwdns228327:0crwdne228327:0" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "crwdns228329:0crwdne228329:0" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "crwdns228331:0crwdne228331:0" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "crwdns228333:0crwdne228333:0" - diff --git a/po/openbeautyfacts/lt.po b/po/openbeautyfacts/lt.po deleted file mode 100644 index 34ebd402d069a..0000000000000 --- a/po/openbeautyfacts/lt.po +++ /dev/null @@ -1,137 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Lithuanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lt\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "„Open Beauty Facts“" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts surenkama informacija ir statistika apie kosmetikos produktus iš viso pasaulio." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Šio produkto puslapis nėra užbaigtas. Tu gali padėti jį užbaigti redaguodamas ji ir pridėdamas daugiau informacijos iš nuotraukų kurias turime arba nufotografuojant produktą naudojantis programele!noun\n\n" -"Mobile operating system, based on Linux kernel.\n\n" -"\" translation=\"\" style=\"cursor: pointer; border-bottom: 1px dashed var(--crowdin-text-muted); color: rgba(38, 50, 56, 0.87); font-family: Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre-wrap; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">Android or iPhone/iPad. Ačiū tau!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Paaukokite pinigų „Open Beauty Facts“" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/lv.po b/po/openbeautyfacts/lv.po deleted file mode 100644 index 971d40f9bd1b8..0000000000000 --- a/po/openbeautyfacts/lv.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Latvian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lv\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=lv" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/me.po b/po/openbeautyfacts/me.po deleted file mode 100644 index cf22afe203f2f..0000000000000 --- a/po/openbeautyfacts/me.po +++ /dev/null @@ -1,157 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: me\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-06-15 08:52\n" -"Language-Team: Montenegrin (Latin)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: me\n" -"X-Crowdin-File: /master/po/openbeautyfacts/openbeautyfacts.pot\n" -"X-Crowdin-File-ID: 442\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -#. make sure the image exists with your country code. https://static.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en-178x150.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openbeautyfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openbeautyfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://en.wiki.openbeautyfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfooodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/mg.po b/po/openbeautyfacts/mg.po deleted file mode 100644 index 67cc45cbe7615..0000000000000 --- a/po/openbeautyfacts/mg.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malagasy\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mg\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts dia manangona sy mamakafaka anton-kevitra mikasika ny vokatra fikarakarana vatana manerana ny lafivalon'izao tontolo izao." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Tsy feno ny fahalalana mahakasika ny vokatra. Azonao atao ny manampy hamitana izany amin'ny alàlan'ny fanitsiana azy ary manampy fahalalana betsaka kokoa avy amin'ny sary ananantsika, na amin'ny fakana sary bebe kokoa amin'ny alàlan'ny application amin'ny Android na iPhone / iPad. Misaotra anao!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr " \"Donate

<> dia novolavolaina fikambanana tsy mitady tombony, tsy miankina amin'ny orinasa. Natao ho an'ny rehetra, avy amin'ny rehetra, ary vatsian'ny rehetra. Azonao atao ny manohana ny asanay amin'ny fanomezana ho an'ny Open Beauty Facts ary amin'ny alàlan'ny mampiasa ny milina fikarohana an'ny Lilo koa .
Misaotra!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Hanome fanampiana ny Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Shampoing manala anga-drano, famotsiana nify" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Serasera miara-miasa, malalaka ary misokatra amin'ny fampahalalana momba ny vokatra kosmetika avy amin'ny lafivalon'izao tontolo izao" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "ary ny vondrona Facebook ho an'ny mpandray anjara " - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Serasera miara-miasa, malalaka ary misokatra amin'ny fampahalalana momba ny vokatra kosmetika avy amin'ny lafivalon'izao tontolo izao." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Shampooing manala anga-drano" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Fiarovana amin'ny tsemboka ateraky ny stress" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Misy Open Beauty Hunt ny <> nanomboka ny sabotsy 21 febambra ka hatramin'ny alahady 1 martsa! Ireo mpandray anjara dia nomena valisoa\n" -"Isa Mpanokatra ho an'ny vokatra nampidirin'izy ireo ary isa Ambasadaoro ho an'ny mpandray anjara vaovao noraisin'izy ireo. Ny isa dia havaozina isaky ny 30 minitra." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Miaraka amin'ny Chrome, Firefox ary Safari, afaka misafidy sary marobe (vokatra, akora sns) ianao amin'ny alàlan'ny fanindriana azy ireo sy fitazonana ny kitendry Ctrl mba hampidirana azy ireo indray mandeha." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Fikarohana vokatra eto amin'ny Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA / RANO, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/mi.po b/po/openbeautyfacts/mi.po deleted file mode 100644 index e3298454c9570..0000000000000 --- a/po/openbeautyfacts/mi.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Maori\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mi\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ml.po b/po/openbeautyfacts/ml.po deleted file mode 100644 index 698728e926f91..0000000000000 --- a/po/openbeautyfacts/ml.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ml\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malayalam\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ml-IN\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/mn.po b/po/openbeautyfacts/mn.po deleted file mode 100644 index b187006178e61..0000000000000 --- a/po/openbeautyfacts/mn.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Mongolian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mn\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/mr.po b/po/openbeautyfacts/mr.po deleted file mode 100644 index bd5b29f211876..0000000000000 --- a/po/openbeautyfacts/mr.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Marathi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mr\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ms.po b/po/openbeautyfacts/ms.po deleted file mode 100644 index b01ca1660a2ed..0000000000000 --- a/po/openbeautyfacts/ms.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ms\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malay\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ms\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Fakta Kecantikan Terbuka" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/mt.po b/po/openbeautyfacts/mt.po deleted file mode 100644 index 9ab5a25b96034..0000000000000 --- a/po/openbeautyfacts/mt.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Maltese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || (n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20) ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mt\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/my.po b/po/openbeautyfacts/my.po deleted file mode 100644 index bd46fe3571653..0000000000000 --- a/po/openbeautyfacts/my.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: my\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Burmese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: my\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts သည်ကမ္ဘာတစ်ဝှန်းလုံးရှိအလှကုန်ဆိုင်ရာသတင်းအချက်အလက်နှင့်dataများကိုစုစည်းနေသည်" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/nb.po b/po/openbeautyfacts/nb.po deleted file mode 100644 index c3204e8a19e44..0000000000000 --- a/po/openbeautyfacts/nb.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nb_NO\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian Bokmal\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nb\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=no" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Åpne skjønnhetsfakta" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts samler infomasjon og data om skjønnhetsprodukter fra hele verden." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Anti-flass sjampo" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ne.po b/po/openbeautyfacts/ne.po deleted file mode 100644 index 2eabce521656f..0000000000000 --- a/po/openbeautyfacts/ne.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ne\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Nepali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ne-NP\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/nl.po b/po/openbeautyfacts/nl.po deleted file mode 120000 index a0f480ae15bd4..0000000000000 --- a/po/openbeautyfacts/nl.po +++ /dev/null @@ -1 +0,0 @@ -nl_NL.po \ No newline at end of file diff --git a/po/openbeautyfacts/nl_BE.po b/po/openbeautyfacts/nl_BE.po deleted file mode 100644 index 96fb894c671ce..0000000000000 --- a/po/openbeautyfacts/nl_BE.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl_BE\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Dutch, Belgium\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nl-BE\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/nl/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts verzamelt informatie en gegevens over cosmeticaproducten van over de hele wereld." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Deze productpagina is niet compleet. Je kunt helpen door het product te bewerken en meer gegevens van bestaande foto's toe te voegen, of door meer foto's te maken met de app voor Android of iPhone/iPad. Bedankt!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Doneer

<> wordt gemaakt door een non-profit associatie, onafhankelijk van de industrie. Het is gemaakt voor iedereen, door iedereen, en wordt gefinancierd door iedereen. Je kan ons werk ondersteunen door te doneren aan Open Food Facts en ook door de Lilo zoekmachine te gebruiken.
Bedankt!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Doneer aan Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Anti-roos shampoo, whitening tandpasta" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Een collaboratieve, gratis en open database met ingrediënten en informatie over cosmetische producten van over de hele wereld" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "en de Facebook-groep voor bijdragers" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Een gezamenlijke, vrije en open database van cosmetica uit de hele wereld." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Anti-roos shampoo" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-transpirant Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Het is Open Beauty Hunt op <> van zaterdag 21 februari tot zondag 1 maart! Aan bijdragers worden\n" -"Explorer-punten toegekend voor producten die ze toevoegen en Ambassador-punten voor nieuwe bijdragers die ze werven. Punten worden elke 30 minuten bijgewerkt." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Met Chrome, Firefox en Safari kunt u verschillende foto's (product, ingrediënten, etc.) selecteren door tijdens het klikken de Ctrl-toets ingedrukt te houden om ze tegelijkertijd toe te voegen." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Product zoeken in Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/nl_NL.po b/po/openbeautyfacts/nl_NL.po deleted file mode 100644 index 663f214abb4ce..0000000000000 --- a/po/openbeautyfacts/nl_NL.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Dutch\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nl\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=nl" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/nl/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts verzamelt informatie en gegevens over cosmeticaproducten van over de hele wereld." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Deze productpagina is niet compleet. Je kunt helpen door het product te bewerken en meer gegevens van afbeeldingen die we reeds hebben toe te voegen, of door meer foto's te maken met de app voor Android of iPhone/iPad. Bedankt!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Doneer

<> wordt gemaakt door een non-profit associatie, onafhankelijk van de industrie. Het is gemaakt voor iedereen, door iedereen, en wordt gefinancierd door iedereen. Je kan ons werk ondersteunen door te doneren aan Open Food Facts en ook door de Lilo zoekmachine te gebruiken.
Bedankt!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Doneer aan Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Anti-roos shampoo, whitening tandpasta" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Een gezamenlijke, gratis en open database van ingrediënten en informatie over cosmetica uit de hele wereld" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "en de Facebook-groep voor editors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Een gezamenlijke, gratis en open database van cosmetica uit de hele wereld." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Anti-roos shampoo" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-transpirant Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Het is Open Beauty Hunt op <> van zaterdag 21 februari tot zondag 1 maart! Aan bijdragers worden\n" -"Explorer-punten toegekend voor producten die ze toevoegen en Ambassador-punten voor nieuwe bijdragers die ze aanwerven. Punten worden elke 30 minuten bijgewerkt." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Met Chrome, Firefox en Safari kunt u verschillende afbeeldingen (product, ingrediënten, etc.) selecteren door tijdens het klikken de Ctrl-toets ingedrukt te houden om ze tegelijkertijd toe te voegen." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Product zoeken in Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/nn.po b/po/openbeautyfacts/nn.po deleted file mode 100644 index 8af8b447d796c..0000000000000 --- a/po/openbeautyfacts/nn.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nn_NO\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian Nynorsk\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nn-NO\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=no" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts samler infomasjon og data om skjønnhetsprodukter fra hele verden." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/no.po b/po/openbeautyfacts/no.po deleted file mode 100644 index 072106e406460..0000000000000 --- a/po/openbeautyfacts/no.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: no\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: no\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=no" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts samler infomasjon og data om skjønnhetsprodukter fra hele verden." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/nr.po b/po/openbeautyfacts/nr.po deleted file mode 100644 index d5e5353ea7d1d..0000000000000 --- a/po/openbeautyfacts/nr.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Ndebele\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nr\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/oc.po b/po/openbeautyfacts/oc.po deleted file mode 100644 index 7f8f4bb95e43d..0000000000000 --- a/po/openbeautyfacts/oc.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: oc\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Occitan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: oc\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts repertòria los produits cosmetics del mond entièr." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/openbeautyfacts.pot b/po/openbeautyfacts/openbeautyfacts.pot deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/po/openbeautyfacts/or.po b/po/openbeautyfacts/or.po deleted file mode 100644 index 3f428ebe99d6c..0000000000000 --- a/po/openbeautyfacts/or.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: or\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Odia\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: or\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/pa.po b/po/openbeautyfacts/pa.po deleted file mode 100644 index 4fd98914b56af..0000000000000 --- a/po/openbeautyfacts/pa.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Punjabi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pa-IN\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "ਵੈੱਬਸਾਈਟ: https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/pl.po b/po/openbeautyfacts/pl.po deleted file mode 100644 index a1172ea1e6776..0000000000000 --- a/po/openbeautyfacts/pl.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Polish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pl\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=pl" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/pl/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts zbiera informacje i dane o produktach kosmetycznych z całego świata." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Ta strona produktu jest niekompletna. Możesz nam pomóc w dokończeniu tego zadania, edytując go i dodając więcej danych z dostępnych zdjęć, lub robiąc nowe zdjęci za pomocą aplikacji mobilnej dla Androida lub iPhone/iPad. Dziękujemy!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> jest tworzony przez stowarzyszenie non-profit, niezależne od przemysłu. Jest on realizowany przez wszystkich i finansowany przez wszystkich. Możesz wspierać naszą pracę przez przekazując darowiznę na Open Beauty Facts oraz korzystając z wyszukiwarki Lilo.
Dziękujemy!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Wspomóż Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Szampon przeciwłupieżowy, wybielająca pasta do zębów" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Wspólna, bezpłatna i otwarta baza danych składników oraz informacje o produktach kosmetycznych z całego świata" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "oraz grupa na Facebooku dla współtwórców" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Wspólna, bezpłatna i otwarta baza danych produktów kosmetycznych z całego świata." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Szampon przeciwłupieżowy" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-Perspirant Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "To Open Beauty Hunt dnia <> od soboty 21 lutego do niedzieli 1 marca! Współtwórcy otrzymują\n" -"punkty Odkrywców za produkty, które dodają, i punkty Ambasadora dla nowych współtwórców, którzy rekrutują. Punkty są aktualizowane co 30 minut." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "W Chrome, Firefox i Safari możesz wybrać wiele zdjęć (produktu, składników itp.) klikając przytrzymując klawisz Ctrl by dodać je na raz." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Wyszukiwarka produktów Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/otwórz-aplikację-mobilną-beauty-facts" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/pt.po b/po/openbeautyfacts/pt.po deleted file mode 120000 index b78e314b7a6ba..0000000000000 --- a/po/openbeautyfacts/pt.po +++ /dev/null @@ -1 +0,0 @@ -pt_PT.po \ No newline at end of file diff --git a/po/openbeautyfacts/pt_BR.po b/po/openbeautyfacts/pt_BR.po deleted file mode 100644 index d8208c1a39d21..0000000000000 --- a/po/openbeautyfacts/pt_BR.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Portuguese, Brazilian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pt-BR\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://br.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=pt" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/pt/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts reune dados e informação sobre produtos cosméticos de todo o mundo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Esta página de produto não está completa. Você pode ajudar a completá-la editando e adicionando mais dados nas fotos existentes ou tirando mais fotos usando a App para AndroidiPhone/iPad. Obrigado!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Doar

<> é feito por uma associação sem fins lucrativos, de forma independente. É feito para todos, por todos, e financiado por todos. Você pode apoiar nosso trabalho doando para Open Beauty Facts e também usando o mecanismo de busca Lilo.
Obrigado!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Faça uma doação para o Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Xampu anticaspa, creme dental branqueador" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Um banco de dados colaborativo, aberto e gratuito de ingredientes e informações sobre produtos cosméticos de todo o mundo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "e o grupo do Facebook para colaboradores" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Um banco de dados colaborativo, aberto e gratuito de produtos cosméticos de todo o mundo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Shampoo anti-caspa" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Antitranspirante Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://br.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "É a Open Food Hunt no <> de Sábado, 21 de Fevereiro a Domingo, 1 de Março! Os participantes são recompensados com pontos de Explorador para os produtos que adicionarem e com pontos de Embaixador para aqueles que recrutarem novos colaboradores. Os pontos são atualizados a cada 30 minutos." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Com o Chrome, Firefox e Safari, você pode selecionar várias fotos (produto, ingredientes, etc.) clicando nelas enquanto pressiona a tecla Ctrl para adicioná-las todas de uma só vez." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Pesquisa de produtos do Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA / ÁGUA, SULFATO DE LÍTIO DE SÓDIO, COCOAMPHODIACETATE DE DISÓDIO, GLICOL DISTEARADO, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/pt_PT.po b/po/openbeautyfacts/pt_PT.po deleted file mode 100644 index c0980300f596c..0000000000000 --- a/po/openbeautyfacts/pt_PT.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Portuguese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pt-PT\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://pt.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=pt" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/pt/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts reune dados e informação sobre produtos cosméticos de todo o mundo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Esta página de produto não está completa. Pode ajudar a completá-la editando-la e adicionando mais dados das fotografias existentes ou tirando mais fotos usando a aplicação para AndroidiPhone/iPad. Obrigado!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Fazer

<> é um projeto gerido por uma associação sem fins lucrativos, independente da indústria. É feito para todos, por todos e é financiado por todos. Pode apoiar o nosso trabalho fazendo um donativo ao Open Beauty Facts e também utilizando o motor de busca Lilo.
Obrigado!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Fazer um donativo ao Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Champô anti-caspa, pasta de dentes branqueadora" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Uma base de dados colaborativa, gratuita e aberta de ingredientes e informações sobre produtos cosméticos de todo o mundo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "e o grupo do Facebook para colaboradores" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Uma base de dados colaborativa, gratuita e aberta de produtos cosméticos de todo o mundo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Shampoo anti-caspa" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-Transpirante Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "É a Open Food Hunt no <> de Sábado, 21 de Fevereiro a Domingo, 1 de Março! Os participantes são recompensados com pontos de Explorador para os produtos que adicionarem e com pontos de Embaixador para as novas contribuições recrutadas. Os pontos são actualizados a cada 30 minutos." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Com o Chrome, Firefox e Safari, pode selecionar várias fotografias (produto, ingredientes, etc.) clicando nelas enquanto pressiona a tecla Ctrl para adicioná-las todas de uma só vez." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Pesquisa de produtos do Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA / ÁGUA, SULFATO DE LÍTIO DE SÓDIO, COCOAMPHODIACETATE DE DISÓDIO, GLICOL DISTEARADO, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world-pt.openfoodfacts.org" - diff --git a/po/openbeautyfacts/qu.po b/po/openbeautyfacts/qu.po deleted file mode 100644 index 138513f31eb25..0000000000000 --- a/po/openbeautyfacts/qu.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: qu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Quechua\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: qu\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/rm.po b/po/openbeautyfacts/rm.po deleted file mode 100644 index 1111f1046cf90..0000000000000 --- a/po/openbeautyfacts/rm.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: rm\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Romansh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: rm-CH\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ro.po b/po/openbeautyfacts/ro.po deleted file mode 100644 index 71d5f8ec0fac4..0000000000000 --- a/po/openbeautyfacts/ro.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Romanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ro\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=ro" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts adună informații și date despre produse alimentare din întreaga lume." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Această pagină de produse este incompletă. Puteți ajuta să o completați prin editarea acesteia și adăugarea mai multor date din fotografiile pe care le avem sau prin realizarea mai multor fotografii folosind aplicația pentru Android sau iPhone/iPad. Mulțumesc!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> este făcută de o asociație non-profit, independentă în industrie. Este făcut pentru toată lumea. Pentru a ne susține munca donați către Open Beauty Facts și pentru folosirea motorului de căutare Lilo.
Vă mulțumim

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Donați către Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Șampon împotriva mătreței, Pastă de dinți cu înălbire" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "O bază de date liberă, colaborativă și deschisă de ingrediente, și informații despre produsele cosmetice din toată lumea" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "și grupul de Facebook pentru contribuitori" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "O bază de date colaborativă, liberă și deschisă a produselor cosmetice din întreaga lume." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Șampon împotriva mătreței" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-Perspirant Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Este Open Beauty Hunt pe <> pe Sâmbătă 21 Februarie până Duminică 1 Martie! Contribuitorii li se acordă\n" -"puncte de Explorator pentru produsele pe care le adaugă și puncte de Ambasador pentru noii contribuitori pe care îi recrutează. Punctele sunt actualizate la fiecare 30 de minute." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Cu Chrome, Firefox și Safari, puteți selecta mai multe imagini (produs, ingrediente etc.) Apăsând clic pe ele, ținând apăsată tasta Ctrl apăsată pentru a le adăuga pe toate într-o singură lovitură." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Căutare de produse Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/APA, LAURIL SULFAT DE SODIU, COCOAMFODIACETATE DE DISODIUM, DISTEARAT DE GLICOL, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://ro.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ru.po b/po/openbeautyfacts/ru.po deleted file mode 100644 index 4861d4a1fd661..0000000000000 --- a/po/openbeautyfacts/ru.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Russian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ru\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=ru" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/ru/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts собирает информацию и данные о косметических продуктах со всего мира." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Эта страница продукта не завершена. Вы можете помочь заполнить её, отредактировав и добавив больше данных с фотографий, которые у нас есть, или сделав дополнительные фотографий с помощью приложения для Android или iPhone/iPad. Спасибо!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Помочь

<> создан некоммерческой ассоциацией, независимой от производителей отрасли. Это сделано для всех, всеми, и финансируется всеми. Вы можете поддержать нашу работу, сделав пожертвование для Open Beauty Facts, а также используя поисковую систему Lilo.
Спасибо!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Пожертвовать Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Шампунь против перхоти, отбеливающая зубная паста" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Совместная, бесплатная и открытая база данных ингредиентов, а также информация о косметических продуктах со всего мира" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "и Facebook группа для участников" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Совместная, бесплатная и открытая база данных косметики со всего мира." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Шампунь против перхоти" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Антиперспирант Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Это Open Beauty Hunt на <> с субботы 21 февраля до воскресенья 1 марта! Участники получают\n" -"баллы Исследователя за добавленные продукты и баллы Представителя за привлечение новых участников. Счёт обновляется каждые 30 минут." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ В Chrome, Firefox и Safari можно выбрать несколько файлов изображений (продукта, состава и т. п.), кликая по ним удерживая кнопку Ctrl, и загрузить их все одновременно." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Поиск продуктов Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://ru.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ry.po b/po/openbeautyfacts/ry.po deleted file mode 100644 index 10ea581f52b0b..0000000000000 --- a/po/openbeautyfacts/ry.po +++ /dev/null @@ -1,157 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ry\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-06-15 08:50\n" -"Language-Team: Rusyn\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ry-UA\n" -"X-Crowdin-File: /master/po/openbeautyfacts/openbeautyfacts.pot\n" -"X-Crowdin-File-ID: 442\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -#. make sure the image exists with your country code. https://static.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en-178x150.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openbeautyfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openbeautyfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://en.wiki.openbeautyfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfooodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sa.po b/po/openbeautyfacts/sa.po deleted file mode 100644 index a07666606c672..0000000000000 --- a/po/openbeautyfacts/sa.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sanskrit\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sa\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sat.po b/po/openbeautyfacts/sat.po deleted file mode 100644 index 8cecabb53d06e..0000000000000 --- a/po/openbeautyfacts/sat.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sat\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Santali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sat\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sc.po b/po/openbeautyfacts/sc.po deleted file mode 100644 index 4e450bd2b1518..0000000000000 --- a/po/openbeautyfacts/sc.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sc\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sardinian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sc\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sco.po b/po/openbeautyfacts/sco.po deleted file mode 100644 index ec0d0426c45e2..0000000000000 --- a/po/openbeautyfacts/sco.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sco\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Scots\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sco\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sd.po b/po/openbeautyfacts/sd.po deleted file mode 100644 index 63964fc457ea9..0000000000000 --- a/po/openbeautyfacts/sd.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sd\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sindhi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sd\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sg.po b/po/openbeautyfacts/sg.po deleted file mode 100644 index cad660da3c7bb..0000000000000 --- a/po/openbeautyfacts/sg.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sango\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sg\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sh.po b/po/openbeautyfacts/sh.po deleted file mode 100644 index 33bad112a035a..0000000000000 --- a/po/openbeautyfacts/sh.po +++ /dev/null @@ -1,157 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sh\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-06-15 08:58\n" -"Language-Team: Serbo-Croatian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sh\n" -"X-Crowdin-File: /master/po/openbeautyfacts/openbeautyfacts.pot\n" -"X-Crowdin-File-ID: 442\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -#. make sure the image exists with your country code. https://static.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en-178x150.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openbeautyfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openbeautyfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://en.wiki.openbeautyfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfooodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/si.po b/po/openbeautyfacts/si.po deleted file mode 100644 index a068ebdcf5d7c..0000000000000 --- a/po/openbeautyfacts/si.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: si\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sinhala\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: si-LK\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sk.po b/po/openbeautyfacts/sk.po deleted file mode 100644 index b609ae80c7eab..0000000000000 --- a/po/openbeautyfacts/sk.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Slovak\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sk\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/sl.po b/po/openbeautyfacts/sl.po deleted file mode 100644 index 93c01be91bab1..0000000000000 --- a/po/openbeautyfacts/sl.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Slovenian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sl\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts zbira informacije in podatke o kozmetičnih izdelkih z vsega sveta." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Prispevajte za Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Šampon proti prhljaju, belilna zobna pasta" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Skupna, brezplačna in odprta baza sestavin in informacij o kozmetičnih izdelkih z vsega sveta" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Skupna, brezplačna in odprta baza kozmetičnih izdelkov z vsega sveta." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Šampon proti prhljaju" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Iskanje izdelkov v Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world-sl.openfoodfacts.org" - diff --git a/po/openbeautyfacts/sma.po b/po/openbeautyfacts/sma.po deleted file mode 100644 index 3621b8b4207c4..0000000000000 --- a/po/openbeautyfacts/sma.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sma\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Sami\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sma\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sn.po b/po/openbeautyfacts/sn.po deleted file mode 100644 index fb32ea4edb116..0000000000000 --- a/po/openbeautyfacts/sn.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Shona\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sn\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/so.po b/po/openbeautyfacts/so.po deleted file mode 100644 index 12fe09dc4b3ca..0000000000000 --- a/po/openbeautyfacts/so.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: so\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Somali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: so\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/son.po b/po/openbeautyfacts/son.po deleted file mode 100644 index c19dd970f0bc9..0000000000000 --- a/po/openbeautyfacts/son.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: son\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Songhay\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: son\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sq.po b/po/openbeautyfacts/sq.po deleted file mode 100644 index 2c9b8c6b38b33..0000000000000 --- a/po/openbeautyfacts/sq.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Albanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sq\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sr.po b/po/openbeautyfacts/sr.po deleted file mode 100644 index e39bb704438a4..0000000000000 --- a/po/openbeautyfacts/sr.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Montenegrin (Cyrillic)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr-Cyrl-ME\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sr_CS.po b/po/openbeautyfacts/sr_CS.po deleted file mode 100644 index dcb9de742c414..0000000000000 --- a/po/openbeautyfacts/sr_CS.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Serbian (Latin)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr-CS\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en&hl=sr" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://rs.wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sr_RS.po b/po/openbeautyfacts/sr_RS.po deleted file mode 100644 index 7c2e89173ac98..0000000000000 --- a/po/openbeautyfacts/sr_RS.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Serbian (Cyrillic)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ss.po b/po/openbeautyfacts/ss.po deleted file mode 100644 index ebb659830f6ce..0000000000000 --- a/po/openbeautyfacts/ss.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ss\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swati\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ss\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/st.po b/po/openbeautyfacts/st.po deleted file mode 100644 index 280b7b9432376..0000000000000 --- a/po/openbeautyfacts/st.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: st\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Sotho\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: st\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/sv.po b/po/openbeautyfacts/sv.po deleted file mode 100644 index 6bbeacb5c173e..0000000000000 --- a/po/openbeautyfacts/sv.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swedish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sv-SE\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=sv" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts samlar information och data om kosmetiska produkter från hela världen." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Denna produktsida är inte komplett. Du kan hjälpa till att slutföra den genom att redigera den och lägga till mer data från de foton vi har, eller genom att ta fler bilder med appen för Android eller iPhone/iPad. Tack!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> är skapad av en ideell förening, oberoende av industrin. Den är gjord för allt, av alla och är finansierad av alla. Du kan stödja vårt arbete genom att donera till Open Beauty Facts och genom att använda Lilo-sökmotorn.
Tack!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Donera till Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Schampo mot mjäll, blekande tandkräm" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "En gemensam, gratis och öppen databas med ingredienser och information om kosmetiska produkter från hela världen" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "och Facebook-gruppen för bidragsgivare" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "En gemensam, gratis och öppen databas med kosmetiska produkter från hela världen." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Anti-mjällschampo" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Anti-perspirant Stressskydd" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Det är Open Beauty Hunt på <> från lördag 21 februari till söndag 1 mars! Bidragsgivare tilldelas\n" -"Explorer-poäng för produkter de lägger till och ambassadörspoäng för nya bidragsgivare som de rekryterar. Poäng uppdateras var 30: e minut." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Med Chrome, Firefox och Safari kan du välja flera bilder (produkt, ingredienser etc.) genom att klicka på dem samtidigt som du håller ned Ctrl-tangenten för att lägga till alla i en bild." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Öppna skönhetsfakta produktsökning" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "VATTEN/VATTEN, NATRIUMLAURETSULFAT, NATRIUMKOKOAMPFODIACETAT, GLYKOL DISTEARAT, KOKAMIDMEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/sw.po b/po/openbeautyfacts/sw.po deleted file mode 100644 index e67f9a8f5de45..0000000000000 --- a/po/openbeautyfacts/sw.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sw\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swahili\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sw\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ta.po b/po/openbeautyfacts/ta.po deleted file mode 100644 index b928ce2a2fafe..0000000000000 --- a/po/openbeautyfacts/ta.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ta\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tamil\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ta\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/te.po b/po/openbeautyfacts/te.po deleted file mode 100644 index 3d2e1f01d2c45..0000000000000 --- a/po/openbeautyfacts/te.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: te\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Telugu\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: te\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/tg.po b/po/openbeautyfacts/tg.po deleted file mode 100644 index 9c219bbaa58ee..0000000000000 --- a/po/openbeautyfacts/tg.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tajik\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tg\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/th.po b/po/openbeautyfacts/th.po deleted file mode 100644 index 9eb5b25bb3ffa..0000000000000 --- a/po/openbeautyfacts/th.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: th\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Thai\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: th\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=th" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts ได้รวบรวมข่าวสารและข้อมูลเกี่ยวกับผลิตภัณฑ์เครื่องสำอางจากทั่วโลก" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "หน้าของผลิตภัณฑ์นี้ยังไม่สมบูรณ์ คุณสามารถช่วยได้โดยการแก้ไขและเพิ่มข้อมูลจากรูปภาพที่เรามี หรือถ่ายรูปเพิ่มเติมผ่านแอปพลิเคชันบน AndroidหรือiPhone/iPad ขอบคุณเป็นอย่างยิ่ง!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "บริจาคให้กับ Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ti.po b/po/openbeautyfacts/ti.po deleted file mode 100644 index eb0eddb00a739..0000000000000 --- a/po/openbeautyfacts/ti.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ti\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tigrinya\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ti\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/tl.po b/po/openbeautyfacts/tl.po deleted file mode 100644 index bb8a04c82c1b4..0000000000000 --- a/po/openbeautyfacts/tl.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tagalog\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tl\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts ay kumukuha nga mga impormasiyon at datos sa mga produktong pampaganda mula sa buong mundo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/tn.po b/po/openbeautyfacts/tn.po deleted file mode 100644 index 33c37453705b0..0000000000000 --- a/po/openbeautyfacts/tn.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tswana\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tn\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/tr.po b/po/openbeautyfacts/tr.po deleted file mode 100644 index 262960ed9baca..0000000000000 --- a/po/openbeautyfacts/tr.po +++ /dev/null @@ -1,137 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Turkish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tr\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=tr" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts, dünyadaki kozmetik ürünler hakkında bilgi ve veri toplar." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Bu ürün sayfası tamamlanmadı. Düzenleyerek ve elimizdeki fotoğraflardan daha fazla veri ekleyerek, ya da Android veya iPhone/iPad uygulamalarını kullanarak daha fazla fotoğraf çekerek tamamlanmasına yardım edebilirsiniz. Teşekkürler!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Open

<>, kar amacı gütmeyen bir kuruluş tarafından sektörden bağımsız olarak yapılmıştır. Herkes tarafından, herkes için yapılmış ve herkes tarafından finanse edilmiştir. Çalışmalarımızı Open Beauty Facts'e bağışta bulunarak ve ayrıca Lilo arama motorunu kullanarak destekleyebilirsin.
Teşekkürler!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Open Beauty Facts'e Bağışta Bulun" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Kepeğe karşı etkili şampuan, Beyazlatıcı diş macunu" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Dünyanın dört bir yanından kozmetik ürünlerle ilgili içindekiler ve bilgilerin bulunduğu işbirliğine dayalı, özgür ve açık bir veritabanı" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "ve katkıda bulunanlar için Facebook grubu" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Dünyanın dört bir yanından kozmetik ürünlerin bulunduğu işbirliğine dayalı, özgür ve açık bir veritabanı." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Kepeğe karşı etkili şampuan" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Terlemeye Karşı Stress Protect" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "21 Şubat Cumartesi'den 1 Mart 1 Pazar'a kadar <> adresinde Açık Güzellik Avı! Katkıda bulunanlara ekledikleri\n" -"ürünler için Kaşif puanları ve kazandırdıkları yeni katılımcılar için Elçi puanları verilir. Puanlar 30 dakikada bir güncellenir." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome, Firefox ve Safari ile, Ctrl tuşunu basılı tutup üzerlerine tıklayarak birden fazla resim (ürün, içindekiler vb.) seçerek hepsini tek seferde ekleyebilirsiniz." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts ürün arama" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/SU, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, \n" -"COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ts.po b/po/openbeautyfacts/ts.po deleted file mode 100644 index e02cb7d5bb2aa..0000000000000 --- a/po/openbeautyfacts/ts.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ts\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tsonga\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ts\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/tt.po b/po/openbeautyfacts/tt.po deleted file mode 100644 index 91e31ae6d58f7..0000000000000 --- a/po/openbeautyfacts/tt.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tatar\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tt-RU\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/tw.po b/po/openbeautyfacts/tw.po deleted file mode 100644 index ff9d910538bcf..0000000000000 --- a/po/openbeautyfacts/tw.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tw_TW\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Akan, Twi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tw\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ty.po b/po/openbeautyfacts/ty.po deleted file mode 100644 index 3dcce7f0944bb..0000000000000 --- a/po/openbeautyfacts/ty.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ty\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tahitian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ty\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/tzl.po b/po/openbeautyfacts/tzl.po deleted file mode 100644 index 752b170bc07ad..0000000000000 --- a/po/openbeautyfacts/tzl.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tzl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Talossan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tzl\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ug.po b/po/openbeautyfacts/ug.po deleted file mode 100644 index ef5752bfed819..0000000000000 --- a/po/openbeautyfacts/ug.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ug\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Uyghur\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ug\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/uk.po b/po/openbeautyfacts/uk.po deleted file mode 100644 index 9ef7ecaf56aeb..0000000000000 --- a/po/openbeautyfacts/uk.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Ukrainian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: uk\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts збирає інформацію та дані про косметичні продукти з усього світу." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Ця сторінка продукту не є повною. Ви можете допомогти її заповнити, редагуючи її та додаючи більше даних з наших фотографій або роблячи більше фотографій, використовуючи додаток для Android або Iphone/Ipad. Дякуємо вам!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> створено некомерційною асоціацією, незалежною від галузі. Вона створена для всіх, всіма, і фінансується всіма. Ви можете підтримати наші старання пожертвою на для Open Beauty Facts а також на , використовуючи пошукову систему Lilo.
Дякуємо вам!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "зробіть донат на Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Шампунь проти лупи, Відбілювальна зубна паста" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Кооперативна, безкоштовна і відкрита база даних інгредієнтів, та інформація про косметичні продукти з усього світу" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "та група Facebook для учасників" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Кооперативна, безкоштовна та відкрита база даних косметичних продуктів з усього світу." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org/" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Шампунь проти лупи" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Дезодорант захист від стресу" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Триває Open Beauty Полювання на <> з суботи 21 лютого до неділі 1 березня! Учасники винагороджуються очками Дослідника для продукту, який вони додають і очки Амбасадора для нових учасників, яких вони набирають. Очки оновлюються кожні 30 хвилин." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ За допомогою Chrome, Firefox і Safari ви можете вибрати декілька зображень (продукти, інгредієнти тощо), натискаючи на них та затискаючи клавішу Ctrl, щоб додати їх всі за один знімок." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Пошук продуктів Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "АКВА/ВОДА, ЛАУРЕТСУЛЬФАТ НАТРІЮ, ДИНАТРІЄВИЙ КОКОАМФОДІАЦЕТАТ, ГЛІКОЛЕВИЙ ДИСТЕАРАТ, КОКАМІД MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://ua.openfoodfacts.org" - diff --git a/po/openbeautyfacts/ur.po b/po/openbeautyfacts/ur.po deleted file mode 100644 index f23fa91b0eea4..0000000000000 --- a/po/openbeautyfacts/ur.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ur\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Urdu (India)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ur-IN\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/uz.po b/po/openbeautyfacts/uz.po deleted file mode 100644 index 204ffefc4daed..0000000000000 --- a/po/openbeautyfacts/uz.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uz\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Uzbek\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: uz\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/val.po b/po/openbeautyfacts/val.po deleted file mode 100644 index c420695d38c37..0000000000000 --- a/po/openbeautyfacts/val.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: val\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Valencian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: val-ES\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/ve.po b/po/openbeautyfacts/ve.po deleted file mode 100644 index 0a8015ee7966e..0000000000000 --- a/po/openbeautyfacts/ve.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ve\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Venda\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ve\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/vec.po b/po/openbeautyfacts/vec.po deleted file mode 100644 index 9bb87dfa91d05..0000000000000 --- a/po/openbeautyfacts/vec.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vec\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Venetian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vec\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/vi.po b/po/openbeautyfacts/vi.po deleted file mode 100644 index d7feab42eb186..0000000000000 --- a/po/openbeautyfacts/vi.po +++ /dev/null @@ -1,136 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Vietnamese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vi\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=vi" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts tổng hợp thông tin và dữ liệu về mỹ phẩm trên toàn thế giới." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Trang sản phẩm này chưa hoàn chỉnh. Bạn có thể giúp hoàn thành nó bằng cách chỉnh sửa nó và thêm nhiều dữ liệu hơn từ ảnh chúng tôi có, hoặc bằng cách chụp nhiều ảnh hơn bằng ứng dụng dành cho Android hoặc iPhone / iPad. Cảm ơn bạn!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> được thực hiện bởi một hiệp hội phi lợi nhuận, độc lập với ngành. Nó được tạo ra cho tất cả mọi người, bởi tất cả mọi người, và nó được tài trợ bởi tất cả mọi người. Bạn có thể ủng hộ công việc của chúng tôi bằng cách đóng góp cho Open Beauty Factsbằng cách sử dụng công cụ tìm kiếm Lilo.
Xin cảm ơn!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "Quyên góp cho Open Beauty Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "Nivea, Nivea Men" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "Dầu gội trị gàu, kem đánh răng làm trắng" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "Cơ sở dữ liệu hợp tác, tự do và cởi mở về các thành phần, và thông tin về các sản phẩm mỹ phẩm từ khắp nơi trên thế giới" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "và nhóm Facebook dành cho những người đóng góp" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "Cơ sở dữ liệu hợp tác, miễn phí và mở về các sản phẩm mỹ phẩm từ khắp nơi trên thế giới." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "Dầu gội trị gàu" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "Mỹ phẩm ngăn đổ mồ hôi" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Đó là Open Beauty Hunt vào <> từ Thứ Bảy ngày 21 tháng Hai đến Chủ Nhật ngày 1 tháng Ba! Các người dùng đóng góp được treo thưởng\n" -"điểm Khám phá cho các sản phẩm họ thêm vào và điểm Đại sứ cho những cộng tác viên mới mà họ kêu gọi tham gia cùng. Điểm được cập nhật sau mỗi 30 phút." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Với Chrome, Firefox và Safari, bạn có thể chọn nhiều ảnh (sản phẩm, thành phần, v. v.) bằng cách nhấp vào chúng trong khi nhấn giữ phím Ctrl để thêm tất cả chúng trong một lần chụp." - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Tìm kiếm sản phẩm trên Open Beauty Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "NƯỚC, NATRI LAURETH SUNFAT, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMITE DEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/vls.po b/po/openbeautyfacts/vls.po deleted file mode 100644 index f0d6a29bc22bd..0000000000000 --- a/po/openbeautyfacts/vls.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vls\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Flemish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vls-BE\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/wa.po b/po/openbeautyfacts/wa.po deleted file mode 100644 index 83feda28f4327..0000000000000 --- a/po/openbeautyfacts/wa.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: wa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Walloon\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: wa\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/wo.po b/po/openbeautyfacts/wo.po deleted file mode 100644 index e29929ce002ce..0000000000000 --- a/po/openbeautyfacts/wo.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: wo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Wolof\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: wo\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/xh.po b/po/openbeautyfacts/xh.po deleted file mode 100644 index 9c5d20af4778b..0000000000000 --- a/po/openbeautyfacts/xh.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: xh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Xhosa\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: xh\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/yi.po b/po/openbeautyfacts/yi.po deleted file mode 100644 index 20e7378a5d7c1..0000000000000 --- a/po/openbeautyfacts/yi.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: yi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Yiddish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: yi\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/yo.po b/po/openbeautyfacts/yo.po deleted file mode 100644 index 8361effe82f58..0000000000000 --- a/po/openbeautyfacts/yo.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: yo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Yoruba\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: yo\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org" - diff --git a/po/openbeautyfacts/zea.po b/po/openbeautyfacts/zea.po deleted file mode 100644 index d0fcd81819609..0000000000000 --- a/po/openbeautyfacts/zea.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zea\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Zeelandic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zea\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/zh.po b/po/openbeautyfacts/zh.po deleted file mode 120000 index faaea5b9501b2..0000000000000 --- a/po/openbeautyfacts/zh.po +++ /dev/null @@ -1 +0,0 @@ -zh_CN.po \ No newline at end of file diff --git a/po/openbeautyfacts/zh_CN.po b/po/openbeautyfacts/zh_CN.po deleted file mode 100644 index 9d3edbc82c630..0000000000000 --- a/po/openbeautyfacts/zh_CN.po +++ /dev/null @@ -1,137 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Simplified\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=zh_cn" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/cn/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "了解更多关于Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts 收集全球有关化妆品的信息和数据。" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "打开BeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "这个产品页还没有更新完成,你可以通过编辑它或者在我们已有的图片加入更多的数据促使更加完整,也可以通过使用app上传更多的照片。\n" -"Android or iPhone/iPad. \n" -"谢谢!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<>这个网址是是由一个独立于行业的非营利性组织制作的。它为所有人制作,被所有人所编辑,也由所有人给予资金支持。你可以通过网站:给Open Food Facts捐款,也可以在 使用Lilo搜索引擎
谢谢!

" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "给Open Beauty Facts捐款" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "https://www.facebook.com/OpenBeautyFacts" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "妮维雅,妮维雅男士" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "去屑洗发水,美白牙膏" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "这是一个合作、免费并且公开的食物数据库,也提供来自全世界的化妆产品信息。" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "以及 Facebook 贡献者群组" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "一个相互协助、开放、免费的全球化妆品数据库。" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "去屑洗发水" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "爽身止汗" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "这是 Open Beauty Hunt 在 <> 从 2 月 21日至 3 月 1日的表现!贡献者通过添加产品数据获得“探索者”积分,通过招募新的贡献者获得“推荐大使”积分。积分每 30 分钟更新一次。" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ 使用 Chrome、Firefox 和 Safari 浏览器时,您可以一次添加多张图片 (产品、成分等),只需在点击图片时按住 Ctrl 键即可。" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "Open Beauty Facts 产品搜索" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "/open-beauty-facts-mobile-app" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world-zh.openfoodfacts.org" - diff --git a/po/openbeautyfacts/zh_HK.po b/po/openbeautyfacts/zh_HK.po deleted file mode 100644 index 26e00781483c8..0000000000000 --- a/po/openbeautyfacts/zh_HK.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Traditional, Hong Kong\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-HK\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=zh_hk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts 收集了世界各地美妝品的資訊與數據。" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "一個協作,免費,公開,有關全球美妝產品成分與資料的數據庫" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "一個集體,免費,公開,有關全球化妝產品的數據庫。" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "http://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "去屑洗髮露" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openbeautyfacts/zh_TW.po b/po/openbeautyfacts/zh_TW.po deleted file mode 100644 index d55d25e32420d..0000000000000 --- a/po/openbeautyfacts/zh_TW.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Traditional\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=zh_tw" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "Open Beauty Facts" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "Open Beauty Facts 收集了世界各地美妝品的資訊與數據。" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "OpenBeautyFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "https://world.openfoodfacts.org/" - diff --git a/po/openbeautyfacts/zu.po b/po/openbeautyfacts/zu.po deleted file mode 100644 index 78183b57306ee..0000000000000 --- a/po/openbeautyfacts/zu.po +++ /dev/null @@ -1,135 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Zulu\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zu\n" -"X-Crowdin-File-ID: 3125\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openbeautyfacts.org/images/apps/obf.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openbeautyfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Beauty Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Beauty Facts gathers information and data on cosmetic products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenBeautyFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Beauty Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenBeautyFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nivea, Nivea Men" -msgstr "" - -msgctxt "categories_example" -msgid "Anti-dandruff shampoo, Whitening toothpaste" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, and information on cosmetic products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of cosmetic products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Anti-dandruff shampoo" -msgstr "" - -msgctxt "product_name_example" -msgid "Anti-Perspirant Stress Protect" -msgstr "" - -#. make sure the image exists with your country code. https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png Otherwise, ask @teolemon how to create a translated logo -msgctxt "og_image_url" -msgid "https://world.openbeautyfacts.org/images/misc/openbeautyfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Beauty Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Beauty Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-beauty-facts-mobile-app" -msgstr "" - -# Do not translate -msgctxt "footer_obf" -msgid "Open Food Facts" -msgstr "Open Food Facts" - -# Do not translate -msgctxt "footer_obf_link" -msgid "https://world.openfoodfacts.org" -msgstr "" - diff --git a/po/openfoodfacts/aa.po b/po/openfoodfacts/aa.po deleted file mode 100644 index d921ec7f0b7e0..0000000000000 --- a/po/openfoodfacts/aa.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: aa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Afar\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: aa\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ach.po b/po/openfoodfacts/ach.po deleted file mode 100644 index d35b32f971b65..0000000000000 --- a/po/openfoodfacts/ach.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ach\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Acholi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ach\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/af.po b/po/openfoodfacts/af.po deleted file mode 100644 index adb472e013ae9..0000000000000 --- a/po/openfoodfacts/af.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: af\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Afrikaans\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: af\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Kry die Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 miljoen handtekeninge vir 'n stem om die Nutri-Score verpligtend in Europa te maak" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Ontdek die Nova-groepe oor voedselverwerking" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Help om Open Food Facts na Engelssprekendes regoor die wêreld te bring" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Help voedseldeursigtigheid wêreldwyd deur te skenk aan Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Hou jy van Open Food Facts? Jy kan dit in die Play Winkel gradeer." - diff --git a/po/openfoodfacts/ak.po b/po/openfoodfacts/ak.po deleted file mode 100644 index 46ba388c0181a..0000000000000 --- a/po/openfoodfacts/ak.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ak\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Akan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ak\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/am.po b/po/openfoodfacts/am.po deleted file mode 100644 index e2d4b6fdc9831..0000000000000 --- a/po/openfoodfacts/am.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: am\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Amharic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: am\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ar.po b/po/openfoodfacts/ar.po deleted file mode 100644 index b9f1ebea6ce94..0000000000000 --- a/po/openfoodfacts/ar.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Arabic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ar\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "اكتشف Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "مليون توقيع للتصويت لجعل Nutri-Score إلزامية في أوروبا" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "اكتشف مجموعات نوفا في مجال معالجة الأغذية" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "ساعد في جلب Open Food Facts للمتحدثين باللغة الإنجليزية في جميع أنحاء العالم" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "ساعد في شفافية الغذاء في جميع أنحاء العالم من خلال التبرع ل Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "هل تحب Open Food Facts؟ يمكنك تقييمه في متجر Play." - diff --git a/po/openfoodfacts/as.po b/po/openfoodfacts/as.po deleted file mode 100644 index a848e7cc1ae12..0000000000000 --- a/po/openfoodfacts/as.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: as\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Assamese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: as\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ast.po b/po/openfoodfacts/ast.po deleted file mode 100644 index 7570bcd416bf1..0000000000000 --- a/po/openfoodfacts/ast.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ast\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Asturian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ast\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/az.po b/po/openfoodfacts/az.po deleted file mode 100644 index 5d5ceb74bd865..0000000000000 --- a/po/openfoodfacts/az.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: az\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Azerbaijani\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: az\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/be.po b/po/openfoodfacts/be.po deleted file mode 100644 index 9b767ba24198e..0000000000000 --- a/po/openfoodfacts/be.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: be\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Belarusian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n%100>=11 && n%100<=14 ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: be\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Адкрыйце для сябе Nutri-ацэнку" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 мільён подпісаў за тое, каб зрабіць Nutri-ацэнку абавязковай у Еўропе" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Дапамажыце данесці Open Food Facts да носьбітаў беларускай мовы ва ўсім свеце" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Дапамажыце зрабіць «празрыстымі» прадукты харчавання ва ўсім свеце, ахвяруючы на Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Вам падабаецца Open Food Facts? Вы можаце ацаніць яго ў Play Store." - diff --git a/po/openfoodfacts/ber.po b/po/openfoodfacts/ber.po deleted file mode 100644 index afaf3469a4f8d..0000000000000 --- a/po/openfoodfacts/ber.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ber\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Berber\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=((n>=0 && n<=1) || (n>=11 && n<=99) ? 0 : 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ber\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/bg.po b/po/openfoodfacts/bg.po deleted file mode 100644 index 0c186ede566ed..0000000000000 --- a/po/openfoodfacts/bg.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bulgarian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bg\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Открий Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 милион подписа за гласуване да се направи Nutri-Score Резултатът задължителен в Европа" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Открий групите Nova за обработка на храните" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Помогни да донесем Open Food Facts до англоговорящите по света" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Помогни за прозрачността на храните в световен мащаб, като дариш на Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Харесваш ли Open Food Facts ? Дай своята оценка в Play Store." - diff --git a/po/openfoodfacts/bm.po b/po/openfoodfacts/bm.po deleted file mode 100644 index bab5019b93281..0000000000000 --- a/po/openfoodfacts/bm.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bm\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bambara\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bm\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/bn.po b/po/openfoodfacts/bn.po deleted file mode 100644 index 816d591a2a925..0000000000000 --- a/po/openfoodfacts/bn.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bengali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bn\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "নিউট্রি-স্কোর আবিষ্কার করো" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "ইউরোপে নিউট্রি-স্কোর বাধ্যতামূলক করতে ভোটের জন্য ১০ লক্ষ্য স্বাক্ষর প্রয়োজন" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "খাদ্য প্রক্রিয়াকরণের উপর নোভা গ্রুপগুলোর কার্যক্রম আবিষ্কার করো" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "বিশ্বজুড়ে ইংরেজি ভাষাভাষীদের কাছে ওপেন ফুড ফ্যাক্ট আনতে সাহায্য করো" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "ওপেন ফুড ফ্যাক্টসকে দান করে বিশ্বব্যাপী খাদ্য স্বচ্ছতা নিশ্চিতে সহায়তা করো" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "আপনি কি ওপেন ফুড ফ্যাক্ট পছন্দ করেন? প্লে স্টোরে আপনি আমাদের রেট করতে পারেন।" - diff --git a/po/openfoodfacts/bo.po b/po/openfoodfacts/bo.po deleted file mode 100644 index e2ea15ffbe36f..0000000000000 --- a/po/openfoodfacts/bo.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tibetan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bo-BT\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/br.po b/po/openfoodfacts/br.po deleted file mode 100644 index 5fd20c83d5ebb..0000000000000 --- a/po/openfoodfacts/br.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: br\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Breton\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=5; plural=(n%10==1 && (n%100!=11 || n%100!=71 || n%100!=91) ? 0 : n%10==2 && (n%100!=12 || n%100!=72 || n%100!=92) ? 1 : ((n%10>=3 && n%10<=4) || n%10==9) && ((n%100 < 10 || n%100 > 19) || (n%100 < 70 || n%100 > 79) || (n%100 < 90 || n%100 > 99)) ? 2 : (n!=0 && n%1;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: br-FR\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Ober anaoudegezh gant an Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/bs.po b/po/openfoodfacts/bs.po deleted file mode 100644 index 49de8b2610231..0000000000000 --- a/po/openfoodfacts/bs.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bosnian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bs\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ca.po b/po/openfoodfacts/ca.po deleted file mode 100644 index 0f264f166a634..0000000000000 --- a/po/openfoodfacts/ca.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Catalan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ca\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Descobriu el Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 milió de signatures perquè el Nutri-Score sigui obligatori a Europa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Descobriu els grups Nova sobre el processat dels aliments" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Ajudeu a portar l'Open Food Facts a les persones de parla anglesa d'arreu del món" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Ajudeu a la transparència alimentària arreu del món fent un donatiu a Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Us agrada Open Food Facts? Podeu fer-ne una valoració a la Play Store." - diff --git a/po/openfoodfacts/ce.po b/po/openfoodfacts/ce.po deleted file mode 100644 index cc07e1e826fe5..0000000000000 --- a/po/openfoodfacts/ce.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ce\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chechen\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ce\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/chr.po b/po/openfoodfacts/chr.po deleted file mode 100644 index 9578a05dabee2..0000000000000 --- a/po/openfoodfacts/chr.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: chr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Cherokee\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: chr\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/co.po b/po/openfoodfacts/co.po deleted file mode 100644 index 549fc3202a00f..0000000000000 --- a/po/openfoodfacts/co.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: co\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Corsican\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: co\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/crs.po b/po/openfoodfacts/crs.po deleted file mode 100644 index 472b879871bbd..0000000000000 --- a/po/openfoodfacts/crs.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: crs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Seychellois Creole\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: crs\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/cs.po b/po/openfoodfacts/cs.po deleted file mode 100644 index aaf673465db42..0000000000000 --- a/po/openfoodfacts/cs.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Czech\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cs\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Zjistit víc o Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 milion podpisů, aby se Nutri-Score zavedlo povinně pro celou Evropu" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Objevte skupiny Nova o zpracování potravin" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Pomozte přivést Open Food Facts do anglicky mluvících zemí po celém světě" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Podpořte celosvětovou transparentnost potravin tím, že přispějete Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Líbí se vám Open Food Facts? Můžete ji ohodnotit v Obchodě Play." - diff --git a/po/openfoodfacts/cv.po b/po/openfoodfacts/cv.po deleted file mode 100644 index 3f6761331e558..0000000000000 --- a/po/openfoodfacts/cv.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chuvash\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cv\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/cy.po b/po/openfoodfacts/cy.po deleted file mode 100644 index 50ee0476b7559..0000000000000 --- a/po/openfoodfacts/cy.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cy\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Welsh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cy\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/da.po b/po/openfoodfacts/da.po deleted file mode 100644 index cc6efa20dc1c5..0000000000000 --- a/po/openfoodfacts/da.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: da\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Danish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: da\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Find Nutri-Scoren" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 million signaturer i en afstemning om at gøre Nutri-Score obligatorisk i Europa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Find Nova-grupperne om fødevareforarbejdning" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Hjælp med at gøre Open Food Facts tilhængelig for engelsktalende verden over" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Støt fødevaregennemsigtighed verden over ved at donere til Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Synes du om Open Food Facts? Du kan bedømme den i Play Butik." - diff --git a/po/openfoodfacts/de.po b/po/openfoodfacts/de.po deleted file mode 100644 index 82c95e9505269..0000000000000 --- a/po/openfoodfacts/de.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: de\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: German\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: de\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Entdecken Sie den Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 Million Unterschriften für eine Abstimmung, um den Nutri-Score in Europa verpflichtend einzuführen." - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Entdecken Sie die Nova-Gruppen zur Lebensmittelverarbeitung" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Helfen Sie mit, Open Food Facts weltweit unter englischsprachige Menschen zu bringen" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Helfen Sie mit, weltweit die Transparenz bei Lebensmitteln durch Spenden an Open Food Facts zu erhöhen" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Gefällt Ihnen Open Food Facts? Sie können es im Play Store bewerten." - diff --git a/po/openfoodfacts/el.po b/po/openfoodfacts/el.po deleted file mode 100644 index 7a84f81be20b1..0000000000000 --- a/po/openfoodfacts/el.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: el\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Greek\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: el\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Ανακαλύψτε το Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 εκατομμύριο υπογραφές για ψηφοφορία για να καταστεί υποχρεωτικό το Nutri-Score στην Ευρώπη" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Ανακαλύψτε τις ομάδες Nova για την επεξεργασία τροφίμων" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Βοηθήστε να φέρουμε το Open Food Facts στους αγγλόφωνους σε όλο τον κόσμο" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Βοηθήστε τη διαφάνεια των τροφίμων παγκοσμίως κάνοντας δωρεές στο Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Σας αρέσει το Open Food Facts ? Μπορείτε να το αξιολογήσετε στο Play Store." - diff --git a/po/openfoodfacts/en.po b/po/openfoodfacts/en.po deleted file mode 100644 index 0cf0501a4d285..0000000000000 --- a/po/openfoodfacts/en.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Discover the Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Discover the Nova groups on food processing" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Help bring Open Food Facts to English speakers around the world" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Help food transparency worldwide by donating to Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Do you like Open Food Facts ? You can rate it in the Play Store." - diff --git a/po/openfoodfacts/en_AU.po b/po/openfoodfacts/en_AU.po deleted file mode 100644 index 0a14553e9b207..0000000000000 --- a/po/openfoodfacts/en_AU.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_AU\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English, Australia\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en-AU\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Discover the Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Discover the Nova groups on food processing" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Help bring Open Food Facts to English speakers around the world" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Help food transparency worldwide by donating to Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Do you like Open Food Facts ? You can rate it in the Play Store." - diff --git a/po/openfoodfacts/en_GB.po b/po/openfoodfacts/en_GB.po deleted file mode 100644 index 8e8d66aa56f8b..0000000000000 --- a/po/openfoodfacts/en_GB.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English, United Kingdom\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en-GB\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Discover the Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Discover the Nova groups on food processing" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Help bring Open Food Facts to English speakers around the world" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Help food transparency worldwide by donating to Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Do you like Open Food Facts ? You can rate it in the Play Store." - diff --git a/po/openfoodfacts/eo.po b/po/openfoodfacts/eo.po deleted file mode 100644 index 8963ddc2c9f09..0000000000000 --- a/po/openfoodfacts/eo.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Esperanto\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: eo\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/es.po b/po/openfoodfacts/es.po deleted file mode 100644 index b530c9307ce19..0000000000000 --- a/po/openfoodfacts/es.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: es\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Spanish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: es-ES\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Descubre el Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 millón de firmas para votar a favor de que el Nutri-Score sea obligatorio en Europa." - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Descubre los grupos Nova sobre el procesamiento de alimentos" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Ayuda a llevar Open Food Facts a personas que hablan español en todo el mundo." - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Promueve la transparencia alimentaria en todo el mundo donando a Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "¿Te gusta Open Food Facts? Puedes puntuarlo en la Play Store." - diff --git a/po/openfoodfacts/et.po b/po/openfoodfacts/et.po deleted file mode 100644 index 218e11a0af809..0000000000000 --- a/po/openfoodfacts/et.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: et\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Estonian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: et\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/eu.po b/po/openfoodfacts/eu.po deleted file mode 100644 index 47ed7b4220cf6..0000000000000 --- a/po/openfoodfacts/eu.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Basque\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: eu\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/fa.po b/po/openfoodfacts/fa.po deleted file mode 100644 index b11cd46ec7d60..0000000000000 --- a/po/openfoodfacts/fa.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Persian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fa\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/fi.po b/po/openfoodfacts/fi.po deleted file mode 100644 index cd641fadd6243..0000000000000 --- a/po/openfoodfacts/fi.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Finnish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fi\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Tutustu Nutri-Scoreen" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "Miljoonaa allekirjoitusta äänestykselle, jossa vaaditaan äänestystä Nutri-Scoren pakollisuudesta Euroopassa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Tutustu elintarvikkeiden jalostuksen Nova-ryhmiin" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Auta tuomaan Open Food Facts suomea puhuville joka puolella maailmaa" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Auta elintarvikkeiden läpinäkyvyyttä maailmanlaajuisesti lahjoittamalla Open Food Factsille" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Pidätkö Open Food Factsista ? Voit arvostella sen Play Kaupassa." - diff --git a/po/openfoodfacts/fil.po b/po/openfoodfacts/fil.po deleted file mode 100644 index 14566d8ebec27..0000000000000 --- a/po/openfoodfacts/fil.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fil\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Filipino\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fil\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Nagustuhan mo ba ang Open Food Facts? Maaari mo itong i-rate sa Play Store." - diff --git a/po/openfoodfacts/fo.po b/po/openfoodfacts/fo.po deleted file mode 100644 index ed511b75e6598..0000000000000 --- a/po/openfoodfacts/fo.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Faroese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fo\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/fr.po b/po/openfoodfacts/fr.po deleted file mode 100644 index dcba59b66c34b..0000000000000 --- a/po/openfoodfacts/fr.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: French\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fr\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Découvrez le Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 million de signatures pour un vote afin de rendre le Nutri-Score obligatoire en Europe" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Découvrez les groupes Nova sur la transformation des aliments" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Apportez votre aide aux anglophones du monde entier à propos d'Open Food Facts" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Aidez à la transparence alimentaire dans le monde entier en faisant un don à Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Aimez-vous Open Food Facts? Évaluez-le dans le Play Store." - diff --git a/po/openfoodfacts/ga.po b/po/openfoodfacts/ga.po deleted file mode 100644 index c21ad4fdd2604..0000000000000 --- a/po/openfoodfacts/ga.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ga\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Irish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ga-IE\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/gd.po b/po/openfoodfacts/gd.po deleted file mode 100644 index f5b94f252d300..0000000000000 --- a/po/openfoodfacts/gd.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gd\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Scottish Gaelic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n>2 && n<20) ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gd\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/gl.po b/po/openfoodfacts/gl.po deleted file mode 100644 index 43d899cf3e6f0..0000000000000 --- a/po/openfoodfacts/gl.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Galician\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gl\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/gu.po b/po/openfoodfacts/gu.po deleted file mode 100644 index 4780b0d9e871b..0000000000000 --- a/po/openfoodfacts/gu.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Gujarati\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gu-IN\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ha.po b/po/openfoodfacts/ha.po deleted file mode 100644 index a07ebc24d22ef..0000000000000 --- a/po/openfoodfacts/ha.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ha\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hausa\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ha\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/he.po b/po/openfoodfacts/he.po deleted file mode 100644 index af3502b66b96a..0000000000000 --- a/po/openfoodfacts/he.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: he\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hebrew\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: he\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "לגלות את הציון התזונתי" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "מיליון חתימות נדרשות להצבעה שתוביל להפיכת הציון התזונתי למחייב באירופה" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "גילוי קבוצות NOVA בהקשר של מזון מעובד" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "סיוע בהגשת Open Food Facts באנגלית לדוברים בכל רחבי העולם" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "סיוע לשקיפות המזון בכל רחבי העולם באמצעות תרומה ל־Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Open Food Facts נושא חן בעיניך? ניתן לדרג אותנו בחנות Play." - diff --git a/po/openfoodfacts/hi.po b/po/openfoodfacts/hi.po deleted file mode 100644 index b2c3f3eae48b4..0000000000000 --- a/po/openfoodfacts/hi.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hindi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hi\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "दुनिया भर के अंग्रेजी बोलने वालों के लिए ओपन फूड फैक्ट्स लाने में मदद करें" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "क्या आपको ओपन फूड फैक्ट्स पसंद हैं? आप इसे प्ले स्टोर में रेट कर सकते हैं।" - diff --git a/po/openfoodfacts/hr.po b/po/openfoodfacts/hr.po deleted file mode 100644 index b1d623512d3b0..0000000000000 --- a/po/openfoodfacts/hr.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Croatian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hr\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Otkrijte svoj Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "Milijun glasova za uvođenje Nutri-Score-ea u Europi" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Otkrijte Nova grupe koje se bave preradom hrane" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Pomozite pridonjeti da Open Food Facts dođe do svih engleskih govornika" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Pomozite transparentnosti hrane diljem svijeta donacijom Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Volite Open Food Facts? Ocijenite ga u Trgovini Play." - diff --git a/po/openfoodfacts/ht.po b/po/openfoodfacts/ht.po deleted file mode 100644 index bfc6c9f9b05b5..0000000000000 --- a/po/openfoodfacts/ht.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ht\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Haitian Creole\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ht\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/hu.po b/po/openfoodfacts/hu.po deleted file mode 100644 index ea5af65e9c1f7..0000000000000 --- a/po/openfoodfacts/hu.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hungarian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hu\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Fedezze fel a Nutri-Score-t" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 millió aláírás egy szavazásért a Nutri-Score kötelezővé tételéért Európában" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Fedezze fel az élelmiszerfeldolgozás Nova csoportjait" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Segítsen eljuttatni az Open Food Factset világ a magyarul beszélőihez" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Segítsen az élelmiszerek átláthatóságában világszerte az OpenFood Facts támogatásával" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Tetszik a Open Food Facts? Értékelheti a Play Áruházban." - diff --git a/po/openfoodfacts/hy.po b/po/openfoodfacts/hy.po deleted file mode 100644 index 3697779ff379d..0000000000000 --- a/po/openfoodfacts/hy.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hy\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Armenian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hy-AM\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/id.po b/po/openfoodfacts/id.po deleted file mode 100644 index 244b38a7106a1..0000000000000 --- a/po/openfoodfacts/id.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: id\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Indonesian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: id\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Temukan Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "Petisi 1 juta tanda tangan untuk menjadikan Nutri-Score diwajibkan di Eropa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Temukan grup Nova untuk pemrosesan makanan" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Bantu Open Food Facts hadir untuk pengguna berbahasa Inggris di seluruh dunia" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Bantu wujudkan transparansi informasi makanan di dunia dengan berdonasi ke Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Apakah Anda menyukai Open Food Facts ? Anda dapat memberinya rating di Play Store." - diff --git a/po/openfoodfacts/ii.po b/po/openfoodfacts/ii.po deleted file mode 100644 index 928f4be9b1b5d..0000000000000 --- a/po/openfoodfacts/ii.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ii\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sichuan Yi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ii\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/is.po b/po/openfoodfacts/is.po deleted file mode 100644 index 6edf59e180c6a..0000000000000 --- a/po/openfoodfacts/is.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: is\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Icelandic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: is\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/it.po b/po/openfoodfacts/it.po deleted file mode 100644 index 63fcd6249157c..0000000000000 --- a/po/openfoodfacts/it.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Italian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: it\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Scopri il Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 milione di firme per una votazione per rendere obbligatorio il Nutri-Score in Europa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Scopri i gruppi Nova sulla lavorazione dei prodotti alimentari" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Aiuta a portare Open Food Facts agli anglofoni di tutto il mondo" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Aiuta la trasparenza alimentare in tutto il mondo donando a Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Ti piace Open Food Facts? Puoi valutarlo nel Play Store." - diff --git a/po/openfoodfacts/iu.po b/po/openfoodfacts/iu.po deleted file mode 100644 index 8c6ef14761f30..0000000000000 --- a/po/openfoodfacts/iu.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: iu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Inuktitut\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: iu\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ja.po b/po/openfoodfacts/ja.po deleted file mode 100644 index 7434304a535b2..0000000000000 --- a/po/openfoodfacts/ja.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Japanese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Nutri-Scoreを知る" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "ヨーロッパでNutri-Scoreを義務化する投票のために100万人の署名" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "食品加工に関するNovaグループを知る" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Open Food Factsを世界中の英語話者に届けるのを手伝ってください" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Open Food Factsに寄付すると、世界中の食品の透明性を高めることに繋がります。" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Open Food Factsはいかがですか?Playストアで評価してください。" - diff --git a/po/openfoodfacts/jv.po b/po/openfoodfacts/jv.po deleted file mode 100644 index 66fd405ab6cb0..0000000000000 --- a/po/openfoodfacts/jv.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: jv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Javanese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: jv\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ka.po b/po/openfoodfacts/ka.po deleted file mode 100644 index 847370f497969..0000000000000 --- a/po/openfoodfacts/ka.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ka\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Georgian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ka\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/kab.po b/po/openfoodfacts/kab.po deleted file mode 100644 index e6dcf63d7d4be..0000000000000 --- a/po/openfoodfacts/kab.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kab\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kabyle\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kab\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/kk.po b/po/openfoodfacts/kk.po deleted file mode 100644 index c1ef893508325..0000000000000 --- a/po/openfoodfacts/kk.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kazakh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kk\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/km.po b/po/openfoodfacts/km.po deleted file mode 100644 index 6343f6e91e25f..0000000000000 --- a/po/openfoodfacts/km.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: km\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Khmer\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: km\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/kmr.po b/po/openfoodfacts/kmr.po deleted file mode 100644 index 3af08857642bd..0000000000000 --- a/po/openfoodfacts/kmr.po +++ /dev/null @@ -1,58 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kmr_TR\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2019-12-13 11:33\n" -"Language-Team: Kurmanji (Kurdish)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: kmr\n" -"X-Crowdin-File: /master/po/openfoodfacts/openfoodfacts.pot\n" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openfoodfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openfoodfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "tagline" -msgid "Open Food Facts gathers information and data on food products from around the world." -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-food-facts-mobile-app" -msgstr "/open-food-facts-mobile-app" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/kmr_TR.po b/po/openfoodfacts/kmr_TR.po deleted file mode 100644 index 5e7b8870c1c99..0000000000000 --- a/po/openfoodfacts/kmr_TR.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ku\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kurdish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ku\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/kn.po b/po/openfoodfacts/kn.po deleted file mode 100644 index f455b9d216582..0000000000000 --- a/po/openfoodfacts/kn.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kannada\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kn\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ko.po b/po/openfoodfacts/ko.po deleted file mode 100644 index 66f55519703d4..0000000000000 --- a/po/openfoodfacts/ko.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Korean\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Nutri-score 찾기" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "Nutri-Score를 유럽에서 의무적으로 만들기 위한 투표에 대한 100만 명의 서명" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Nova 그룹에 대한 식품 가공 정보" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "전 세계 영어 사용자들에게 Open Food Facts 정보 제공" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Open Food Facts에 기부하여 전 세계 식품 투명성 지원" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Open Food Facts에 만족하셨나요? Play Store에서 평가해주세요." - diff --git a/po/openfoodfacts/ku.po b/po/openfoodfacts/ku.po deleted file mode 100644 index 0dbcdbc0fdd2e..0000000000000 --- a/po/openfoodfacts/ku.po +++ /dev/null @@ -1,59 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kmr_TR\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2019-08-08 21:27\n" -"Language-Team: Kurmanji (Kurdish)\n" -"Last-Translator: Pierre Slamich (pierreslamich)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: crowdin.com\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: kmr\n" -"X-Crowdin-File: /master/po/openfoodfacts/openfoodfacts.pot\n" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openfoodfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openfoodfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "tagline" -msgid "Open Food Facts gathers information and data on food products from around the world." -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-food-facts-mobile-app" -msgstr "/open-food-facts-mobile-app" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/kw.po b/po/openfoodfacts/kw.po deleted file mode 100644 index c63cf67e620a1..0000000000000 --- a/po/openfoodfacts/kw.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kw\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Cornish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kw\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ky.po b/po/openfoodfacts/ky.po deleted file mode 100644 index 8aac1065d0b64..0000000000000 --- a/po/openfoodfacts/ky.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ky\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kyrgyz\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ky\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/la.po b/po/openfoodfacts/la.po deleted file mode 100644 index b1def0278579d..0000000000000 --- a/po/openfoodfacts/la.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: la\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Latin\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: la-LA\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/lb.po b/po/openfoodfacts/lb.po deleted file mode 100644 index 3582e06ea45d0..0000000000000 --- a/po/openfoodfacts/lb.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lb\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Luxembourgish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lb\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/lo.po b/po/openfoodfacts/lo.po deleted file mode 100644 index da9c34aed0298..0000000000000 --- a/po/openfoodfacts/lo.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Lao\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lo\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/lol.po b/po/openfoodfacts/lol.po deleted file mode 100644 index 928af111570dc..0000000000000 --- a/po/openfoodfacts/lol.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lol\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: LOLCAT\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lol\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "crwdns228339:0crwdne228339:0" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "crwdns228341:0crwdne228341:0" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "crwdns228343:0crwdne228343:0" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "crwdns228345:0crwdne228345:0" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "crwdns228347:0crwdne228347:0" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "crwdns228349:0crwdne228349:0" - diff --git a/po/openfoodfacts/lt.po b/po/openfoodfacts/lt.po deleted file mode 100644 index f9713f2df789b..0000000000000 --- a/po/openfoodfacts/lt.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Lithuanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lt\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Atraskite „Nutri-Score“" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 milijonas parašų balsuojant, kad „Nutri-Score“ būtų privaloma Europoje" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Atraskite maisto perdirbimo grupes „Nova“" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Padėkite pristatyti „Open Food Facts“ anglakalbiams visame pasaulyje" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Padėkite maisto skaidrumui visame pasaulyje aukodami „Open Food Facts“" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Ar jums patinka „Open Food Facts“? Įvertinkite „Google Play“ parduotuvėje." - diff --git a/po/openfoodfacts/lv.po b/po/openfoodfacts/lv.po deleted file mode 100644 index 8b948cfeee5f4..0000000000000 --- a/po/openfoodfacts/lv.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Latvian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lv\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Atklājiet Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 miljons parakstu, lai balsotu par Nutri-Score obligātu ieviešanu Eiropā" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Atklājiet Nova grupas par pārtikas apstrādi" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Palīdziet nodrošināt Atvērtus Ēdiena Faktus angliski runājošajiem visā pasaulē" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Palīdziet pārtikas pārskatāmībai visā pasaulē ziedojot Atvērtie Ēdiena Fakti" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Vai jums patīk Atvērtie Ēdiena Fakti? Varat to novērtēt Play veikalā." - diff --git a/po/openfoodfacts/me.po b/po/openfoodfacts/me.po deleted file mode 100644 index a36e62fd0da60..0000000000000 --- a/po/openfoodfacts/me.po +++ /dev/null @@ -1,58 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: me\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2019-12-13 11:32\n" -"Language-Team: Montenegrin (Latin)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: me\n" -"X-Crowdin-File: /master/po/openfoodfacts/openfoodfacts.pot\n" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openfoodfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openfoodfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "tagline" -msgid "Open Food Facts gathers information and data on food products from around the world." -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-food-facts-mobile-app" -msgstr "/open-food-facts-mobile-app" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/mg.po b/po/openfoodfacts/mg.po deleted file mode 100644 index fe80753c44ee5..0000000000000 --- a/po/openfoodfacts/mg.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malagasy\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mg\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Fantaro ny Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/mi.po b/po/openfoodfacts/mi.po deleted file mode 100644 index 3e5b0e87e3fb6..0000000000000 --- a/po/openfoodfacts/mi.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Maori\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mi\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ml.po b/po/openfoodfacts/ml.po deleted file mode 100644 index 9f967986bbc2a..0000000000000 --- a/po/openfoodfacts/ml.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ml\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malayalam\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ml-IN\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/mn.po b/po/openfoodfacts/mn.po deleted file mode 100644 index 5974505e85557..0000000000000 --- a/po/openfoodfacts/mn.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Mongolian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mn\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/mr.po b/po/openfoodfacts/mr.po deleted file mode 100644 index 98ff769d16cb7..0000000000000 --- a/po/openfoodfacts/mr.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Marathi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mr\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ms.po b/po/openfoodfacts/ms.po deleted file mode 100644 index bcda104557d7e..0000000000000 --- a/po/openfoodfacts/ms.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ms\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malay\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ms\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/mt.po b/po/openfoodfacts/mt.po deleted file mode 100644 index c4b316fdca16f..0000000000000 --- a/po/openfoodfacts/mt.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Maltese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || (n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20) ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mt\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/my.po b/po/openfoodfacts/my.po deleted file mode 100644 index 1cb565bb97ab7..0000000000000 --- a/po/openfoodfacts/my.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: my\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Burmese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: my\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/nb.po b/po/openfoodfacts/nb.po deleted file mode 100644 index 4d1e1ebdf806d..0000000000000 --- a/po/openfoodfacts/nb.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nb_NO\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian Bokmal\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nb\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Oppdag Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 million underskrifter for å få en avstemning som kan gjøre Nutri-Score obligatorisk i Europa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Utforsk Nova-gruppene om matforedling" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Hjelp til med å få Open Food Facts til engelsktalende over hele verden" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Hjelp matgjennomsiktighet over hele verden ved å donere til Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Liker du Open Food Facts? Du kan rangere den i Play Store." - diff --git a/po/openfoodfacts/ne.po b/po/openfoodfacts/ne.po deleted file mode 100644 index e2131b87d68ea..0000000000000 --- a/po/openfoodfacts/ne.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ne\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Nepali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ne-NP\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/nl.po b/po/openfoodfacts/nl.po deleted file mode 120000 index a0f480ae15bd4..0000000000000 --- a/po/openfoodfacts/nl.po +++ /dev/null @@ -1 +0,0 @@ -nl_NL.po \ No newline at end of file diff --git a/po/openfoodfacts/nl_BE.po b/po/openfoodfacts/nl_BE.po deleted file mode 100644 index 094b3b3aabbc9..0000000000000 --- a/po/openfoodfacts/nl_BE.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl_BE\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Dutch, Belgium\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nl-BE\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Ontdek de Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 miljoen handtekeningen voor een stemming om de Nutri-Score in Europa verplicht te stellen" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Ontdek de Nova-groepen op het gebied van voedselbewerking" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Help mee om Open Food Facts naar Engelstaligen over de hele wereld te brengen" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Help de inzichtelijkheid van voedsel wereldwijd door te doneren aan Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Vind je Open Food Facts leuk? Je kunt het beoordelen in de Play Store." - diff --git a/po/openfoodfacts/nl_NL.po b/po/openfoodfacts/nl_NL.po deleted file mode 100644 index 2cc2c766e8323..0000000000000 --- a/po/openfoodfacts/nl_NL.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Dutch\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nl\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Ontdek de Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 miljoen handtekeningen voor een referendum om de Nutri-Score verplicht te maken in Europa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Ontdek de Nova-groepen over voedselverwerking" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Help Open Food Facts beschikbaar te maken voor Engelssprekenden overal ter wereld" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Help voedseltransparantie te bevorderen door te doneren aan Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Vind je Open Food Facts leuk? Je kunt ons beoordelen in de Play Store." - diff --git a/po/openfoodfacts/nn.po b/po/openfoodfacts/nn.po deleted file mode 100644 index 3194937e063b9..0000000000000 --- a/po/openfoodfacts/nn.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nn_NO\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian Nynorsk\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nn-NO\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/no.po b/po/openfoodfacts/no.po deleted file mode 100644 index 02b7fd6fdd52b..0000000000000 --- a/po/openfoodfacts/no.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: no\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: no\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/nr.po b/po/openfoodfacts/nr.po deleted file mode 100644 index ccb7dfd71f57c..0000000000000 --- a/po/openfoodfacts/nr.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Ndebele\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nr\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/oc.po b/po/openfoodfacts/oc.po deleted file mode 100644 index d54af8c35903a..0000000000000 --- a/po/openfoodfacts/oc.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: oc\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Occitan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: oc\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/openfoodfacts.pot b/po/openfoodfacts/openfoodfacts.pot deleted file mode 100644 index 780cc6356fbaa..0000000000000 --- a/po/openfoodfacts/openfoodfacts.pot +++ /dev/null @@ -1,34 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"Project-Id-Version: \n" -"PO-Revision-Date: \n" -"Language-Team: \n" -"Last-Translator: \n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" diff --git a/po/openfoodfacts/or.po b/po/openfoodfacts/or.po deleted file mode 100644 index cce2eb0ded932..0000000000000 --- a/po/openfoodfacts/or.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: or\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Odia\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: or\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/pa.po b/po/openfoodfacts/pa.po deleted file mode 100644 index c956a5e7402f7..0000000000000 --- a/po/openfoodfacts/pa.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Punjabi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pa-IN\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/pl.po b/po/openfoodfacts/pl.po deleted file mode 100644 index 47e1a1657e429..0000000000000 --- a/po/openfoodfacts/pl.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Polish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pl\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Odkryj Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 milion podpisów pod głosowaniem mającym uczynić ocenę Nutri-Score obowiązkową w Europie" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Odkryj grupy Nova w zakresie przetwarzania żywności" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Pomóż udostępnić Open Food Facts osobom posługującym się językiem angielskim na całym świecie" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Przekazując darowiznę na rzecz Open Food Facts wspomagasz transparentność etykietowania żywności na całym świecie" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Spodobała ci się nasza aplikacja Open Food Facts? Oceń ją w Play Store." - diff --git a/po/openfoodfacts/pt.po b/po/openfoodfacts/pt.po deleted file mode 120000 index b78e314b7a6ba..0000000000000 --- a/po/openfoodfacts/pt.po +++ /dev/null @@ -1 +0,0 @@ -pt_PT.po \ No newline at end of file diff --git a/po/openfoodfacts/pt_BR.po b/po/openfoodfacts/pt_BR.po deleted file mode 100644 index 8ba9d89457944..0000000000000 --- a/po/openfoodfacts/pt_BR.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Portuguese, Brazilian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pt-BR\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Descubra o Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "Um milhão de assinaturas para uma votação para tornar o Nutri-Pontuação obrigatório na Europa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Descubra os grupos Nova no processamento de alimentos" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Ajude a trazer o Open Food Facts aos falantes de português em todo o mundo" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Ajude a transparência alimentar em todo o mundo doando para Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Gosta do Open Food Facts? Pode classificá-lo na Play Store." - diff --git a/po/openfoodfacts/pt_PT.po b/po/openfoodfacts/pt_PT.po deleted file mode 100644 index 4550d834b48ad..0000000000000 --- a/po/openfoodfacts/pt_PT.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Portuguese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pt-PT\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Descubra o Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 milhão de assinaturas para uma votação para tornar o Nutri-Score obrigatório na Europa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Descubra os grupos Nova no processamento de alimentos" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Ajude a trazer o Open Food Facts aos falantes de português em todo o mundo" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Ajude a transparência alimentar em todo o mundo doando para Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Gosta do Open Food Facts? Pode classificá-lo na Play Store." - diff --git a/po/openfoodfacts/qu.po b/po/openfoodfacts/qu.po deleted file mode 100644 index 5d2bbba14e5d8..0000000000000 --- a/po/openfoodfacts/qu.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: qu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Quechua\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: qu\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/rm.po b/po/openfoodfacts/rm.po deleted file mode 100644 index 0e6b5702bedfd..0000000000000 --- a/po/openfoodfacts/rm.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: rm\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Romansh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: rm-CH\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ro.po b/po/openfoodfacts/ro.po deleted file mode 100644 index 4625e9d4018fe..0000000000000 --- a/po/openfoodfacts/ro.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Romanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ro\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Descoperă Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 milion de semnături pentru a vota utilizarea obligatorie a Nutri-Score-ului în Europa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Descoperiți grupurile Nova despre procesarea alimentelor" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Ajutați-vă să aduceți informații despre Open Food Facts vorbitorilor Englezi din întreaga lume" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Ajutați la transparența alimentelor la nivel mondial, prin donarea către Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Îți place Open Food Facts? Puteți evalua aplicația pe Play Store." - diff --git a/po/openfoodfacts/ru.po b/po/openfoodfacts/ru.po deleted file mode 100644 index 837f6138e2c61..0000000000000 --- a/po/openfoodfacts/ru.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Russian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ru\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Откройте для себя Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 млн. подписей за проведение голосования, об обязательности Nutri-Score в Европе" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Откройте для себя группы по переработке пищевых продуктов Nova " - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Помогите рассказать про Open Food Facts носителям английского языка во всем мире" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Помогите обеспечить прозрачность продуктов во всем мире, пожертвовав Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Вам нравится Open Food Facts? Оцените в Play Store." - diff --git a/po/openfoodfacts/ry.po b/po/openfoodfacts/ry.po deleted file mode 100644 index 3cd998e7dc759..0000000000000 --- a/po/openfoodfacts/ry.po +++ /dev/null @@ -1,58 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ry\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-02-10 12:45\n" -"Language-Team: Rusyn\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: ry-UA\n" -"X-Crowdin-File: /master/po/openfoodfacts/openfoodfacts.pot\n" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openfoodfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openfoodfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "tagline" -msgid "Open Food Facts gathers information and data on food products from around the world." -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-food-facts-mobile-app" -msgstr "/open-food-facts-mobile-app" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sa.po b/po/openfoodfacts/sa.po deleted file mode 100644 index c961b4c9a0807..0000000000000 --- a/po/openfoodfacts/sa.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sanskrit\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sa\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sat.po b/po/openfoodfacts/sat.po deleted file mode 100644 index 5944842a0f867..0000000000000 --- a/po/openfoodfacts/sat.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sat\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Santali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sat\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sc.po b/po/openfoodfacts/sc.po deleted file mode 100644 index 0bf5e27fa1a81..0000000000000 --- a/po/openfoodfacts/sc.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sc\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sardinian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sc\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sco.po b/po/openfoodfacts/sco.po deleted file mode 100644 index c1c9777905a15..0000000000000 --- a/po/openfoodfacts/sco.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sco\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Scots\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sco\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sd.po b/po/openfoodfacts/sd.po deleted file mode 100644 index 0195cb263e005..0000000000000 --- a/po/openfoodfacts/sd.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sd\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sindhi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sd\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sg.po b/po/openfoodfacts/sg.po deleted file mode 100644 index e037aab2b163e..0000000000000 --- a/po/openfoodfacts/sg.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sango\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sg\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sh.po b/po/openfoodfacts/sh.po deleted file mode 100644 index 636dbe47e8b63..0000000000000 --- a/po/openfoodfacts/sh.po +++ /dev/null @@ -1,58 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sh\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-02-10 12:46\n" -"Language-Team: Serbo-Croatian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: sh\n" -"X-Crowdin-File: /master/po/openfoodfacts/openfoodfacts.pot\n" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openfoodfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openfoodfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "tagline" -msgid "Open Food Facts gathers information and data on food products from around the world." -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-food-facts-mobile-app" -msgstr "/open-food-facts-mobile-app" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/si.po b/po/openfoodfacts/si.po deleted file mode 100644 index adec672e45cc7..0000000000000 --- a/po/openfoodfacts/si.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: si\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sinhala\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: si-LK\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sk.po b/po/openfoodfacts/sk.po deleted file mode 100644 index aab8797c425e4..0000000000000 --- a/po/openfoodfacts/sk.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Slovak\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sk\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Objavte Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 milión podpisov za hlasovanie za to, aby bolo Nutri-Score v Európe povinné" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Objavte skupiny Nova o spracovaní potravín" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Pomôžte sprostredkovať Open Food Facts anglicky hovoriacim ľuďom na celom svete" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Pomôžte transparentnosti potravín na celom svete prispením do organizácie Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Páči sa vám Open Food Facts? Môžete ho ohodnotiť v Obchode Play." - diff --git a/po/openfoodfacts/sl.po b/po/openfoodfacts/sl.po deleted file mode 100644 index 1733e5513fe3f..0000000000000 --- a/po/openfoodfacts/sl.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Slovenian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sl\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Odkrijte Nutri-Score oceno" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 milijon podpisov za glasovanje, s katerim bo Nutri-Score ocena postala obvezna v Evropi" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Odkrijte skupine Nova o predelavi hrane" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Pomagajte prinesti Open Food Facts angleškim govorcem po vsem svetu" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Pomagajte preglednosti hrane po vsem svetu z donacijo za Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "So vam všeč Open Food Facts? Ocenite jih lahko v Trgovini Play." - diff --git a/po/openfoodfacts/sma.po b/po/openfoodfacts/sma.po deleted file mode 100644 index 0e5f84faea0ef..0000000000000 --- a/po/openfoodfacts/sma.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sma\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Sami\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sma\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sn.po b/po/openfoodfacts/sn.po deleted file mode 100644 index fd7f4a40eb62a..0000000000000 --- a/po/openfoodfacts/sn.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Shona\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sn\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/so.po b/po/openfoodfacts/so.po deleted file mode 100644 index 3bc0b6920f2c9..0000000000000 --- a/po/openfoodfacts/so.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: so\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Somali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: so\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/son.po b/po/openfoodfacts/son.po deleted file mode 100644 index ac06d55a164d1..0000000000000 --- a/po/openfoodfacts/son.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: son\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Songhay\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: son\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sq.po b/po/openfoodfacts/sq.po deleted file mode 100644 index f8f5283476bd4..0000000000000 --- a/po/openfoodfacts/sq.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Albanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sq\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sr.po b/po/openfoodfacts/sr.po deleted file mode 100644 index 772868e7a4cb0..0000000000000 --- a/po/openfoodfacts/sr.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Montenegrin (Cyrillic)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr-Cyrl-ME\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sr_CS.po b/po/openfoodfacts/sr_CS.po deleted file mode 100644 index f68975c3f41b3..0000000000000 --- a/po/openfoodfacts/sr_CS.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Serbian (Latin)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr-CS\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sr_RS.po b/po/openfoodfacts/sr_RS.po deleted file mode 100644 index 7d0c8b4d0eba0..0000000000000 --- a/po/openfoodfacts/sr_RS.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Serbian (Cyrillic)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ss.po b/po/openfoodfacts/ss.po deleted file mode 100644 index b99c6377d67c6..0000000000000 --- a/po/openfoodfacts/ss.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ss\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swati\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ss\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/st.po b/po/openfoodfacts/st.po deleted file mode 100644 index a26cccbe6838f..0000000000000 --- a/po/openfoodfacts/st.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: st\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Sotho\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: st\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/sv.po b/po/openfoodfacts/sv.po deleted file mode 100644 index 7595addc6cf0d..0000000000000 --- a/po/openfoodfacts/sv.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swedish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sv-SE\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Upptäck Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 miljon signaturer för omröstning för att göra Nutri-Score obligatoriskt i Europa" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Upptäck Nova-grupperna om livsmedelsförädling" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Hjälp att föra Open Food Facts till svenska talare runt om i världen" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Hjälpa matets transparens över hela världen genom att donera till Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Gillar du Open Food Facts? Du kan betygsätta det i Play Store." - diff --git a/po/openfoodfacts/sw.po b/po/openfoodfacts/sw.po deleted file mode 100644 index 847038243e0b5..0000000000000 --- a/po/openfoodfacts/sw.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sw\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swahili\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sw\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ta.po b/po/openfoodfacts/ta.po deleted file mode 100644 index c1bf75dcc4cfb..0000000000000 --- a/po/openfoodfacts/ta.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ta\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tamil\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ta\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/te.po b/po/openfoodfacts/te.po deleted file mode 100644 index 972717b1e2aee..0000000000000 --- a/po/openfoodfacts/te.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: te\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Telugu\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: te\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/tg.po b/po/openfoodfacts/tg.po deleted file mode 100644 index 8cf092d4313e7..0000000000000 --- a/po/openfoodfacts/tg.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tajik\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tg\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/th.po b/po/openfoodfacts/th.po deleted file mode 100644 index de59723189ff7..0000000000000 --- a/po/openfoodfacts/th.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: th\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Thai\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: th\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "รู้จักกับ Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 ล้านรายชื่อลงมติให้ Nutri-Score เป็นภาคบังคับในสหภาพยุโรป" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "รู้จักกับ NOVA groups สำหรับระดับการแปรรูปอาหาร" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "ช่วยสนับสนุนความโปร่งใสของอาหารทั่วโลกโดยการบริจาคให้ Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "ถ้าคุณชอบ Open Food Facts กรุณาให้คะแนนเพื่อเป็นกำลังใจให้ทีมงานได้ใน Play Store" - diff --git a/po/openfoodfacts/ti.po b/po/openfoodfacts/ti.po deleted file mode 100644 index 5c55d2f0bbc36..0000000000000 --- a/po/openfoodfacts/ti.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ti\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tigrinya\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ti\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/tl.po b/po/openfoodfacts/tl.po deleted file mode 100644 index b89e86a912e62..0000000000000 --- a/po/openfoodfacts/tl.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tagalog\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tl\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/tn.po b/po/openfoodfacts/tn.po deleted file mode 100644 index 825adee9e352e..0000000000000 --- a/po/openfoodfacts/tn.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tswana\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tn\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/tr.po b/po/openfoodfacts/tr.po deleted file mode 100644 index 2b140e7d769d1..0000000000000 --- a/po/openfoodfacts/tr.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Turkish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tr\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Nutri-Score'u Keşfet" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "Avrupa'da Nutri-Score'u zorunlu hale getirmek için yapılan oylama için 1 milyon imza" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Gıda işleme konusundaki Nova gruplarını keşfedin" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Open Food Facts'i dünyanın dört bir yanındaki İngilizce konuşan kişilere ulaştırmaya yardım edin" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Open Food Facts'e bağışta bulunarak dünya çapında gıda şeffaflığına yardımcı olun" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Open Food Facts hoşunuza gitti mi? Play Store'da puan verebilirsiniz." - diff --git a/po/openfoodfacts/ts.po b/po/openfoodfacts/ts.po deleted file mode 100644 index d2dd718a21d07..0000000000000 --- a/po/openfoodfacts/ts.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ts\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tsonga\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ts\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/tt.po b/po/openfoodfacts/tt.po deleted file mode 100644 index d85f154fdcf25..0000000000000 --- a/po/openfoodfacts/tt.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tatar\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tt-RU\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/tw.po b/po/openfoodfacts/tw.po deleted file mode 100644 index 6caa0a9902dba..0000000000000 --- a/po/openfoodfacts/tw.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tw_TW\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Akan, Twi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tw\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ty.po b/po/openfoodfacts/ty.po deleted file mode 100644 index 4d06c3f40a8d7..0000000000000 --- a/po/openfoodfacts/ty.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ty\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tahitian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ty\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/tzl.po b/po/openfoodfacts/tzl.po deleted file mode 100644 index 533172ecb2c1a..0000000000000 --- a/po/openfoodfacts/tzl.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tzl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Talossan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tzl\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ug.po b/po/openfoodfacts/ug.po deleted file mode 100644 index f31034368fbe2..0000000000000 --- a/po/openfoodfacts/ug.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ug\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Uyghur\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ug\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/uk.po b/po/openfoodfacts/uk.po deleted file mode 100644 index 2dfd3307d5423..0000000000000 --- a/po/openfoodfacts/uk.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Ukrainian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: uk\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Відкрийте для себе Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 мільйон підписів на голосуванні, щоб зробити Nutri-Score обов'язковим у Європі" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Відкрийте для себе групи NOVA про приготування їжі" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Допоможіть донести Open Food Facts до англійських мовців по всьому світу" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Допоможіть зробити харчову промисловість прозорою, пожертвувавши для Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Вам подобаються Open Food Facts ? Ви можете оцінити їх в Play Store." - diff --git a/po/openfoodfacts/ur.po b/po/openfoodfacts/ur.po deleted file mode 100644 index 7db59e5fdd760..0000000000000 --- a/po/openfoodfacts/ur.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ur\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Urdu (India)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ur-IN\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/uz.po b/po/openfoodfacts/uz.po deleted file mode 100644 index 802ca6b86c1ea..0000000000000 --- a/po/openfoodfacts/uz.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uz\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Uzbek\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: uz\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/val.po b/po/openfoodfacts/val.po deleted file mode 100644 index 9bae1cfce9f33..0000000000000 --- a/po/openfoodfacts/val.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: val\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Valencian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: val-ES\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/ve.po b/po/openfoodfacts/ve.po deleted file mode 100644 index 3678f09de9399..0000000000000 --- a/po/openfoodfacts/ve.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ve\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Venda\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ve\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/vec.po b/po/openfoodfacts/vec.po deleted file mode 100644 index b174e62c70925..0000000000000 --- a/po/openfoodfacts/vec.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vec\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Venetian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vec\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/vi.po b/po/openfoodfacts/vi.po deleted file mode 100644 index a30dc2fc1ad8a..0000000000000 --- a/po/openfoodfacts/vi.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Vietnamese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vi\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "Lấy điểm Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "1 triệu chứ kí để bỏ phiếu ủng hộ việc đặt Điểm Dinh Dưỡng là yếu tố bắt buộc tại Châu Âu" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "Khám phá các nhóm Nova về chế biến thực phẩm" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "Giúp đưa Open Food Facts đến với những người nói tiếng Anh trên khắp thế giới" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "Giúp minh bạch thông tin về thực phẩm trên toàn thế giới bằng cách ủng hộ cho Open Food Facts" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "Bạn có thích Open Food Facts không? Bạn có thể đánh giá ứng dụng trên của hàng Play Store." - diff --git a/po/openfoodfacts/vls.po b/po/openfoodfacts/vls.po deleted file mode 100644 index 5b0c3fb17d423..0000000000000 --- a/po/openfoodfacts/vls.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vls\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Flemish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vls-BE\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/wa.po b/po/openfoodfacts/wa.po deleted file mode 100644 index edcd3bc86430a..0000000000000 --- a/po/openfoodfacts/wa.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: wa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Walloon\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: wa\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/wo.po b/po/openfoodfacts/wo.po deleted file mode 100644 index 527e3691372fb..0000000000000 --- a/po/openfoodfacts/wo.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: wo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Wolof\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: wo\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/xh.po b/po/openfoodfacts/xh.po deleted file mode 100644 index d4e2be2cae63e..0000000000000 --- a/po/openfoodfacts/xh.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: xh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Xhosa\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: xh\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/yi.po b/po/openfoodfacts/yi.po deleted file mode 100644 index fa279d019d81d..0000000000000 --- a/po/openfoodfacts/yi.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: yi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Yiddish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: yi\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/yo.po b/po/openfoodfacts/yo.po deleted file mode 100644 index 1b1d2d246a3b0..0000000000000 --- a/po/openfoodfacts/yo.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: yo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Yoruba\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: yo\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/zea.po b/po/openfoodfacts/zea.po deleted file mode 100644 index f805e99d56080..0000000000000 --- a/po/openfoodfacts/zea.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zea\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Zeelandic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zea\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openfoodfacts/zh.po b/po/openfoodfacts/zh.po deleted file mode 120000 index faaea5b9501b2..0000000000000 --- a/po/openfoodfacts/zh.po +++ /dev/null @@ -1 +0,0 @@ -zh_CN.po \ No newline at end of file diff --git a/po/openfoodfacts/zh_CN.po b/po/openfoodfacts/zh_CN.po deleted file mode 100644 index 0e1fb2922c50f..0000000000000 --- a/po/openfoodfacts/zh_CN.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Simplified\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "探索 Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "100万签名要求在欧洲进行强制性Nutri-Score" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "了解食品加工程度的 Nova 分类" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "帮助我们使“公开的关于食物的事实”为全世界讲英语的人所知" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "通过向Open Food Facts捐款来帮助改善全球食品安全透明化" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "您喜欢我们的Open Food Facts吗?您可以为我们在Play Store上打分。" - diff --git a/po/openfoodfacts/zh_HK.po b/po/openfoodfacts/zh_HK.po deleted file mode 100644 index 9059b6c9f07c3..0000000000000 --- a/po/openfoodfacts/zh_HK.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Traditional, Hong Kong\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-HK\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "探索 Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "一百萬人聯署要求食品在歐洲必須列出Nutri-Score" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "探索有关食品加工的诺瓦集团" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "帮助我们使“公开的关于食物的事实”为全世界讲英语的人所知" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "通过向Open Food Facts捐款来帮助改善全球食品安全透明化" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "您喜欢我们的Open Food Facts吗?您可以为我们在Play Store上打分。" - diff --git a/po/openfoodfacts/zh_TW.po b/po/openfoodfacts/zh_TW.po deleted file mode 100644 index d4bcc38f97c8a..0000000000000 --- a/po/openfoodfacts/zh_TW.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Traditional\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "探索 Nutri-Score" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "一百萬人聯署要求食品在歐洲必須列出Nutri-Score" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "了解有關食品加工程度的「NOVA分類」" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "協力推廣 Open Food Facts 到世界各地的英語使用者" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "向 Open Food Facts 捐款,幫助提高全球食品透明度" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "喜歡 Open Food Facts 嗎?您可以在 Play 商店評分。" - diff --git a/po/openfoodfacts/zu.po b/po/openfoodfacts/zu.po deleted file mode 100644 index 5bf6a5a3d0943..0000000000000 --- a/po/openfoodfacts/zu.po +++ /dev/null @@ -1,39 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Zulu\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zu\n" -"X-Crowdin-File-ID: 3127\n" - -msgctxt "tagline_2019_nutriscore" -msgid "Discover the Nutri-Score" -msgstr "" - -msgctxt "tagline_2019_nutriscore_petition" -msgid "1 million signatures for a vote to make the Nutri-Score compulsory in Europe" -msgstr "" - -msgctxt "tagline_2019_nova" -msgid "Discover the Nova groups on food processing" -msgstr "" - -msgctxt "tagline_2019_translation" -msgid "Help bring Open Food Facts to English speakers around the world" -msgstr "" - -msgctxt "tagline_2019_donation" -msgid "Help food transparency worldwide by donating to Open Food Facts" -msgstr "" - -msgctxt "tagline_2019_rating" -msgid "Do you like Open Food Facts ? You can rate it in the Play Store." -msgstr "" - diff --git a/po/openpetfoodfacts/aa.po b/po/openpetfoodfacts/aa.po deleted file mode 100644 index 25a237678f5a4..0000000000000 --- a/po/openpetfoodfacts/aa.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: aa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Afar\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: aa\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ach.po b/po/openpetfoodfacts/ach.po deleted file mode 100644 index 4a5b2ba2419d3..0000000000000 --- a/po/openpetfoodfacts/ach.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ach\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Acholi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ach\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/af.po b/po/openpetfoodfacts/af.po deleted file mode 100644 index 22ea25b2a952e..0000000000000 --- a/po/openpetfoodfacts/af.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: af\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Afrikaans\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: af\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ak.po b/po/openpetfoodfacts/ak.po deleted file mode 100644 index 83df3ce14974a..0000000000000 --- a/po/openpetfoodfacts/ak.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ak\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Akan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ak\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/am.po b/po/openpetfoodfacts/am.po deleted file mode 100644 index 717b4b7031438..0000000000000 --- a/po/openpetfoodfacts/am.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: am\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Amharic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: am\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ar.po b/po/openpetfoodfacts/ar.po deleted file mode 100644 index 1539c64838fec..0000000000000 --- a/po/openpetfoodfacts/ar.po +++ /dev/null @@ -1,138 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Arabic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ar\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts يجمع المعلومات والبيانات عن المنتجات الغذائية للحيوانات الاليفة من جميع أنحاء العالم.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/المتجر/التطبيقات/التفاصيل؟id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "خِطَّة محترفة كِبار, غنية بالدجاج" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "طعام كامل للحيوانات الأليفة للقطط البالغة" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "طعام جاف للقطط البالغة" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "دون سكر, دون محسنات لون" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "حبوب 85.5% (دقيق_قمح، دقيق_قمح كامل 11%)، خلاصة الشعير، حمض الإسكوربيك" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsAR" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "صفحة المنتج هذه ليست كاملة. يمكنك المساعدة في إكمالها عن طريق تحريرها وإضافة المزيد من البيانات و ذلك من الصور الموجودة لدينا، أو عن طريق التقاط المزيد من الصور باستخدام التطبيق لجهاز أندرويد أو آي فون/آي باد. شكرًا لك!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\n" -"\"Donate

<>\n" -"أسست عن طريق منظمة غير ربحية، مستقلة عن صناعة الغذاء. \n" -"صنعت للجميع، بالجميع وتموّل عن طريق الجميع. \n" -"يمكنك دعم عملنا عن طريق: \n" -"التبرع ل Open Beauty Facts \n" -"و أيضا عن طريق: \n" -"بإستخدام محرك البحث .
\n" -"شكراً لك

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "تبرع ل Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "قاعدة بيانات تعاونية, مجانية ومفتوحة, للمكونات, و حقائق التغذية, ومعلومات عن منتجات أغذية الحيوانات الأليفة من جميع أنحاء العالم" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "قاعدة بيانات تعاونية, مجانية و مفتوحة للمنتجات الغذائية للحيوانات الأليفة من جميع أنحاء العالم." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "إنها المسابقة المفتوحة لطعام الحيوانات الأليفة على <>من السبت 21 فبراير إلى الأحد 1 مارس يتم منح المساهمين الأوائل نِقَاط إكسبلورر للمنتجات المضافة و نِقَاط إيمباسادور لتجنيد مساهمين جدد. يتم تحديث النِّقَاط كل 30 دقيقة." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ باستخدام Chrome و Firefox و Safari ، يمكنك تحديد صور متعددة (المنتج ، والمكونات ، وحقائق التغذية وما إلى ذلك) من خلال النقر عليها مع الاستمرار في الضغط على مفتاح Ctrl لإضافتها جميعًا في مرة واحدة." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/as.po b/po/openpetfoodfacts/as.po deleted file mode 100644 index 9ad40bcf230ba..0000000000000 --- a/po/openpetfoodfacts/as.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: as\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Assamese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: as\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ast.po b/po/openpetfoodfacts/ast.po deleted file mode 100644 index 3cd246d7ea86a..0000000000000 --- a/po/openpetfoodfacts/ast.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ast\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Asturian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ast\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/az.po b/po/openpetfoodfacts/az.po deleted file mode 100644 index eb8eecd190313..0000000000000 --- a/po/openpetfoodfacts/az.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: az\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Azerbaijani\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: az\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/be.po b/po/openpetfoodfacts/be.po deleted file mode 100644 index 5de5f32704ed9..0000000000000 --- a/po/openpetfoodfacts/be.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: be\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Belarusian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n%100>=11 && n%100<=14 ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: be\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> створана некамерцыйнай асацыяцыяй, незалежнай ад вытворцаў. Гэта зроблена ўсімі, для ўсіх і фінансуецца ўсімі. Вы можаце падтрымаць нашу працу, зрабіўшы ахвяраванні для Open Beauty Facts, а таксама выкарыстоўваючы пошукавую сістэму Lilo.
Дзякуй!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ У Chrome, Firefox і Safari вы можаце выбраць некалькі выяў (прадукт, інгрэдыенты і інш.), пстрыкаючы па іх пры націснутай клавішы Ctrl, каб дадаць іх усе адным здымкам." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ber.po b/po/openpetfoodfacts/ber.po deleted file mode 100644 index 1829d506c6e0d..0000000000000 --- a/po/openpetfoodfacts/ber.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ber\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Berber\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=((n>=0 && n<=1) || (n>=11 && n<=99) ? 0 : 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ber\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/bg.po b/po/openpetfoodfacts/bg.po deleted file mode 100644 index 8ca02f3f4f191..0000000000000 --- a/po/openpetfoodfacts/bg.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bulgarian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bg\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts събира информация и данни за хранителни продукти за домашни любимци от цял свят.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en&hl=bg" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, богат на пилешко месо" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Пълноценна храна за възрастни котки" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Суха храна за възрастни котки" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Без захар, без оцветители" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Зърнени храни 85,5% (_пшенично_ брашно, пълнозърнесто_ брашно 11%), екстракт от малц, аскорбинова киселина" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/bg/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsBG" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Тази продуктова страница не е пълна. Можеш да помогнеш, като я редактираш и добавиш повече данни от снимките, които имаме, или като направиш още снимки с помощта на приложението за Android или iPhone/iPad. Благодаря ти!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<>е създаден от сдружение с нестопанска цел,което е независимо от индустрията. Той е направен за всички, от всички и се финансира от всички. Можете да подкрепите нашата работа чрез дарение за Open Beauty Facts а също и чрез използвайки Lilo търсачката.
Благодарим Ви!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Дари за Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Съвместна, безплатна и отворена база данни със съставки, хранителни стойности и информация за хранителни продукти за домашни любимци от цял свят" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "и Facebook групата за сътрудници" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Съвместна, безплатна и отворена база данни за съставки и информация за хранителни продукти за домашни любимци от света." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Това е открит лов за храна за домашни любимци на <> от събота, 21 февруари до неделя, 1 март! Сътрудниците получават\n" -"точки Explorer за продукти, които добавят, и Ambassador точки за нови сътрудници, които наемат. Точките се актуализират на всеки 30 минути." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ С Chrome, Firefox и Safari можеш да избереш множество снимки (продукт, съставки и т. н.), като щракнеш върху тях задържайки натиснат клавиша Ctrl, за да ги добавиш наведнъж." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Отворете търсенето на продукти в Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/bm.po b/po/openpetfoodfacts/bm.po deleted file mode 100644 index 780954ebe688b..0000000000000 --- a/po/openpetfoodfacts/bm.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bm\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bambara\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bm\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/bn.po b/po/openpetfoodfacts/bn.po deleted file mode 100644 index f3dc6f81f3c67..0000000000000 --- a/po/openpetfoodfacts/bn.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bengali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bn\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "খুলুন পোষা খাদ্য বিষয়গুলি সারা বিশ্বে পোষা খাবারের পণ্যগুলির তথ্য এবং তথ্য সংগ্রহ করে। 1২২_5_0_321
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "পুরিনা, বংশগত" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "বিনামূল্যে প্ল্যান প্রাপ্তবয়স্ক, মুরগির মধ্যে ধনী" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "প্রাপ্তবয়স্ক পোষা বিড়ালের জন্য সম্পূর্ণ খাদ্য" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "প্রাপ্তবয়স্ক বিড়ালের শুকনো খাবার" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "চিনি নাই, ক্যালরিও নাই" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "আনাজ (_wheat_ আটা, ময়দা 11% পুরো _wheat_) 85.5% মল্ট নির্যাস, অ্যাসকর্বিক এসিড" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "ইএমবি ৫৩০৬২" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/bo.po b/po/openpetfoodfacts/bo.po deleted file mode 100644 index cdbfe671000ac..0000000000000 --- a/po/openpetfoodfacts/bo.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tibetan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bo-BT\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/br.po b/po/openpetfoodfacts/br.po deleted file mode 100644 index 4d770002f954d..0000000000000 --- a/po/openpetfoodfacts/br.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: br\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Breton\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=5; plural=(n%10==1 && (n%100!=11 || n%100!=71 || n%100!=91) ? 0 : n%10==2 && (n%100!=12 || n%100!=72 || n%100!=92) ? 1 : ((n%10>=3 && n%10<=4) || n%10==9) && ((n%100 < 10 || n%100 > 19) || (n%100 < 70 || n%100 > 79) || (n%100 < 90 || n%100 > 99)) ? 2 : (n!=0 && n%1;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: br-FR\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Hep sukr ebet, hep livuzenn ebet" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/bs.po b/po/openpetfoodfacts/bs.po deleted file mode 100644 index df88ac2f323e2..0000000000000 --- a/po/openpetfoodfacts/bs.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bosnian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bs\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ca.po b/po/openpetfoodfacts/ca.po deleted file mode 100644 index 735f59ec7c71d..0000000000000 --- a/po/openpetfoodfacts/ca.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Catalan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ca\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts recopila informació i dades sobre aliments per animals arreu del món.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=ca" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pla Adult Pro, ric en pollastre" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Aliment complet per a gats adults" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Pinso per a gats adults" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Sense sucre, Sense colorants" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "85,5% de cereals (farina de blat, 11% de farina integral de blat), extracte de malt, àcid ascòrbic" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Aquesta pàgina del producte no està completa. Pots ajudar a completar-la editant-la i afegint més dades des de les fotos que tenim, o fent més fotos amb l'aplicació per a Android o per iPhone/iPad. Gràcies!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> està fet per una associació sense ànim de lucre, independent de la indústria. Està fet col·lectivament i per a tothom. Podeu donar-nos suport a donant a Open Beauty Facts i també fent amb el motor de cerca Lilo.
Gràcies!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Feu un donatiu a Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Una base de dades col·laborativa, gratuïta i oberta d'ingredients, dades nutricionals i informació sobre productes alimentaris per a mascotes d'arreu del món" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "i el grup de Facebook per a contribuïdors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Una base de dades col·laborativa, gratuïta i oberta de productes alimentaris per a mascotes arreu del món." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://es-ca.openfoodfacts.org/faq" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "És temporada de caça oberta d'aliments per mascotes del <> dissabte 21 de febrer al diumenge 1 de març! Els col·laboradors reben punts d'Explorador pels productes que afegeixen i punts d'Ambaixador per als nous col·laboradors que reclutin. Els punts s'actualitzen cada 30 minuts." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Amb Chrome, Firefox i Safari, podeu seleccionar múltiples imatges (productes, ingredients, etc.) fent-hi clic mentre manteniu premuda la tecla Ctrl per afegir-les totes d'una sola vegada." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Cerca de productes d'Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/ce.po b/po/openpetfoodfacts/ce.po deleted file mode 100644 index 47ddc6b5ff34d..0000000000000 --- a/po/openpetfoodfacts/ce.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ce\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chechen\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ce\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/chr.po b/po/openpetfoodfacts/chr.po deleted file mode 100644 index 42fc3a12a0a93..0000000000000 --- a/po/openpetfoodfacts/chr.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: chr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Cherokee\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: chr\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/co.po b/po/openpetfoodfacts/co.po deleted file mode 100644 index f1b89c6edbdfc..0000000000000 --- a/po/openpetfoodfacts/co.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: co\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Corsican\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: co\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/crs.po b/po/openpetfoodfacts/crs.po deleted file mode 100644 index fccf1697cc838..0000000000000 --- a/po/openpetfoodfacts/crs.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: crs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Seychellois Creole\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: crs\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/cs.po b/po/openpetfoodfacts/cs.po deleted file mode 100644 index 2726c07585357..0000000000000 --- a/po/openpetfoodfacts/cs.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Czech\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cs\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts shromažďuje informace a údaje o krmivech pro domácí zvířata z celého světa.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, bohatý na kuřecí maso" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Kompletní krmivo pro dospělé kočky" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Suché krmivo pro dospělé kočky" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Bez cukru, Bez barviv" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Obiloviny 85,5 % (_pšeničná_ mouka, _celozrnná_ mouka 11%), sladový extrakt, kyselina askorbová" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world-cs.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Tato stránka produktu není úplná. Můžete pomoci dokončit ji úpravou a přidáním dalších dat z fotografií, které máme, nebo pořízením více fotek pomocí aplikace pro Android nebo iPhone/iPad. Děkujeme!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> vytváří neziskové sdružení nezávislé na průmyslu. Je vytvořen pro všechny, všemi a je financován všemi. Naši práci můžete podpořit příspěvkem na Open Beauty Facts a také pomocí vyhledávače Lilo.
Děkuji!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Přispějte na Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Společná, bezplatná a otevřená databáze ingrediencí, nutričních faktů a informací o krmivech pro domácí zvířata z celého světa" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "a facebooková skupina pro přispěvatele" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Společná, bezplatná a otevřená databáze krmiv pro domácí zvířata z celého světa." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world-cs.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Open Pet Food Hunt je na <> od soboty 21. února do neděle 1. března! Přispěvatelům jsou uděleny body Průzkumníka za produkty, které přidají, a body Ambassador za nové přispěvatele, které naverbují. Body se aktualizují každých 30 minut." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ V prohlížečích Chrome, Firefox a Safari můžete vybrat více obrázků (produkt, přísady atd.) tak, že na ně kliknete a zároveň podržíte stisknutou klávesu Ctrl, abyste je přidali všechny najednou." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Hledání produktů na Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/cv.po b/po/openpetfoodfacts/cv.po deleted file mode 100644 index 3d44e44a11fef..0000000000000 --- a/po/openpetfoodfacts/cv.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chuvash\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cv\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/cy.po b/po/openpetfoodfacts/cy.po deleted file mode 100644 index df16aff18cc14..0000000000000 --- a/po/openpetfoodfacts/cy.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cy\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Welsh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cy\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/da.po b/po/openpetfoodfacts/da.po deleted file mode 100644 index dcf4213559754..0000000000000 --- a/po/openpetfoodfacts/da.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: da\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Danish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: da\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts indsamler oplysninger og data om dyrefoderprodukter fra hele verden.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=da" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, rig på kylling" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Komplet dyrefoder til voksne katte" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Tørfoder til voksen kat" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Intet sukker, ingen farvestoffer" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Korn 85,5% (_hvedemel, _fuldkornsmel 11%), maltekstrakt, kakao %, ascorbinsyre" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://www.microsoft.com/da-dk/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Denne produktside er ikke komplet. Du kan hjælpe med at færdiggøre den ved at redigere den og tilføje flere data fra de fotos, der er, eller ved at tage flere fotos vha. app'en til Android ellerr iPhone/iPad. Tak!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> er oprettet af en non-profit forening, uafhængig af branchen. Den er lavet til alle, af alle, og den finansieres af alle. Du kan støtte vores arbejde ved at donere til Open Beauty Facts og også ved at benytte Lilo-søgemaskinen.
Tak!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Donér til Open Pet Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "En kollaborativ, gratis og åben database over ingredienser, ernæringsfakta og oplysninger om kæledyrsfoderprodukter fra hele verden" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "og Facebook-gruppen for bidragsydere" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "En kollaborativ, gratis og åben database med kæledyrsfødevareprodukter fra hele verden." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Det er Open Pet Food Hunt på <> fra lørdag d. 21. februar til søndag d. 1. marts! Bidragsyderne får tildelt Explorer-point for de produkter, de tilføjer, og Ambassador-point for de nye bidragsydere, de rekrutterer. Point opdateres hvert 30. minut." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Med Chrome, Firefox og Safari kan du vælge flere fotos (produkt, ingredienser, ernæringsindhold mv.) ved at klikke på dem, mens du holder Ctrl-tasten nede for at tilføje dem alle i ét hug." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts-produktsøgning" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/de.po b/po/openpetfoodfacts/de.po deleted file mode 100644 index aa3d92e438890..0000000000000 --- a/po/openpetfoodfacts/de.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: de\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: German\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: de\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts sammelt Informationen und Daten über Tierfutterprodukte aus der ganzen Welt.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=de" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Profi Plan für Ausgewachsene, reich an Huhn" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Komplettes Tierfutter für ausgewachsene Katzen" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Trockennahrung für ausgewachsene Katzen" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Zuckerfrei, ohne Farbstoffe" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Getreide 85,5% (_Weizen_mehl, _Weizen_vollkornmehl 11%), Malzextrakt, Ascorbinsäure (Vitamin C)" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/de/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsDE" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Diese Produktseite ist unvollständig. Sie können helfen, sie zu vervollständigen, indem Sie sie bearbeiten und weitere Daten aus den vorhandenen Fotos hinzufügen oder indem Sie weitere Fotos mit der App für Android oder iPhone/iPad aufnehmen. Vielen Dank!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Für

<> wird von einem gemeinnützigen, branchenunabhängigen Verband hergestellt. Sie ist für alle, von allen gemacht, und sie wird von allen finanziert. Sie können unsere Arbeit unterstützen, indem Sie für Open Beauty Facts spenden und auch dadurch das Sie die Suchmaschine „Lilo” nutzen.
Vielen Dank!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "An Open Pet Food Facts spenden" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Inhaltsstoffe, Nährwertangaben und weitere Informationen über Tiernahrung aus der ganzen Welt in einer offenen und freien Datenbank" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "und die Facebook-Gruppe für Mitwirkende" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Eine gemeinsame, freie und offene Datenbank von Tiernahrung aus der ganzen Welt." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-de.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Es ist Open Pet Food Hunt auf „<>” vom Samstag, den 21. Februar bis Sonntag, den 1. März! Die Mitwirkenden erhalten Entdeckerpunkte für Produkte, die sie hinzufügen und Botschafterpunkte für neue Mitwirkende, die sie einstellen. Die Punkte werden alle 30 Minuten aktualisiert." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "➜ Mit Chrome, Firefox und Safari können Sie einfach durch die Verwendung der Strg-Taste mehrere Fotos auswählen (Produkt, Inhaltsstoffe usw.), um diese einmalig hochzuladen." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts - Produktsuche" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/el.po b/po/openpetfoodfacts/el.po deleted file mode 100644 index 5af929b1dba5d..0000000000000 --- a/po/openpetfoodfacts/el.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: el\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Greek\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: el\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsEs" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/en.po b/po/openpetfoodfacts/en.po deleted file mode 100644 index 78a044086155b..0000000000000 --- a/po/openpetfoodfacts/en.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts gathers information and data on pet food products from around the world.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, rich in chicken" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Complete pet food for adult cats" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Dry adult cat food" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "No sugar, No colorings" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Donate to Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "and the Facebook group for contributors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "A collaborative, free and open database of pet food products from around the world." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts product search" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/en_AU.po b/po/openpetfoodfacts/en_AU.po deleted file mode 100644 index da60b534dcde7..0000000000000 --- a/po/openpetfoodfacts/en_AU.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_AU\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English, Australia\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en-AU\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts gathers information and data on pet food products from around the world.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, rich in chicken" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Complete pet food for adult cats" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Dry adult cat food" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "No sugar, No colorings" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Donate to Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "and the Facebook group for contributors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "A collaborative, free and open database of pet food products from around the world." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts product search" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/en_GB.po b/po/openpetfoodfacts/en_GB.po deleted file mode 100644 index 16bd053bf4e99..0000000000000 --- a/po/openpetfoodfacts/en_GB.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English, United Kingdom\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en-GB\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts gathers information and data on pet food products from around the world.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, rich in chicken" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Complete pet food for adult cats" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Dry adult cat food" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "No sugar, No colourings" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Donate to Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "and the Facebook group for contributors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "A collaborative, free and open database of pet food products from around the world." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts product search" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/eo.po b/po/openpetfoodfacts/eo.po deleted file mode 100644 index ebd9e1616cfbd..0000000000000 --- a/po/openpetfoodfacts/eo.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Esperanto\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: eo\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=eo" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/es.po b/po/openpetfoodfacts/es.po deleted file mode 100644 index 8ee2e4d22f81e..0000000000000 --- a/po/openpetfoodfacts/es.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: es\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Spanish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: es-ES\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts reúne información y datos sobre productos alimenticios para mascotas de todo el mundo.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=es" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adultos, rico en pollo" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Alimento completo para gatos adultos" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Alimento seco para gatos adultos" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Sin azúcar, sin colorantes" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Cereales 85,5 % (harina de _trigo_, harina integral de _trigo_ 11 %), extracto de malta, ácido ascórbico" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsES" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "La página de este producto no está completa. Puedes ayudar a completarla editando y añadiendo más datos sobre las fotos que tenemos, o haciendo más fotos usando la aplicación para Android o iPhone/iPad. ¡Muchas gracias!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> está hecho por una asociación sin ánimo de lucro, independiente de la industria. Está hecho para todos, y está financiado por todos. Puedes apoyar nuestro trabajo donando a Open Beauty Facts y también mediante usando el motor de búsqueda Lilo.
Gracias!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Dona a Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Una base de datos colaborativa, gratuita y abierta de ingredientes e información nutricional sobre productos alimenticios para mascotas de todo el mundo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "y el grupo de Facebook para personas colaboradoras" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Una base de datos colaborativa, gratuita y abierta sobre productos alimenticios para mascotas de todo el mundo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://es.wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "¡La Open Pet Food Hunt de <> será desde el sábado, 21 de febrero, hasta el domingo, 1 de marzo! Quien colabore recibirá puntos de Exploración por los productos que añada y puntos de Embajador por las nuevas personas colaboradoras que reclute. Los puntos se actualizan cada 30 minutos." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Con Chrome, Firefox y Safari puedes seleccionar múltiples imágenes (producto, ingredientes, etc.) para añadirlas de una sola vez haciendo clic en ellas mientras mantienes pulsada la tecla Ctrl." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Búsqueda de productos en Open Pets Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/et.po b/po/openpetfoodfacts/et.po deleted file mode 100644 index 60c2f1d3daa29..0000000000000 --- a/po/openpetfoodfacts/et.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: et\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Estonian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: et\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/eu.po b/po/openpetfoodfacts/eu.po deleted file mode 100644 index ac022231dd9c8..0000000000000 --- a/po/openpetfoodfacts/eu.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Basque\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: eu\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=eu" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Azukrerik ez, koloratzailerik ez" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts produktuaren bilaketa" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/fa.po b/po/openpetfoodfacts/fa.po deleted file mode 100644 index 4cc3c6d645200..0000000000000 --- a/po/openpetfoodfacts/fa.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Persian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fa\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/fi.po b/po/openpetfoodfacts/fi.po deleted file mode 100644 index 4b2c34edef367..0000000000000 --- a/po/openpetfoodfacts/fi.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Finnish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fi\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts kerää tietoja ja dataa lemmikkien elintarvikkeista joka puolelta maailmaa.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=fi" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, sisältää runsaasti kanaa" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Täydellinen lemmikkieläinten ruoka aikuisille kissoille" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Aikuisen kissan kuivaruoka" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Ei sokeria, Ei väriaineita" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Viljoja 85.5% (_vehnä_ jauho, täysjyvä-_vehnä_ jauho 11%), mallasuute, askorbiinihappo" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Tämä tuotesivu ei ole valmis. Voit auttaa sen täydentämisessä muokkaamalla sitä, ja lisäämällä lisätietoja valokuvistamme, tai ottamalla lisää valokuvia Android tai iPhone / iPad -sovelluksella. Kiitos!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Lahjoita

<>ia kehittää voittoa tavoittelematon ja toimialasta riippumaton yhdistys. Sitä kehittävät kaikki, kaikille, ja sitä rahoittavat kaikki. Voit tukea työtämme lahjoittamalla Open Beauty Factsille ja myös käyttämällä Lilo-hakukonetta.
Kiitos!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Lahjoita Open Pet Food Factsille" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Yhteistyöhön perustuva, vapaa ja avoin tietokanta aineosista, ravintosisällöstä ja tiedoista lemmikkien elintarvikkeista joka puolelta maailmaa" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "ja Facebook-ryhmä osallistujille" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Yhteistyöhön perustuva, vapaa ja avoin tietokanta lemmikkien elintarvikkeista joka puolelta maailmaa." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Open Pet Food Hunt <>issa alkaen Lauantaina 21. helmikuuta ja päättyen Sunnuntaina 1. maaliskuuta! Osallistujat palkitaan Tutkimusmatkailija-pisteillä lisäämistään tuotteista ja Suurlähettiläs-pisteillä rekrytoimistaan uusista osallistujista. Pisteet päivitetään 30 minuutin välein." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chromella, Firefoxilla ja Safarilla voit valita useampia kuvia (tuote, ainesosat jne.) napsauttamalla niitä pitäessäsi Ctrl-näppäintä pohjassa lisätäksesi ne kaikki yhteen näkymään." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts -tuotehaku" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/fil.po b/po/openpetfoodfacts/fil.po deleted file mode 100644 index 52a53f86d6fff..0000000000000 --- a/po/openpetfoodfacts/fil.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fil\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Filipino\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fil\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts ay kumukuha ng impormasyon at datos ng mga pagkain produkto ng hayop mula sa buong mundo.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, mayaman sa manok" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Kompletong pagkain ng alagang hayop para sa mga may gulang na pusa" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Pagkaing tuyo sa hustong gulang na pusa" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Walang asukal, walang kulay" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Mga butil 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/fo.po b/po/openpetfoodfacts/fo.po deleted file mode 100644 index c4d079bbf8f74..0000000000000 --- a/po/openpetfoodfacts/fo.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Faroese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fo\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/fr.po b/po/openpetfoodfacts/fr.po deleted file mode 100644 index 91617675cb351..0000000000000 --- a/po/openpetfoodfacts/fr.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: French\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fr\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts rassemble des informations et des données mondiales sur les produits alimentaires pour animaux de compagnie.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=fr" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adulte, riche en poulet" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Nourriture complète pour chat adulte" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Nourriture sèche pour chat adulte" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Sans sucre, sans colorants" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Céréales 85,5% (farine de _blé_, farine de _blé_ complet 11%), extrait de malt, vitamine C" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://fr.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/fr/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsFR" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "La page de ce produit n'est pas complète. Vous pouvez contribuer à la compléter en l'éditant et en ajoutant plus de données à partir des photos que nous avons, ou en prenant plus de photos à l'aide de l'application pour Android ou iPhone / iPad. Merci!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donner

<> est développé par une association à but non lucratif indépendante de l'industrie. Open Food Facts est fait pour tous, par tous, et est financé par tous. Vous pouvez soutenir notre travail en donnant à Open Beauty Facts et aussi en utilisant le moteur de recherche Lilo.
Merci beaucoup !

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Faire un don à Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts.fr" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Une base de données collaborative, libre et ouverte d'ingrédients, de faits nutritionnels et d'informations sur les produits alimentaires d'animaux de compagnie du monde entier" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "et le groupe Facebook des contributeurs" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Une base de données collaborative, libre et ouverte de produits alimentaires pour animaux de compagnie du monde entier." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://fr.wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://fr.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png&hl=fr" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "C'est Open Product Hunt sur <> du samedi 21 février au dimanche 1er mars !\n" -"Les contributeurs sont récompensés via des Points Explorateur pour les produits qu'ils ajoutent et des Points Ambassadeur pour les nouveaux contributeurs qu'ils recrutent. Le nombre de points est actualisé toutes les 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Avec Chrome, Firefox et Safari, vous pouvez sélectionner plusieurs images (produit, ingrédients etc.) en cliquant avec la touche Ctrl enfoncée, pour les envoyer toutes en même temps." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Recherche de produit Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/application-mobile-open-pet-food-facts" - diff --git a/po/openpetfoodfacts/ga.po b/po/openpetfoodfacts/ga.po deleted file mode 100644 index e0033b5e79bc7..0000000000000 --- a/po/openpetfoodfacts/ga.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ga\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Irish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ga-IE\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/gd.po b/po/openpetfoodfacts/gd.po deleted file mode 100644 index 3a8f8838c9903..0000000000000 --- a/po/openpetfoodfacts/gd.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gd\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Scottish Gaelic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n>2 && n<20) ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gd\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/gl.po b/po/openpetfoodfacts/gl.po deleted file mode 100644 index 2f1767f5b6dac..0000000000000 --- a/po/openpetfoodfacts/gl.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Galician\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gl\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/gu.po b/po/openpetfoodfacts/gu.po deleted file mode 100644 index f4b61e335c89e..0000000000000 --- a/po/openpetfoodfacts/gu.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Gujarati\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gu-IN\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ha.po b/po/openpetfoodfacts/ha.po deleted file mode 100644 index 91cd962ece5e4..0000000000000 --- a/po/openpetfoodfacts/ha.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ha\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hausa\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ha\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=ha" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/he.po b/po/openpetfoodfacts/he.po deleted file mode 100644 index c81069d6b568f..0000000000000 --- a/po/openpetfoodfacts/he.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: he\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hebrew\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: he\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts אוסף מידע ונתונים על מזון חיות מחמד מכל רחבי העולם.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "בונזו, קט-לי" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "תוכנית פרו לבוגרים, עשיר בעוף" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "מזון שלם לחתולים בוגרים" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "מזון יבש לחתולים בוגרים" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "אין סוכר, אין צבעי מאכל" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "85.5% דגנים (קמח _חיטה_, קמח _חיטה_ מלאה 11%), תמצית לתת, חומצה אסקורבית" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/detail/XP8LT18SRPKLRG?hl=he-IL&gl=IL" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "עמוד מוצר זה לוקה בחסר. ניתן לסייע להשלים אותו על ידי עריכה או הוספת נתונים נוספים מהתמונות שכבר יש לנו או על ידי צילום תמונות נוספות באמצעות יישומון ה־Android או ה־iPhone/iPad. תודה רבה!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"תרומה

<> נוסד על ידי ארגון ללא מטרות רווח, ללא תלות בתעשייה. הוא נוצר לטובת כולם, על ידי כולם ובמימון כולם. ניתן לתמוך בעבודה שלנו על ידי תרומה ל־Open Beauty Facts וגם על ידי שימוש במנוע החיפוש Lilo.
תודה רבה!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "תרומה ל־Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "מסד נתונים שיתופי, חופשי ופתוח של רכיבים, עובדות תזונתיות ומידע על מוצרי מזון לחיות מחמד מכל רחבי העולם" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "וגם קבוצת הפייסבוק למתנדבים" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "מסד נתונים חופשי, פתוח ושיתופי של מוצרי מזון לחיות מחמד מכל רחבי העולם." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "זה הוא Open Pet Food Hunt אצל <> מיום שבת, 21 בפברואר עד יום ראשון, 1 במרץ! התרומות מזכות בנקודות חוקרים על מוצרים שהם מוסיפים ונקודות שגרירות על תרומים חדשים שמגויסים על ידם. הנקודות מתעדכנות כל חצי שעה." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "← עם כרום, פיירפוקס וספארי, ניתן לבחור מספר תמונות (מוצר, רכיבים וכו׳) על ידי לחיצה עליהן בעת החזקת המקש Ctrl כדי להוסיף את כולן באותה התמונה." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "חיפוש מוצרים ב־Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/hi.po b/po/openpetfoodfacts/hi.po deleted file mode 100644 index 32b3596ebe91b..0000000000000 --- a/po/openpetfoodfacts/hi.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hindi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hi\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/hr.po b/po/openpetfoodfacts/hr.po deleted file mode 100644 index 66ed0f8d09c43..0000000000000 --- a/po/openpetfoodfacts/hr.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Croatian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hr\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ht.po b/po/openpetfoodfacts/ht.po deleted file mode 100644 index 22a49783b116e..0000000000000 --- a/po/openpetfoodfacts/ht.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ht\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Haitian Creole\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ht\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/hu.po b/po/openpetfoodfacts/hu.po deleted file mode 100644 index ea3af903fd9e3..0000000000000 --- a/po/openpetfoodfacts/hu.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hungarian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hu\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Az Open Pet Food Facts összegyűjti az információkat és adatokat a világ állateledeleiről.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=hu" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, csirkében gazdag" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Teljes értékű eledel felnőtt macskák számára" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Száraz felnőtt macskaeledel" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Cukor nélkül, színezék nélkül" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Gabonafélék 85.5% (_búza_liszt, teljes kiőrlésű _búza_liszt 11%), malátakivonat, aszkorbinsav" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr " https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Ez a termékoldal nem teljes! Segíts a további adatok hozzáadásával az általad, vagy általunk készített fotók segítségivel. Adj hozzá további fényképeket. Használd a mobil alkalmazásainkat: Android, iPhone / iPad. Köszönjük!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Adományozzon az Open Pet Food Facts programnak" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "A világ minden tájáról származó állateledelek összetevőinek, tápértékadatainak és információnak együttműködésen alapuló, nyílt és ingyenes adatbázisa" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "és a Facebook csoport a támogatóknak" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Együttműködésen alapuló, ingyenes és nyílt adatbázis állateledel termékekről a világ minden tájáról." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Február 21. szombattól március 1. vasárnapig Nyitott állateledel vadászat a <> oldalon! A Közreműködők díjazásban részesülnek\n" -"Felfedezés pontokat kapnak az általuk hozzáadott termékekért és Nagykövet pontokat az általuk toborzott új közreműködőkért. A pontok 30 percenként frissülnek." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome, Firefox és Safari webböngészővel egyszerre több képet is kiválaszthat (termék, összetevők stb.), kattintson a képekre miközben lenyomva tartja a Ctrl billentyűt, így egyszerűen hozzáadhatja az összes kiválasztott képet." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Food Facts termékkereső" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/hy.po b/po/openpetfoodfacts/hy.po deleted file mode 100644 index 3aa5835f818b2..0000000000000 --- a/po/openpetfoodfacts/hy.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hy\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Armenian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hy-AM\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "«Բաց փաստեր կենդանիների կերի մասին» ծրագիրը տեղեկատվություն է հավաքում ամբողջ աշխարհի ընտանի կենդաննիների կերատեսակների մասին։
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=hy" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/id.po b/po/openpetfoodfacts/id.po deleted file mode 100644 index bc8bee421f5a3..0000000000000 --- a/po/openpetfoodfacts/id.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: id\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Indonesian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: id\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts mengumpulkan informasi dan data tentang produk - produk makanan hewan dari seluruh dunia.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=id" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Dewasa, kaya kandungan daging ayam" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Makanan hewan peliharaan lengkap untuk kucing dewasa" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Makanan kucing dewasa kering" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Tanpa gula, tanpa pewarna" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Sereal 85,5% (tepung _gandum_, tepung _gandum_ utuh 11%), ekstrak malt, asam askorbat" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Halaman produk ini tidak lengkap. Anda dapat membantu melengkapinya dengan menyuntingnya dan menambahkan lebih banyak data dari foto - foto yang kami miliki, atau dengan mengambil lebih banyak foto menggunakan aplikasi untuk Android atauiPhone/iPad. Terima kasih!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> dibuat oleh asosiasi nirlaba, terlepas dari industri. Itu dibuat untuk semua, oleh semua, dan didanai oleh semua. Anda dapat mendukung pekerjaan kami dengan berdonasi ke Open Beauty Facts dan juga ke dengan menggunakan mesin pencari Lilo.
Terima kasih!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Mari berikan donasi untuk Open Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Sebuah basis data kandungan bahan, informasi nilai gizi, dan informasi seputar produk makanan hewan peliharaan dari seluruh dunia yang kolaboratif, bebas, dan terbuka" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "dan grup Facebook untuk para kontributor" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Sebuah basis data produk makanan hewan peliharaan dari seluruh dunia yang kolaboratif, bebas, dan terbuka." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Saatnya Open Pet Food Hunt di <> mulai dari Sabtu, 21 Februari sampai Minggu, 1 Maret! Kontributor akan diberikan imbalan poin Penjelajah untuk produk yang mereka tambahkan dan poin Ambasador untuk kontributor baru yang mereka rekrut. Poin akan diperbarui setiap 30 menit." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Dengan Chrome, Firefox dan Safari, Anda dapat memilih beragam gambar (produk, bahan, dll.) dengan mengkliknya sambil menahan tombol Ctrl untuk menambahkan semuanya dalam satu pemotretan." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Pencarian produk Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/ii.po b/po/openpetfoodfacts/ii.po deleted file mode 100644 index 3acd0d4279b5f..0000000000000 --- a/po/openpetfoodfacts/ii.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ii\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sichuan Yi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ii\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/is.po b/po/openpetfoodfacts/is.po deleted file mode 100644 index 0842eabcbc754..0000000000000 --- a/po/openpetfoodfacts/is.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: is\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Icelandic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: is\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/it.po b/po/openpetfoodfacts/it.po deleted file mode 100644 index cc2226c62d59a..0000000000000 --- a/po/openpetfoodfacts/it.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Italian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: it\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts raccoglie informazioni e dati sui prodotti alimentari per animali da tutto il mondo.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=it" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, ricco di pollo" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Cibo completo per gatti adulti" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Cibo secco per gatti adulti" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Senza zucchero o coloranti" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Cereali 85,5% (farina di _grano_, farina di _grano_ integrale 11%), estratto di malto, acido ascorbico" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/it/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsIT" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Questa pagina prodotto non è completa. Puoi aiutare a completarla modificandola ed aggiungendo altri dati dalle foto che abbiamo o facendo altre foto usando l'app per Android o iPhone/iPad. Grazie!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> è creato da un'associazione senza fini di lucro, indipendente dal settore. E' fatta per tutti, da tutti, e viene finanziata da tutti. Puoi supportare il nostro lavoro con donazioni a Open Beauty Facts e anche utilizzando il motore di ricerca Lilo.
Grazie!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Dona a Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Ingredienti, composizione nutrizionale e informazioni sui prodotti alimentari per animali del mondo intero su una base di dati libera e aperta" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "ed il gruppo Facebook per collaboratori" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Un database collaborativo, libero e aperto di prodotti alimentari per animali provenienti da tutto il mondo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "È Open Pet Food Hunt su <> da sabato 21 febbraio a domenica 1 marzo! I contributori sono premiati con\n" -"punti Esploratore per i prodotti che aggiungono e i punti Ambasciatore per i nuovi contributori che assumono. I punti vengono aggiornati ogni 30 minuti." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Con Chrome, Firefox e Safari, puoi selezionare più immagini (prodotto, ingredienti etc.) cliccandole mentre mantieni premuto Ctrl per aggiungerle tutte in una volta." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Ricerca prodotti Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/iu.po b/po/openpetfoodfacts/iu.po deleted file mode 100644 index bf56eaacf069a..0000000000000 --- a/po/openpetfoodfacts/iu.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: iu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Inuktitut\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: iu\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ja.po b/po/openpetfoodfacts/ja.po deleted file mode 100644 index 2499da5c6d0da..0000000000000 --- a/po/openpetfoodfacts/ja.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Japanese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts は、世界中からペットフード製品の情報およびデータを収集します。
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=ja" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "プリナ, ペディグリー" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "プロプランアダルト, リッチインチキン" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "成猫用の完全なペットフード" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "ドライ成猫キャットフード" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "砂糖なし、着色料不使用" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "穀類 85.5% (小麦粉, 全粒粉 11%), 麦芽エキス, アスコルビン酸" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> は業界から独立した非営利団体により制作されました。皆さまのために、皆さまによって作られ、皆さまによって出資されています。私たちの活動はOpen Beauty Facts に寄付 したり、Lilo検索エンジンを使用 したりすることで支援できます。
ありがとうございます!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome、Firefox、Safariでは、Ctrlキーを押しながら画像(製品、成分などの画像)をクリックすることで、複数の画像を一括で追加することができます。" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/jv.po b/po/openpetfoodfacts/jv.po deleted file mode 100644 index 15eb4316a1a62..0000000000000 --- a/po/openpetfoodfacts/jv.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: jv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Javanese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: jv\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ka.po b/po/openpetfoodfacts/ka.po deleted file mode 100644 index 80680752da692..0000000000000 --- a/po/openpetfoodfacts/ka.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ka\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Georgian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ka\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/kab.po b/po/openpetfoodfacts/kab.po deleted file mode 100644 index 21db3f025dc02..0000000000000 --- a/po/openpetfoodfacts/kab.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kab\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kabyle\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kab\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts ilqeḍ isalen d isefka ɣef tuččit iɣersiwen ikatiyen id yekkan seg maḍal.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Amingaḍ,d-anesbaɣuṛ s tayaẓit" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/kk.po b/po/openpetfoodfacts/kk.po deleted file mode 100644 index 7900855b52b07..0000000000000 --- a/po/openpetfoodfacts/kk.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kazakh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kk\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/km.po b/po/openpetfoodfacts/km.po deleted file mode 100644 index 27aeda5c09325..0000000000000 --- a/po/openpetfoodfacts/km.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: km\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Khmer\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: km\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/kmr.po b/po/openpetfoodfacts/kmr.po deleted file mode 100644 index f05d0af16a1e8..0000000000000 --- a/po/openpetfoodfacts/kmr.po +++ /dev/null @@ -1,150 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kmr_TR\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2019-12-17 10:32\n" -"Language-Team: Kurmanji (Kurdish)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: kmr\n" -"X-Crowdin-File: /master/po/openpetfoodfacts/openpetfoodfacts.pot\n" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openfoodfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openfoodfacts-logo-en-356x300.png" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Şekir tıne renk tıne" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://www.microsoft.com/p/openfoodfacts/9nblggh0dkqr" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/kmr_TR.po b/po/openpetfoodfacts/kmr_TR.po deleted file mode 100644 index 53d084a2cb46d..0000000000000 --- a/po/openpetfoodfacts/kmr_TR.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ku\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kurdish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ku\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Şekir tıne renk tıne" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/kn.po b/po/openpetfoodfacts/kn.po deleted file mode 100644 index aa8dae2d99ae9..0000000000000 --- a/po/openpetfoodfacts/kn.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kannada\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kn\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ko.po b/po/openpetfoodfacts/ko.po deleted file mode 100644 index aac1db5f89d32..0000000000000 --- a/po/openpetfoodfacts/ko.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Korean\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts는 전 세계의 애완 동물 사료 제품에 대한 정보와 데이터를 수집합니다.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=ko" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "퓨리나, 혈통" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "프로 플랜 성인, 치킨이 풍부한" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "성인 고양이를위한 완벽한 애완 동물 사료" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "마른 성인 고양이 음식" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "설탕 없음, 착색 없음" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "곡물 85.5 % (_ 밀가루, 통 밀가루 11 %), 맥아 추출물, 아스코르브산" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/kr/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "이 제품 페이지는 완전하지 않습니다. 편집해서 우리가 가지고 있는 사진의 데이터를 더 추가하거나, 안드로이드아이폰/아이패드용 앱을 사용하여 더 많은 사진을 찍으면 완성할 수 있습니다. 고맙습니다!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<>는 비영리 단체가 운영하고 있습니다. 여러분을 위해, 여러분에 의해 그리고 여러분의 기부에 의해 운영됩니다. Open Beauty Facts에 기부하거나릴로 서치 엔진을 이용해서 저희에게 힘이 되어주세요.
감사합니다!

\"Donate" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Open Beauty Facts에게 기부하기" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "세계 각국의 사료에 대한 성분, 영양 정보 및 정보의 무료 공개 협업 데이터베이스" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "기여자를 위한 페이스 북 그룹" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "세계 각국에서 사료의 협업 무료 오픈 데이터베이스." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr " 2월 21일 토요일부터 3월 1일 일요일까지 <>의 Open Pet Food Hunt 입니다! 기고자에게는 추가 한 제품에 대해\n" -"탐험가 포인트가, 새로 모집 한 신규 기고자에 대한 대사 포인트가 부여됩니다. 포인트는 30분마다 업데이트됩니다." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome, Firefox 및 Safari를 사용하면 Ctrl 키를 누른 상태에서 여러 사진 (제품, 재료 등)을 클릭하여 한 번에 모두 추가 할 수 있습니다." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts 제품 검색" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/ku.po b/po/openpetfoodfacts/ku.po deleted file mode 100644 index 73f51e3303f0a..0000000000000 --- a/po/openpetfoodfacts/ku.po +++ /dev/null @@ -1,151 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kmr_TR\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2019-08-08 21:31\n" -"Language-Team: Kurmanji (Kurdish)\n" -"Last-Translator: Pierre Slamich (pierreslamich)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: crowdin.com\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: kmr\n" -"X-Crowdin-File: /master/po/openpetfoodfacts/openpetfoodfacts.pot\n" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openfoodfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openfoodfacts-logo-en-356x300.png" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Şekir tıne renk tıne" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://www.microsoft.com/p/openfoodfacts/9nblggh0dkqr" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/kw.po b/po/openpetfoodfacts/kw.po deleted file mode 100644 index a25aea67a1d77..0000000000000 --- a/po/openpetfoodfacts/kw.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kw\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Cornish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kw\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ky.po b/po/openpetfoodfacts/ky.po deleted file mode 100644 index d9ad200612c81..0000000000000 --- a/po/openpetfoodfacts/ky.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ky\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kyrgyz\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ky\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/la.po b/po/openpetfoodfacts/la.po deleted file mode 100644 index b359e0ddd4c04..0000000000000 --- a/po/openpetfoodfacts/la.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: la\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Latin\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: la-LA\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/lb.po b/po/openpetfoodfacts/lb.po deleted file mode 100644 index 0e888032e46b7..0000000000000 --- a/po/openpetfoodfacts/lb.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lb\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Luxembourgish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lb\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/lo.po b/po/openpetfoodfacts/lo.po deleted file mode 100644 index 6e9c6f0f6dc20..0000000000000 --- a/po/openpetfoodfacts/lo.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Lao\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lo\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/lol.po b/po/openpetfoodfacts/lol.po deleted file mode 100644 index e67909db56e63..0000000000000 --- a/po/openpetfoodfacts/lol.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lol\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: LOLCAT\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lol\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "crwdns228403:0crwdne228403:0" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "crwdns228405:0crwdne228405:0" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "crwdns228407:0crwdne228407:0" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "crwdns228409:0crwdne228409:0" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "crwdns228411:0crwdne228411:0" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "crwdns228413:0crwdne228413:0" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "crwdns228415:0crwdne228415:0" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "crwdns228417:0crwdne228417:0" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "crwdns228419:0crwdne228419:0" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "crwdns228421:0crwdne228421:0" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "crwdns228423:0crwdne228423:0" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "crwdns244959:0crwdne244959:0" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "crwdns228427:0crwdne228427:0" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "crwdns228429:0crwdne228429:0" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "crwdns228431:0crwdne228431:0" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "crwdns228433:0crwdne228433:0" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "crwdns228435:0crwdne228435:0" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "crwdns228437:0crwdne228437:0" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "crwdns228439:0crwdne228439:0" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "crwdns228441:0crwdne228441:0" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "crwdns228443:0crwdne228443:0" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "crwdns228445:0crwdne228445:0" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "crwdns228447:0crwdne228447:0" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "crwdns228449:0crwdne228449:0" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "crwdns228451:0crwdne228451:0" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "crwdns228453:0crwdne228453:0" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "crwdns228455:0crwdne228455:0" - diff --git a/po/openpetfoodfacts/lt.po b/po/openpetfoodfacts/lt.po deleted file mode 100644 index e7a692a41fd27..0000000000000 --- a/po/openpetfoodfacts/lt.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Lithuanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lt\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Paaukokite pinigų „Open Pet Food Facts“" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/lv.po b/po/openpetfoodfacts/lv.po deleted file mode 100644 index 0b74cb887d1f3..0000000000000 --- a/po/openpetfoodfacts/lv.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Latvian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lv\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=lv" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Sausā kaķu barība" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Bez cukura, bez krāsvielām" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Graudaugi 85,5% (kviešu milti, pilngraudu milti 11%), iesala ekstrakts, askorbīnskābe" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/me.po b/po/openpetfoodfacts/me.po deleted file mode 100644 index fcdffa74ac785..0000000000000 --- a/po/openpetfoodfacts/me.po +++ /dev/null @@ -1,152 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: me\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-06-19 15:51\n" -"Language-Team: Montenegrin (Latin)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: me\n" -"X-Crowdin-File: /master/po/openpetfoodfacts/openpetfoodfacts.pot\n" -"X-Crowdin-File-ID: 448\n" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openfoodfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openfoodfacts-logo-en-356x300.png" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://www.microsoft.com/p/openfoodfacts/9nblggh0dkqr" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/mg.po b/po/openpetfoodfacts/mg.po deleted file mode 100644 index eb52a780d90d8..0000000000000 --- a/po/openpetfoodfacts/mg.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malagasy\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mg\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr " \"Donate

<> dia novolavolaina fikambanana tsy mitady tombony, tsy miankina amin'ny orinasa. Natao ho an'ny rehetra, avy amin'ny rehetra, ary vatsian'ny rehetra. Azonao atao ny manohana ny asanay amin'ny fanomezana ho an'ny Open Beauty Facts ary amin'ny alàlan'ny mampiasa ny milina fikarohana an'ny Lilo koa .
Misaotra!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Miaraka amin'ny Chrome, Firefox ary Safari, afaka misafidy sary marobe (vokatra, akora sns) ianao amin'ny alàlan'ny fanindriana azy ireo sy fitazonana ny kitendry Ctrl mba hampidirana azy ireo indray mandeha." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/mi.po b/po/openpetfoodfacts/mi.po deleted file mode 100644 index 104adc96f4858..0000000000000 --- a/po/openpetfoodfacts/mi.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Maori\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mi\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ml.po b/po/openpetfoodfacts/ml.po deleted file mode 100644 index eab4e3535797b..0000000000000 --- a/po/openpetfoodfacts/ml.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ml\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malayalam\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ml-IN\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/mn.po b/po/openpetfoodfacts/mn.po deleted file mode 100644 index ca1766fc5f72b..0000000000000 --- a/po/openpetfoodfacts/mn.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Mongolian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mn\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/mr.po b/po/openpetfoodfacts/mr.po deleted file mode 100644 index 56968a6d0e120..0000000000000 --- a/po/openpetfoodfacts/mr.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Marathi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mr\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ms.po b/po/openpetfoodfacts/ms.po deleted file mode 100644 index c8e609d2429a0..0000000000000 --- a/po/openpetfoodfacts/ms.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ms\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malay\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ms\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/mt.po b/po/openpetfoodfacts/mt.po deleted file mode 100644 index b86885fa355ac..0000000000000 --- a/po/openpetfoodfacts/mt.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Maltese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || (n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20) ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mt\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/my.po b/po/openpetfoodfacts/my.po deleted file mode 100644 index 018393368b566..0000000000000 --- a/po/openpetfoodfacts/my.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: my\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Burmese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: my\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "အရွယ်ရောက်ပြီး ကြောင်အတွက် အစာခြောက်" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/nb.po b/po/openpetfoodfacts/nb.po deleted file mode 100644 index 001abfc33ae31..0000000000000 --- a/po/openpetfoodfacts/nb.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nb_NO\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian Bokmal\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nb\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts samler informasjon og data om dyrefôrprodukter fra hele verden.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=no" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, rik på kylling" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Komplett kjæledyrfôr for voksne katter" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Tørrmat for voksne katter" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Ingen sukker, ingen fargestoffer" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Donér til Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "og Facebook-gruppa for bidragsytere" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts produktsøk" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/ne.po b/po/openpetfoodfacts/ne.po deleted file mode 100644 index aad3151aea4a1..0000000000000 --- a/po/openpetfoodfacts/ne.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ne\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Nepali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ne-NP\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/nl.po b/po/openpetfoodfacts/nl.po deleted file mode 120000 index a0f480ae15bd4..0000000000000 --- a/po/openpetfoodfacts/nl.po +++ /dev/null @@ -1 +0,0 @@ -nl_NL.po \ No newline at end of file diff --git a/po/openpetfoodfacts/nl_BE.po b/po/openpetfoodfacts/nl_BE.po deleted file mode 100644 index 7d7400ec8d521..0000000000000 --- a/po/openpetfoodfacts/nl_BE.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl_BE\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Dutch, Belgium\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nl-BE\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts verzamelt informatie en gegevens over huisdiervoedingsproducten van over de hele wereld.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=nl" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, rijk aan kip" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Voltooi dierenvoeding voor volwassen katten" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Droogvoer voor volwassen katten" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Geen suiker, geen kleurstoffen" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Granen 85,5% (_wheatmeel, volkorenmeel 11%), moutextract, ascorbinezuur" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/nl/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Deze productpagina is niet compleet. U kunt helpen om het te voltooien door het te bewerken en meer gegevens toe te voegen van de foto's die we hebben, of door meer foto's te maken met de app voor Android of iPhone / iPad. Dank je!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Doneer

<> wordt gemaakt door een non-profit associatie, onafhankelijk van de industrie. Het is gemaakt voor iedereen, door iedereen, en wordt gefinancierd door iedereen. Je kan ons werk ondersteunen door te doneren aan Open Food Facts en ook door de Lilo zoekmachine te gebruiken.
Bedankt!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Doneer aan Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Een gezamenlijke, vrije en open database met ingrediënten, voedingsfeiten en informatie over dierenvoedsel uit de hele wereld" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "en de Facebook-groep voor bijdragers" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Een gezamenlijke, vrije en open database van dierenvoedsel uit de hele wereld." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-nl.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Het is Open Pet Food Hunt op <> van zaterdag 23 februari tot zondag 1 maart 1! Deelnemers ontvangen Ontdekkerspunten voor de producten die ze toevoegen, en Ambassadeurspunten voor nieuwe deelnemers, die ze aanbrengen. De punten worden elke 30 minuten geupdatet." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Met Chrome, Firefox en Safari kunt u verschillende foto's (product, ingrediënten, etc.) selecteren door tijdens het klikken de Ctrl-toets ingedrukt te houden om ze tegelijkertijd toe te voegen." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Product zoeken in Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/ open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/nl_NL.po b/po/openpetfoodfacts/nl_NL.po deleted file mode 100644 index b27c7a492caee..0000000000000 --- a/po/openpetfoodfacts/nl_NL.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Dutch\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nl\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts verzamelt informatie en gegevens over huisdiervoedingsproducten van over de hele wereld.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=nl" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, rijk aan kip" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Complete voeding voor volwassen katten" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Droogvoer voor volwassen katten" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Geen suiker, geen kleurstoffen" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Granen 85,5% (_tarwe_meel, volkorenmeel 11%), moutextract, ascorbinezuur" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/nl/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Deze productpagina is niet compleet. U kunt helpen om het te voltooien door het te bewerken en meer gegevens toe te voegen van de afbeeldingen die we reeds hebben, of door meer foto's te maken met de app voor Android of iPhone / iPad. Dank je wel!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Doneer

<> wordt gemaakt door een non-profit associatie, onafhankelijk van de industrie. Het is gemaakt voor iedereen, door iedereen, en wordt gefinancierd door iedereen. Je kan ons werk ondersteunen door te doneren aan Open Food Facts en ook door de Lilo zoekmachine te gebruiken.
Bedankt!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Doneer aan Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Een gezamenlijke, gratis en open database met ingrediënten, voedingsfeiten en informatie over dierenvoedsel uit de hele wereld" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "en de Facebook-groep voor bijdragers" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Een gezamenlijke, gratis en open database van dierenvoedsel uit de hele wereld." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-nl.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Pet Food Hunt op <> van zaterdag 21 februari tot zondag 1 maart! Bijdragers krijgen\n" -"Explorer-punten voor producten die ze toevoegen en Ambassadorpunten voor nieuwe medewerkers die ze werven. Punten worden elke 30 minuten bijgewerkt." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Met Chrome, Firefox en Safari kunt u verschillende afbeeldingen (product, ingrediënten, etc.) selecteren door tijdens het klikken de Ctrl-toets ingedrukt te houden om ze tegelijkertijd toe te voegen." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts product zoeken" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/nn.po b/po/openpetfoodfacts/nn.po deleted file mode 100644 index cdbe5cb4c33b6..0000000000000 --- a/po/openpetfoodfacts/nn.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nn_NO\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian Nynorsk\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nn-NO\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts samler informasjon og data om dyrefôrprodukter fra hele verden.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=no" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/no.po b/po/openpetfoodfacts/no.po deleted file mode 100644 index 28bb4e0cc61eb..0000000000000 --- a/po/openpetfoodfacts/no.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: no\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: no\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts samler informasjon og data om dyrefôrprodukter fra hele verden.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=no" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/nr.po b/po/openpetfoodfacts/nr.po deleted file mode 100644 index 8f7b03a799480..0000000000000 --- a/po/openpetfoodfacts/nr.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Ndebele\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nr\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/oc.po b/po/openpetfoodfacts/oc.po deleted file mode 100644 index 60d275fe6785c..0000000000000 --- a/po/openpetfoodfacts/oc.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: oc\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Occitan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: oc\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/openpetfoodfacts.pot b/po/openpetfoodfacts/openpetfoodfacts.pot deleted file mode 100644 index 6bd40496a9f7c..0000000000000 --- a/po/openpetfoodfacts/openpetfoodfacts.pot +++ /dev/null @@ -1,120 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"Project-Id-Version: \n" -"PO-Revision-Date: \n" -"Language-Team: \n" -"Last-Translator: \n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "" -"Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, " -"ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/us/app/open-food-facts-product-scan/id588797948" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -# Still in use. Would be nice to move it to placeholders -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" diff --git a/po/openpetfoodfacts/or.po b/po/openpetfoodfacts/or.po deleted file mode 100644 index 208adac9da273..0000000000000 --- a/po/openpetfoodfacts/or.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: or\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Odia\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: or\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/pa.po b/po/openpetfoodfacts/pa.po deleted file mode 100644 index 3bb2a4e213e1e..0000000000000 --- a/po/openpetfoodfacts/pa.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Punjabi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pa-IN\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/pl.po b/po/openpetfoodfacts/pl.po deleted file mode 100644 index 1c37dd041bada..0000000000000 --- a/po/openpetfoodfacts/pl.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Polish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pl\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts zbiera informacje i dane o karmie dla zwierząt domowych z całego świata.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=pl" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Atut, bogaty w kurczaka" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Kompleksowa karma dla dorosłych kotów" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Sucha karma dla dorosłych kotów" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Bez cukru, bez barwników" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Zboża 85.5% (mąka pszenna, mąka pszenno-razowa 11%), syrop maltozowy, kwas askorbinowy" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/pl/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Ta strona produktu jest niekompletna. Możesz pomóc w dokończeniu tego zadania edytując je i dodając więcej danych z naszych zdjęć, lub robiąc więcej zdjęć za pomocą aplikacji dla Android lub iPhone/iPad. Dziękujemy!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> jest tworzony przez stowarzyszenie non-profit, niezależne od przemysłu. Jest on realizowany przez wszystkich i finansowany przez wszystkich. Możesz wspierać naszą pracę przez przekazując darowiznę na Open Beauty Facts oraz korzystając z wyszukiwarki Lilo.
Dziękujemy!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Wpłać darowiznę na rzecz Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Tworzona wspólnie, darmowa baza danych składników, wartości odżywczych i informacji o produktach dla zwierząt z całego świata" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "oraz grupa dla kontrybutorów na Facebooku" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Wspólna, darmowa i otwarta baza produktów spożywczych dla zwierząt z całego świata." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Od soboty 21 lutego do niedzieli 1 marca trwa Otwarte polowanie na karmę dla zwierząt! on <> Współtwórców nagradzamy punktami Badacza za dodany produkt, a punty Reprezentanta za zwerbowanych nowych współtwórców. Punktacja zmienia się co 30 minut." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "W Chrome, Firefox i Safari możesz wybrać wiele zdjęć (produktu, składników itp.) klikając przytrzymując klawisz Ctrl by dodać je na raz." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Wyszukiwanie produktów w Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/otwórz-aplikację-mobilną-pet-food-facts" - diff --git a/po/openpetfoodfacts/pt.po b/po/openpetfoodfacts/pt.po deleted file mode 120000 index b78e314b7a6ba..0000000000000 --- a/po/openpetfoodfacts/pt.po +++ /dev/null @@ -1 +0,0 @@ -pt_PT.po \ No newline at end of file diff --git a/po/openpetfoodfacts/pt_BR.po b/po/openpetfoodfacts/pt_BR.po deleted file mode 100644 index eb6234fc99b06..0000000000000 --- a/po/openpetfoodfacts/pt_BR.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Portuguese, Brazilian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pt-BR\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts reúne informações e dados sobre produtos alimentares para animais de todo o mundo.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=pt" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adulto, com muito frango" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Alimento completo para gatos adultos" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Comida para gato adulto seco" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Sem açúcar, sem corantes" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Cereais 85,5% (farinha de _trigo_, farinha de _centeio_ 11%), extrato de malte (cevada), ácido ascórbico" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://br.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/pt/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsPt" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Esta página de produto não está completa. Pode ajudar a completá-la, editando-la e adicionando mais dados das fotos existentes ou tirando mais fotos usando a App para Android ou iPhone/iPad. Obrigado!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Doar

<> é feito por uma associação sem fins lucrativos, de forma independente. É feito para todos, por todos, e financiado por todos. Você pode apoiar nosso trabalho doando para Open Beauty Facts e também usando o mecanismo de busca Lilo.
Obrigado!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Fazer um donativo ao Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Uma base de dados livre, aberta e colaborativa sobre ingredientes, informações nutricionais e produtos alimentares para animais de todo o mundo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "e o grupo do Facebook para colaboradores" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Uma base de dados colaborativa, livre e aberta sobre produtos alimentares para animais de todo o mundo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://br.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "É a Open Pet Food Hunt no <> de sábado, 21 de fevereiro a domingo, 1 de março! Os participantes são recompensados com pontos de Explorador para os produtos que adicionarem e com pontos de Embaixador para as novas contribuições que tiverem recrutado. Os pontos são actualizados a cada 30 minutos." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Com o Chrome, Firefox e Safari, você pode selecionar várias fotos (produto, ingredientes, etc.) clicando nelas enquanto pressiona a tecla Ctrl para adicioná-las todas de uma só vez." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts pesquisa de produto" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/pt_PT.po b/po/openpetfoodfacts/pt_PT.po deleted file mode 100644 index 72b147c15ee80..0000000000000 --- a/po/openpetfoodfacts/pt_PT.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Portuguese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pt-PT\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts reúne informações e dados sobre produtos alimentares para animais de todo o mundo.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=pt" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adulto, com muito frango" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Alimento completo para gatos adultos" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Comida para gato adulto seco" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Sem açúcar, sem corantes" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Cereais 85,5% (farinha de _trigo_, farinha de _centeio_ 11%), extrato de malte (cevada), ácido ascórbico" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/pt/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Esta página de produto não está completa. Pode ajudar a completá-la, editando-la e adicionando mais dados das fotografias existentes ou tirando mais fotografias usando a aplicação para Android ou iPhone/iPad. Obrigado!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Fazer

<> é um projeto gerido por uma associação sem fins lucrativos, independente da indústria. É feito para todos, por todos e é financiado por todos. Pode apoiar o nosso trabalho fazendo um donativo ao Open Beauty Facts e também utilizando o motor de busca Lilo.
Obrigado!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Fazer um donativo ao Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Uma base de dados livre, aberta e colaborativa sobre ingredientes, informações nutricionais e produtos alimentares para animais de todo o mundo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "e o grupo do Facebook para colaboradores" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Uma base de dados colaborativa, livre e aberta sobre produtos alimentares para animais de todo o mundo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "É a Open Pet Food Hunt no <> de sábado, 21 de fevereiro a domingo, 1 de março! Os participantes são recompensados com pontos de Explorador para os produtos que adicionarem e com pontos de Embaixador para as novas contribuições que tiverem recrutado. Os pontos são actualizados a cada 30 minutos." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Com o Chrome, Firefox e Safari, pode selecionar várias fotografias (produto, ingredientes, etc.) clicando nelas enquanto pressiona a tecla Ctrl para adicioná-las todas de uma só vez." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts pesquisa de produto" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/qu.po b/po/openpetfoodfacts/qu.po deleted file mode 100644 index dbd0ebee8f0b0..0000000000000 --- a/po/openpetfoodfacts/qu.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: qu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Quechua\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: qu\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/rm.po b/po/openpetfoodfacts/rm.po deleted file mode 100644 index 6153a76055cb3..0000000000000 --- a/po/openpetfoodfacts/rm.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: rm\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Romansh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: rm-CH\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ro.po b/po/openpetfoodfacts/ro.po deleted file mode 100644 index 79d4e320343c1..0000000000000 --- a/po/openpetfoodfacts/ro.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Romanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ro\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Deschideți Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts adună informații și date despre produsele alimentare pentru animale de companie din întreaga lume.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=ro" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, bogat în pui" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Mâncare completă pentru pisici adulte" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Măncare uscată pentru pisici adulte" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Fără zahăr, Fără coloranți" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Cereale 85,5% (făină, făină integrală - 11%), extract de malț, acid ascorbic" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Această pagină de produs nu este completă. Puteți ajuta să o finalizați editând-o și adăugând mai multe date din fotografiile pe care le avem, sau făcând mai multe fotografii folosind aplicația pentru Android sau iPhone/iPad. Mulțumesc!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> este făcută de o asociație non-profit, independentă în industrie. Este făcut pentru toată lumea. Pentru a ne susține munca donați către Open Beauty Facts și pentru folosirea motorului de căutare Lilo.
Vă mulțumim

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Donează la Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "O bază de date colaborativă, gratuită și deschisă cu ingrediente, informații nutriționale și informații despre produsele alimentare pentru animale de companie din întreaga lume" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "și grupul Facebook pentru colaboratori" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "O bază de date colaborativă, gratuită și deschisă cu produse alimentare pentru animale de companie din întreaga lume." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-ro.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Este Open Pet Food Hunt pe <> de sâmbătă, 21 februarie, până duminică, 1 martie! Colaboratorilor li se acordă\n" -"puncte Explorer pentru produsele pe care le adaugă și puncte Ambasador pentru colaboratorii noi pe care îi recrutează. Punctele sunt actualizate la fiecare 30 de minute." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Cu Chrome, Firefox și Safari, puteți selecta mai multe imagini (produs, ingrediente etc.) Apăsând clic pe ele, ținând apăsată tasta Ctrl apăsată pentru a le adăuga pe toate într-o singură lovitură." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Deschideți căutarea produselor Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/ru.po b/po/openpetfoodfacts/ru.po deleted file mode 100644 index 3d38063232ce7..0000000000000 --- a/po/openpetfoodfacts/ru.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Russian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ru\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts собирает данные с упаковок кормов для домашних животных по всему миру.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=ru" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Palvarin hernekeitto - Kivikylän" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Корм сухой полнорационный для взрослых кошек, с высоким содержанием курицы" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Полнорационный сухой корм для кошек" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Без сахара, Без красителей" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Злаки 85.5% (_пшеничная_ мука, цельнозерновая _пшеничная_ мука 11%), солодовый экстракт, какао %, аскорбиновая кислота" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/ru/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Страница этого продукта не завершена. Вы можете помочь заполнить её, отредактировав и добавив больше данных с фотографий, которые у нас есть, или сделав дополнительные фотографий с помощью приложения для Android или iPhone/iPad. Спасибо!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Помочь

<> создан некоммерческой ассоциацией, независимой от производителей отрасли. Это сделано для всех, всеми, и финансируется всеми. Вы можете поддержать нашу работу, сделав пожертвование для Open Beauty Facts, а также используя поисковую систему Lilo.
Спасибо!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Пожертвовать Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Совместная, открытая и свободная база данных об ингредиентах, пищевой ценности и прочей информации о кормах для домашних животных со всего мира" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "и группа в Facebook для участников" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Совместная, бесплатная и открытая база данных кормов для домашних животных со всего мира." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Это Open Pet Food Hunt на <> с субботы 21 февраля до воскресенья 1 марта! Участники получают\n" -"баллы Исследователя за добавленные продукты и баллы Представителя за привлечение новых участников. Счёт обновляется каждые 30 минут." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ В Chrome, Firefox и Safari можно выбрать несколько файлов изображений (продукта, состава и т. п.), кликая по ним удерживая кнопку Ctrl, и загрузить их все одновременно." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Поиск продуктов Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ry.po b/po/openpetfoodfacts/ry.po deleted file mode 100644 index 3476fe2d6aeb8..0000000000000 --- a/po/openpetfoodfacts/ry.po +++ /dev/null @@ -1,152 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ry\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-06-19 15:44\n" -"Language-Team: Rusyn\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ry-UA\n" -"X-Crowdin-File: /master/po/openpetfoodfacts/openpetfoodfacts.pot\n" -"X-Crowdin-File-ID: 448\n" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openfoodfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openfoodfacts-logo-en-356x300.png" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://www.microsoft.com/p/openfoodfacts/9nblggh0dkqr" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sa.po b/po/openpetfoodfacts/sa.po deleted file mode 100644 index 316d09b645851..0000000000000 --- a/po/openpetfoodfacts/sa.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sanskrit\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sa\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sat.po b/po/openpetfoodfacts/sat.po deleted file mode 100644 index 1dfe953fce946..0000000000000 --- a/po/openpetfoodfacts/sat.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sat\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Santali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sat\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sc.po b/po/openpetfoodfacts/sc.po deleted file mode 100644 index a132f3aa954d5..0000000000000 --- a/po/openpetfoodfacts/sc.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sc\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sardinian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sc\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sco.po b/po/openpetfoodfacts/sco.po deleted file mode 100644 index 7066d7ea0f651..0000000000000 --- a/po/openpetfoodfacts/sco.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sco\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Scots\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sco\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sd.po b/po/openpetfoodfacts/sd.po deleted file mode 100644 index 5d75dcfddc77b..0000000000000 --- a/po/openpetfoodfacts/sd.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sd\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sindhi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sd\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sg.po b/po/openpetfoodfacts/sg.po deleted file mode 100644 index 9ecb6365055d4..0000000000000 --- a/po/openpetfoodfacts/sg.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sango\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sg\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sh.po b/po/openpetfoodfacts/sh.po deleted file mode 100644 index 7a82ca87f31aa..0000000000000 --- a/po/openpetfoodfacts/sh.po +++ /dev/null @@ -1,152 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sh\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-06-19 15:49\n" -"Language-Team: Serbo-Croatian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sh\n" -"X-Crowdin-File: /master/po/openpetfoodfacts/openpetfoodfacts.pot\n" -"X-Crowdin-File-ID: 448\n" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openfoodfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the logo exists for your language, otherwise ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openfoodfacts-logo-en-356x300.png" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://www.microsoft.com/p/openfoodfacts/9nblggh0dkqr" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/si.po b/po/openpetfoodfacts/si.po deleted file mode 100644 index 64b60ce3b1a75..0000000000000 --- a/po/openpetfoodfacts/si.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: si\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sinhala\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: si-LK\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sk.po b/po/openpetfoodfacts/sk.po deleted file mode 100644 index bc57a2f9fb4a5..0000000000000 --- a/po/openpetfoodfacts/sk.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Slovak\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sk\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts zhromažďuje informácie a údaje o výrobkoch krmiva pre domáce zvieratá z celého sveta.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, bohaté na kuracie mäso" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Kompletné krmivo pre dospelé mačky" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Suché krmivo pre dospelé mačky" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Bez cukru, bez farbív" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Obilniny 85,5% (_pšeničná_ múka, celozrnná_ múka 11%), sladový extrakt, kyselina askorbová" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Táto stránka produktu nie je úplná. Môžete si ho pomôcť dokončiť jeho úpravou a pridaním ďalších údajov z fotografií, ktoré máme, alebo nasnímaním ďalších fotografií pomocou aplikácie pre Android alebo iPhone/iPad. Ďakujem!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Prispejte na Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Spoločná, bezplatná a otvorená databáza zložiek, nutričných faktov a informácií o produktoch krmiva pre domáce zvieratá z celého sveta" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "a facebooková skupina pre prispievateľov" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Spoločná, bezplatná a otvorená databáza produktov krmiva pre domáce zvieratá z celého sveta." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Je Open Pet Food Hunt na <> od soboty 21. februára do nedele 1. marca! Prispievatelia získajú\n" -"body Prieskumníka za produkty, ktoré pridajú, a body Ambassador za nových prispievateľov, ktorých naverbujú. Body sa aktualizujú každých 30 minút." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Otvorte vyhľadávanie produktov Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/sl.po b/po/openpetfoodfacts/sl.po deleted file mode 100644 index f11573d467a13..0000000000000 --- a/po/openpetfoodfacts/sl.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Slovenian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sl\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Suha hrana za odrasle mačke" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Brez sladkorja, brez barvil" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Žitarice 85,5% (_pšenična_moka, polnozrnata-_pšenična_ moka 11%), ekstrakt slada, askorbinska kislina" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Prispevajte za Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sma.po b/po/openpetfoodfacts/sma.po deleted file mode 100644 index 26fbfbe275f9c..0000000000000 --- a/po/openpetfoodfacts/sma.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sma\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Sami\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sma\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sn.po b/po/openpetfoodfacts/sn.po deleted file mode 100644 index 1154c6508c895..0000000000000 --- a/po/openpetfoodfacts/sn.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Shona\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sn\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/so.po b/po/openpetfoodfacts/so.po deleted file mode 100644 index 64c94c842d7d9..0000000000000 --- a/po/openpetfoodfacts/so.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: so\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Somali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: so\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/son.po b/po/openpetfoodfacts/son.po deleted file mode 100644 index 7a73e469547d4..0000000000000 --- a/po/openpetfoodfacts/son.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: son\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Songhay\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: son\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sq.po b/po/openpetfoodfacts/sq.po deleted file mode 100644 index 3d384ce508cd8..0000000000000 --- a/po/openpetfoodfacts/sq.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Albanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sq\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sr.po b/po/openpetfoodfacts/sr.po deleted file mode 100644 index 8da443edc475a..0000000000000 --- a/po/openpetfoodfacts/sr.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Montenegrin (Cyrillic)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr-Cyrl-ME\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sr_CS.po b/po/openpetfoodfacts/sr_CS.po deleted file mode 100644 index db9af82bce1d6..0000000000000 --- a/po/openpetfoodfacts/sr_CS.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Serbian (Latin)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr-CS\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en&hl=sr" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://rs.wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sr_RS.po b/po/openpetfoodfacts/sr_RS.po deleted file mode 100644 index fc77f009bcae3..0000000000000 --- a/po/openpetfoodfacts/sr_RS.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Serbian (Cyrillic)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ss.po b/po/openpetfoodfacts/ss.po deleted file mode 100644 index ab6ba3fb3283f..0000000000000 --- a/po/openpetfoodfacts/ss.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ss\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swati\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ss\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/st.po b/po/openpetfoodfacts/st.po deleted file mode 100644 index 787a54f69f875..0000000000000 --- a/po/openpetfoodfacts/st.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: st\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Sotho\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: st\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/sv.po b/po/openpetfoodfacts/sv.po deleted file mode 100644 index a2db81c1fd78c..0000000000000 --- a/po/openpetfoodfacts/sv.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swedish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sv-SE\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Öppna Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts samlar information och data om djurfoderprodukter från hela världen.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=sv" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Vuxen, rik på kyckling" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Komplett djurfoder för vuxna katter" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Torrfoder för vuxna katter" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Inget socker, inga färgämnen" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Spannmål 85,5% (_vetemjöl, _fullkornsvetemjöl 11%), maltextrakt, askorbinsyra" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> är skapad av en ideell förening, oberoende av industrin. Den är gjord för allt, av alla och är finansierad av alla. Du kan stödja vårt arbete genom att donera till Open Beauty Facts och genom att använda Lilo-sökmotorn.
Tack!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Donera till Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Med Chrome, Firefox och Safari kan du välja flera bilder (produkt, ingredienser etc.) genom att klicka på dem samtidigt som du håller ned Ctrl-tangenten för att lägga till alla i en bild." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts produktsök" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/sw.po b/po/openpetfoodfacts/sw.po deleted file mode 100644 index 2c8345226aa8e..0000000000000 --- a/po/openpetfoodfacts/sw.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sw\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swahili\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sw\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ta.po b/po/openpetfoodfacts/ta.po deleted file mode 100644 index eb7593c0fe1e1..0000000000000 --- a/po/openpetfoodfacts/ta.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ta\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tamil\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ta\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/te.po b/po/openpetfoodfacts/te.po deleted file mode 100644 index de5f1fd7c5d5f..0000000000000 --- a/po/openpetfoodfacts/te.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: te\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Telugu\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: te\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/tg.po b/po/openpetfoodfacts/tg.po deleted file mode 100644 index efdedea69cb82..0000000000000 --- a/po/openpetfoodfacts/tg.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tajik\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tg\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/th.po b/po/openpetfoodfacts/th.po deleted file mode 100644 index f61591ab2f05a..0000000000000 --- a/po/openpetfoodfacts/th.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: th\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Thai\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: th\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ti.po b/po/openpetfoodfacts/ti.po deleted file mode 100644 index a803b4d283924..0000000000000 --- a/po/openpetfoodfacts/ti.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ti\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tigrinya\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ti\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/tl.po b/po/openpetfoodfacts/tl.po deleted file mode 100644 index 3eb511e697259..0000000000000 --- a/po/openpetfoodfacts/tl.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tagalog\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tl\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts ay kumukuha ng impormasiyon at datos ng mga produkton pagkain ng alagang hayop mula sa buong mundo.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, mayaman sa manok" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Kompletong pagkain ng alagang hayop para sa mga may gulang na pusa" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Pagkaing tuyo sa hustong gulang na pusa" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Walang asukal, walang kulay" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Mga butil 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/tn.po b/po/openpetfoodfacts/tn.po deleted file mode 100644 index 1e5aecfd07b97..0000000000000 --- a/po/openpetfoodfacts/tn.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tswana\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tn\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/tr.po b/po/openpetfoodfacts/tr.po deleted file mode 100644 index 951f2bedd3fb4..0000000000000 --- a/po/openpetfoodfacts/tr.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Turkish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tr\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts, dünyanın dört bir yanından evcil hayvan besinleriyle hakkında bilgi ve veri toplar.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=tr" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, zengin tavuk içeriği" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Yetişkin kediler için komple evcil hayvan besini" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Kuru yetişkin kedi maması" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Şeker yok, Renklendirici yok" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Tahıllar %85.5 (_buğday_ unu, tam-_buğday_ unu %11), malt özütü, askorbik asit" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Bu ürün sayfası tamamlanmadı. Düzenleyerek ve elimizdeki fotoğraflardan daha fazla veri ekleyerek, ya da Android veya iPhone/iPad uygulamalarını kullanarak daha fazla fotoğraf çekerek tamamlanmasına yardım edebilirsiniz. Teşekkürler!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Open

<>, kar amacı gütmeyen bir kuruluş tarafından sektörden bağımsız olarak yapılmıştır. Herkes tarafından, herkes için yapılmış ve herkes tarafından finanse edilmiştir. Çalışmalarımızı Open Beauty Facts'e bağışta bulunarak ve ayrıca Lilo arama motorunu kullanarak destekleyebilirsin.
Teşekkürler!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Open Pet Food Facts'e Bağışta Bulunun" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Dünyanın dört bir yanından evcil hayvan besinleriyle ilgili içerik, besleyici unsurlar ve bilgilerin bulunduğu katılımcı, özgür ve açık bir veritabanı" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "ve katkıda bulunanlar için Facebook grubu" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Dünyanın dört bir yanından evcil hayvan besinleriyle bulunduğu katılımcı, özgür ve açık bir veritabanı." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "21 Şubat Cumartesi'den 1 Mart 1 Pazar'a kadar <> adresinde Açık Evcil Hayvan Yiyeceği Avı! Katkıda bulunanlara ekledikleri\n" -"ürünler için Kaşif puanları ve kazandırdıkları yeni katılımcılar için Elçi puanları verilir. Puanlar 30 dakikada bir güncellenir." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome, Firefox ve Safari ile, Ctrl tuşunu basılı tutup üzerlerine tıklayarak birden fazla resim (ürün, içindekiler vb.) seçerek hepsini tek seferde ekleyebilirsiniz." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts ürün arama" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/ts.po b/po/openpetfoodfacts/ts.po deleted file mode 100644 index 9f953c0edef6d..0000000000000 --- a/po/openpetfoodfacts/ts.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ts\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tsonga\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ts\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/tt.po b/po/openpetfoodfacts/tt.po deleted file mode 100644 index d819e9c87f2ef..0000000000000 --- a/po/openpetfoodfacts/tt.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tatar\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tt-RU\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/tw.po b/po/openpetfoodfacts/tw.po deleted file mode 100644 index c6fa34f04a9d7..0000000000000 --- a/po/openpetfoodfacts/tw.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tw_TW\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Akan, Twi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tw\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ty.po b/po/openpetfoodfacts/ty.po deleted file mode 100644 index 2240fec70ac3f..0000000000000 --- a/po/openpetfoodfacts/ty.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ty\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tahitian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ty\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/tzl.po b/po/openpetfoodfacts/tzl.po deleted file mode 100644 index e5b72301f43ec..0000000000000 --- a/po/openpetfoodfacts/tzl.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tzl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Talossan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tzl\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ug.po b/po/openpetfoodfacts/ug.po deleted file mode 100644 index 0447f13f8866c..0000000000000 --- a/po/openpetfoodfacts/ug.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ug\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Uyghur\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ug\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/uk.po b/po/openpetfoodfacts/uk.po deleted file mode 100644 index 2beaffce2a651..0000000000000 --- a/po/openpetfoodfacts/uk.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Ukrainian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: uk\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts збирають інформацію та дані про продукти харчування для домашніх тварин з усього світу.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, містить багато курки" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Повноцінний корм для дорослих котів" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Сухий корм для дорослих котів" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Без цукру, без барвників" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Крупи 85,5% (борошно пшеничне, борошно цільне пшеничне 11%), екстракт солоду, аскорбінова кислота" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Ця сторінка товару не є повною. Ви можете допомогти її завершити, відредагувавши та додавши більше даних з наших фотографій, або зробивши більше фотографій за допомогою програми дляAndroidабоiPhone/iPad. Дякуємо вам!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> створено некомерційною асоціацією, незалежною від галузі. Вона створена для всіх, всіма, і фінансується всіма. Ви можете підтримати наші старання пожертвою на для Open Beauty Facts а також на , використовуючи пошукову систему Lilo.
Дякуємо вам!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Пожертвуйте для Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Колективна, безкоштовна та відкрита база даних інгредієнтів, фактів про харчування та інформації про продукти харчування для домашніх тварин з усього світу" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "і група в Фейсбук для учасників" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Спільна, безкоштовна та відкрита база даних продуктів харчування для домашніх тварин з усього світу." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org/" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "ЦеOpen Pet Food Huntна<>з суботи 21-го лютого до неділі 1 березня! Дописувачі нагороджуються очками Дослідника за продукти, які вони додають, та очки Представника за нових дописувачів, яких вони набирають. Очки оновлюються кожних 30 хвилин." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ За допомогою Chrome, Firefox і Safari ви можете вибрати декілька зображень (продукти, інгредієнти тощо), натискаючи на них та затискаючи клавішу Ctrl, щоб додати їх всі за один знімок." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Пошук продуктів Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/ur.po b/po/openpetfoodfacts/ur.po deleted file mode 100644 index 19cc584063160..0000000000000 --- a/po/openpetfoodfacts/ur.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ur\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Urdu (India)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ur-IN\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/uz.po b/po/openpetfoodfacts/uz.po deleted file mode 100644 index 1ef3418ac3b3d..0000000000000 --- a/po/openpetfoodfacts/uz.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uz\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Uzbek\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: uz\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/val.po b/po/openpetfoodfacts/val.po deleted file mode 100644 index 3514e1771ea08..0000000000000 --- a/po/openpetfoodfacts/val.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: val\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Valencian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: val-ES\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/ve.po b/po/openpetfoodfacts/ve.po deleted file mode 100644 index b09d6158b5cd5..0000000000000 --- a/po/openpetfoodfacts/ve.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ve\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Venda\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ve\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/vec.po b/po/openpetfoodfacts/vec.po deleted file mode 100644 index 1012d5963b6cc..0000000000000 --- a/po/openpetfoodfacts/vec.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vec\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Venetian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vec\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/vi.po b/po/openpetfoodfacts/vi.po deleted file mode 100644 index a96049794d2f9..0000000000000 --- a/po/openpetfoodfacts/vi.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Vietnamese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vi\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts thu thập thông tin và dữ liệu về các sản phẩm thức ăn cho thú nuôi từ khắp nơi trên thế giới.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=vi" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "Purina, Pedigree" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult, có nhiều trong thịt gà" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "Hoàn thiện thức ăn dành cho mèo trưởng thành" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "Đồ ăn khô cho mèo trưởng thành" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "Không đường, không phẩm màu" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "Ngũ cốc 85,5% (bột _wheat_, bột mì nguyên cám 11%), chiết xuất mạch nha, axit ascorbic" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Trang sản phẩm này chưa hoàn chỉnh. Bạn có thể giúp hoàn thành nó bằng cách chỉnh sửa nó và thêm nhiều dữ liệu hơn từ ảnh chúng tôi có hoặc bằng cách chụp nhiều ảnh hơn bằng ứng dụng dành cho Android hoặc iPhone / iPad. Cảm ơn bạn!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> được thực hiện bởi một hiệp hội phi lợi nhuận, độc lập với ngành. Nó được tạo ra cho tất cả mọi người, bởi tất cả mọi người, và nó được tài trợ bởi tất cả mọi người. Bạn có thể ủng hộ công việc của chúng tôi bằng cách đóng góp cho Open Beauty Factsbằng cách sử dụng công cụ tìm kiếm Lilo.
Xin cảm ơn!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "Đóng góp cho Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "Cơ sở dữ liệu hợp tác, miễn phí và cởi mở về các thành phần, thông tin dinh dưỡng và thông tin về các sản phẩm thức ăn cho thú nuôi từ khắp nơi trên thế giới" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "và nhóm Facebook dành cho những người đóng góp" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "Cơ sở dữ liệu hợp tác, miễn phí và mở về các sản phẩm thức ăn cho thú nuôi từ khắp nơi trên thế giới." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Ở Open Pet Food Hunt <> từ Thứ Bảy ngày 21 tháng Hai đến Chủ Nhật ngày 1 tháng Ba! Cộng tác viên được thưởng\n" -"điểm Khám phá cho các sản phẩm họ thêm vào và điểm Đại sứ cho những cộng tác viên mới mà họ kêu gọi tham gia cùng. Điểm được cập nhật sau mỗi 30 phút." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Với Chrome, Firefox và Safari, bạn có thể chọn nhiều ảnh (sản phẩm, thành phần, v. v.) bằng cách nhấp vào chúng trong khi nhấn giữ phím Ctrl để thêm tất cả chúng trong một lần chụp." - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Tìm kiếm sản phẩm trên Open Pet Food Facts" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/vls.po b/po/openpetfoodfacts/vls.po deleted file mode 100644 index 71fac185485fa..0000000000000 --- a/po/openpetfoodfacts/vls.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vls\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Flemish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vls-BE\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/wa.po b/po/openpetfoodfacts/wa.po deleted file mode 100644 index eaf7d9e06888b..0000000000000 --- a/po/openpetfoodfacts/wa.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: wa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Walloon\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: wa\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/wo.po b/po/openpetfoodfacts/wo.po deleted file mode 100644 index 41957779fdc5d..0000000000000 --- a/po/openpetfoodfacts/wo.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: wo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Wolof\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: wo\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/xh.po b/po/openpetfoodfacts/xh.po deleted file mode 100644 index f6c34060ab0a5..0000000000000 --- a/po/openpetfoodfacts/xh.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: xh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Xhosa\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: xh\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/yi.po b/po/openpetfoodfacts/yi.po deleted file mode 100644 index ca911e040a4ed..0000000000000 --- a/po/openpetfoodfacts/yi.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: yi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Yiddish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: yi\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/yo.po b/po/openpetfoodfacts/yo.po deleted file mode 100644 index ec5b79bf37a49..0000000000000 --- a/po/openpetfoodfacts/yo.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: yo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Yoruba\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: yo\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/zea.po b/po/openpetfoodfacts/zea.po deleted file mode 100644 index 5d75a07696d75..0000000000000 --- a/po/openpetfoodfacts/zea.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zea\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Zeelandic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zea\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/zh.po b/po/openpetfoodfacts/zh.po deleted file mode 120000 index faaea5b9501b2..0000000000000 --- a/po/openpetfoodfacts/zh.po +++ /dev/null @@ -1 +0,0 @@ -zh_CN.po \ No newline at end of file diff --git a/po/openpetfoodfacts/zh_CN.po b/po/openpetfoodfacts/zh_CN.po deleted file mode 100644 index 796f1c448e44d..0000000000000 --- a/po/openpetfoodfacts/zh_CN.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Simplified\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food Facts收集来自世界各地的宠物食品产品的信息和数据
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=zh_cn" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "普瑞纳,血统" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "成人计划,丰富的肌肉" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "完成成年猫的宠物食品" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "干的成年猫猫粮" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "没有糖,没有色素" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "谷物85.5%(荞麦粉,全麦粉11%),麦芽汁,抗坏血酸" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/cn/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "这个产品页不完整。你可以帮我们完善它。编辑页面,或者添加我们现存图片中的缺失数据,也可以通过适用于Android or iPhone/iPad. 的APP拍更多的照片" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<>这个网址是是由一个独立于行业的非营利性组织制作的。它为所有人制作,被所有人所编辑,也由所有人给予资金支持。你可以通过网站:给Open Food Facts捐款,也可以在 使用Lilo搜索引擎
谢谢!

" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "捐款给Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "一个合作、免费和开放的数据库,提供世界各地宠物食品的成分、营养事实和信息。" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "和 Facebook 贡献者群组" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "协作性的、免费开放的全球宠物食品数据库。" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "这是 2月21日星期六至3月1日星期天期间,在<>Open Pet Food Hunt ! 贡献者贡献的数据。\n" -"贡献者可以通过添加产品和招聘新贡献者获得积分。 积分每30分钟更新一次。" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ 使用 Chrome、Firefox 和 Safari 浏览器时,您可以一次添加多张图片 (产品、成分等),只需在点击图片时按住 Ctrl 键即可。" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "Open Pet Food Facts产品搜索" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "/open-pet-food-facts-mobile-app" - diff --git a/po/openpetfoodfacts/zh_HK.po b/po/openpetfoodfacts/zh_HK.po deleted file mode 100644 index 5ca6b57c53575..0000000000000 --- a/po/openpetfoodfacts/zh_HK.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Traditional, Hong Kong\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-HK\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food 資料收集產品的信息和數據是來自世界各地的寵物食品.
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=zh_hk" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "普瑞納,血統" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "Pro Plan Adult,富含雞肉" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "成貓所需的寵物食品" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "乾燥的成年貓糧" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "無糖,無色素" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "穀物85.5%(蕎麥粉,全麥粉11%),麥芽精 ,抗壞血酸" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "https://world.openfoodfacts.org/images/apps/off.apk" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "此產品頁面不完整。您可以協助編輯,並從我們現有的照片中添加更多的資料,或者使用 Android iPhone/iPad 應用程式拍下更多產品的照片。感謝你的幫助!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "捐助Open Pet Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "https://www.facebook.com/OpenPetFoodFacts" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "http://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/zh_TW.po b/po/openpetfoodfacts/zh_TW.po deleted file mode 100644 index d2f55417d5a3c..0000000000000 --- a/po/openpetfoodfacts/zh_TW.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Traditional\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "Open Pet Food Facts" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "Open Pet Food 資料收集的產品資訊和數據是來自世界各地的寵物食品。
" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "普瑞納, 血統" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "贊成計畫成人, 豐富的雞肉" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "成年貓的完整寵物食品" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "干, 成人貓食品" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "沒有糖, 沒有色素" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "穀物85.5%(蕎麥粉,全麥粉11%),麥芽汁,抗壞血酸" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openpetfoodfacts/zu.po b/po/openpetfoodfacts/zu.po deleted file mode 100644 index 6038a2e4366b5..0000000000000 --- a/po/openpetfoodfacts/zu.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Zulu\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zu\n" -"X-Crowdin-File-ID: 3131\n" - -# Do not translate Open Pet Food Facts -msgctxt "site_name" -msgid "Open Pet Food Facts" -msgstr "" - -# Do not translate Open Pet Food Facts -msgctxt "tagline" -msgid "Open Pet Food Facts gathers information and data on pet food products from around the world.
" -msgstr "" - -#. replace by the right country code, and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openpetfoodfacts.scanner&hl=en" -msgstr "" - -msgctxt "brands_example" -msgid "Purina, Pedigree" -msgstr "" - -msgctxt "product_name_example" -msgid "Pro Plan Adult, rich in chicken" -msgstr "" - -msgctxt "generic_name_example" -msgid "Complete pet food for adult cats" -msgstr "" - -msgctxt "categories_example" -msgid "Dry adult cat food" -msgstr "" - -msgctxt "labels_example" -msgid "No sugar, No colorings" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "Cereals 85.5% (_wheat_ flour, whole-_wheat_ flour 11%), malt extract, ascorbic acid" -msgstr "" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openfoodfacts.org/images/apps/off.apk" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Beauty Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Pet Food Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenPetFoodFacts" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of ingredients, nutrition facts and information on pet food products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of pet food products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "og_image_url" -msgid "https://world.openpetfoodfacts.org/images/misc/openpetfoodfacts-logo-en.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Pet Food Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Pet Food Facts product search" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-pet-food-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/aa.po b/po/openproductsfacts/aa.po deleted file mode 100644 index 9294db4fe2412..0000000000000 --- a/po/openproductsfacts/aa.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: aa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Afar\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: aa\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ach.po b/po/openproductsfacts/ach.po deleted file mode 100644 index a224c2ee699ad..0000000000000 --- a/po/openproductsfacts/ach.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ach\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Acholi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ach\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/af.po b/po/openproductsfacts/af.po deleted file mode 100644 index 440a475a09c86..0000000000000 --- a/po/openproductsfacts/af.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: af\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Afrikaans\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: af\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ak.po b/po/openproductsfacts/ak.po deleted file mode 100644 index cba4ca44d1186..0000000000000 --- a/po/openproductsfacts/ak.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ak\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Akan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ak\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/am.po b/po/openproductsfacts/am.po deleted file mode 100644 index 0c0f6a1e8caa7..0000000000000 --- a/po/openproductsfacts/am.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: am\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Amharic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: am\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ar.po b/po/openproductsfacts/ar.po deleted file mode 100644 index 3ae53139e2eb7..0000000000000 --- a/po/openproductsfacts/ar.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Arabic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ar\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=ar" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "فتح منتجات الحقائق" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "تقوم Open Products Facts بجمع المعلومات والبيانات حول المنتجات من جميع أنحاء العالم." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsAR" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "صفحة المنتج هذه غير كاملة. يمكنك المساعدة في إكماله بتعديله أو إضافة بيانات أكثر من الصور التي لدينا أو بأخذ صور أكثر باستخدام التطبيق للأندرويد \n" -" أو الأيفون الأيباد/ . شكرا!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "تبرع ل Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "هاي" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "الهاتف المحمول، مسحوق غسيل الآلة" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "قاعدة بيانات تعاونية ومجانية ومفتوحة للمعلومات حول المنتجات من جميع أنحاء العالم" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "قاعدة بيانات تعاونية ومجانية ومفتوحة للمنتجات من جميع أنحاء العالم." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "هاتف Android الذكي" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (الجيل الأول)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ باستخدام Chrome و Firefox و Safari ، يمكنك تحديد صور متعددة (المنتج ، والمكونات ، وحقائق التغذية وما إلى ذلك) من خلال النقر عليها مع الاستمرار في الضغط على مفتاح Ctrl لإضافتها جميعًا في مرة واحدة." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "أكوا / ماء ، كبريتات لوريث الصوديوم ، ديسوديوم كوكامفودياسيتات ، جليكول ديستيرات ، كوكاميد أحادي أمين الإيثانول" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/as.po b/po/openproductsfacts/as.po deleted file mode 100644 index fe00cc01427b4..0000000000000 --- a/po/openproductsfacts/as.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: as\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Assamese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: as\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ast.po b/po/openproductsfacts/ast.po deleted file mode 100644 index eb629029833d4..0000000000000 --- a/po/openproductsfacts/ast.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ast\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Asturian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ast\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/az.po b/po/openproductsfacts/az.po deleted file mode 100644 index 12b67392975b8..0000000000000 --- a/po/openproductsfacts/az.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: az\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Azerbaijani\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: az\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/be.po b/po/openproductsfacts/be.po deleted file mode 100644 index 81d9c91de9873..0000000000000 --- a/po/openproductsfacts/be.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: be\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Belarusian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n%100>=11 && n%100<=14 ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: be\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ У Chrome, Firefox і Safari вы можаце выбраць некалькі выяў (прадукт, інгрэдыенты і інш.), пстрыкаючы па іх пры націснутай клавішы Ctrl, каб дадаць іх усе адным здымкам." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ber.po b/po/openproductsfacts/ber.po deleted file mode 100644 index faf01c03680c4..0000000000000 --- a/po/openproductsfacts/ber.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ber\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Berber\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=((n>=0 && n<=1) || (n>=11 && n<=99) ? 0 : 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ber\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/bg.po b/po/openproductsfacts/bg.po deleted file mode 100644 index 7d9ce3f992163..0000000000000 --- a/po/openproductsfacts/bg.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bulgarian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bg\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=bg" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/bg/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts събира информация и данни за продукти от цял свят." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsBG" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Тази продуктова страница не е пълна. Можеш да помогнеш, като я редактираш и добавиш повече данни от снимките, които имаме, или като направиш още снимки с помощта на приложението за Android или iPhone/iPad. Благодаря ти!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Дарете

<> се прави от сдружение с нестопанска цел, независимо от индустрията. Той е направен за всички, от всички и се финансира от всички. Можете да подкрепите нашата работа, като дарите на Open Food Facts а също и чрез като използвате търсачката Lilo.
Благодарям ви!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Дари за Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Мобилен телефон, прах за пране" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Съвместна, безплатна и отворена база данни за информация за продукти от света" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "и Facebook групата за сътрудници" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Съвместна, безплатна и отворена база данни за съставки и информация за хранителни продукти от целият свят." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android смартфон" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1-во поколение)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Това е Лов на Open Product на <> от събота, 21 февруари до неделя, 1 март! Сътрудниците получават\n" -"точки Explorer за продукти, които добавят, и Ambassador точки за нови сътрудници, които наемат. Точките се актуализират на всеки 30 минути." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ С Chrome, Firefox и Safari можеш да избереш множество снимки (продукт, съставки и т. н.), като щракнеш върху тях задържайки натиснат клавиша Ctrl, за да ги добавиш наведнъж." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Отворете търсенето на продукти в Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "ВОДА, НАТРИЕВ ЛАУРЕТ СУЛФАТ, ДИНАТРИЕВ КОКОАМФОДИАЦЕТАТ, ГЛИКОЛ ДИСТЕАРАТ, КОКАМИД МЕА" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/bm.po b/po/openproductsfacts/bm.po deleted file mode 100644 index a590583d3db4a..0000000000000 --- a/po/openproductsfacts/bm.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bm\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bambara\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bm\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/bn.po b/po/openproductsfacts/bn.po deleted file mode 100644 index 082a1c4e5a1c1..0000000000000 --- a/po/openproductsfacts/bn.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bengali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bn\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "ইএমবি ৫৩০৬২" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/bo.po b/po/openproductsfacts/bo.po deleted file mode 100644 index e2caaece4c21a..0000000000000 --- a/po/openproductsfacts/bo.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tibetan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bo-BT\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/br.po b/po/openproductsfacts/br.po deleted file mode 100644 index 1152e43ec6f3f..0000000000000 --- a/po/openproductsfacts/br.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: br\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Breton\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=5; plural=(n%10==1 && (n%100!=11 || n%100!=71 || n%100!=91) ? 0 : n%10==2 && (n%100!=12 || n%100!=72 || n%100!=92) ? 1 : ((n%10>=3 && n%10<=4) || n%10==9) && ((n%100 < 10 || n%100 > 19) || (n%100 < 70 || n%100 > 79) || (n%100 < 90 || n%100 > 99)) ? 2 : (n!=0 && n%1;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: br-FR\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Poellgomzer Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/bs.po b/po/openproductsfacts/bs.po deleted file mode 100644 index a5342dfed9376..0000000000000 --- a/po/openproductsfacts/bs.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Bosnian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: bs\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ca.po b/po/openproductsfacts/ca.po deleted file mode 100644 index e8b0346663982..0000000000000 --- a/po/openproductsfacts/ca.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Catalan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ca\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=ca" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts reuneix informació i dades de productes d'arreu del món." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Aquesta pàgina de producte no està completa. Pots ajudar a completar-la editant-la i afegint més dades a partir de les fotos que tenim, o fent més fotos utilitzant l'app per a Android o iPhone/iPad. Gràcies!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> està fet per una associació sense ànim de lucre, independent de la indústria. Està fet col·lectivament i per a tothom. Podeu donar-nos suport a donant a Open Beauty Facts i també utilitzant el motor de cerca Lilo.
Gràcies!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Feu un donatiu a Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Telèfon mòbil, Detergent en pols" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Una base de dades col·laborativa, gratuïta i oberta d’informació sobre productes de tot el món" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "i el grup de Facebook per a contribuïdors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Una base de dades col·laborativa, gratuïta i oberta de productes de tot el món." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://es-ca.openfoodfacts.org/faq" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Mòbil Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1a generació)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-ca-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "És Temporada de caça de productes del <> dissabte 21 de febrer al diumenge 1 de març! Els col·laboradors rebran\n" -"punts d'Explorador pels productes que afegeixin i punts d'Ambaixador per als nous col·laboradors que reclutin. Els punts s'actualitzen cada 30 minuts." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Amb Chrome, Firefox i Safari, podeu seleccionar múltiples imatges (productes, ingredients, etc.) fent-hi clic mentre manteniu premuda la tecla Ctrl per afegir-les totes d'una sola vegada." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Cerca de productes d'Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/AIGUA, SULFAT DE LAURETH SÒDIC, COCOAMFODIACETAT DE SODI, DISTEARAT DE GLICOL, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/ce.po b/po/openproductsfacts/ce.po deleted file mode 100644 index 949dcdddfd633..0000000000000 --- a/po/openproductsfacts/ce.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ce\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chechen\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ce\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/chr.po b/po/openproductsfacts/chr.po deleted file mode 100644 index cff6fb3cc5aa2..0000000000000 --- a/po/openproductsfacts/chr.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: chr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Cherokee\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: chr\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/co.po b/po/openproductsfacts/co.po deleted file mode 100644 index bc111e9a7b2e4..0000000000000 --- a/po/openproductsfacts/co.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: co\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Corsican\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: co\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/crs.po b/po/openproductsfacts/crs.po deleted file mode 100644 index 8e1a2eea4791e..0000000000000 --- a/po/openproductsfacts/crs.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: crs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Seychellois Creole\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: crs\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/cs.po b/po/openproductsfacts/cs.po deleted file mode 100644 index c61647c80e596..0000000000000 --- a/po/openproductsfacts/cs.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Czech\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cs\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=cs" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Food Facts shromažďuje informace a údaje o potravinách z celého světa." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Tato stránka produktu není úplná. Můžete pomoci dokončit ji úpravou a přidáním dalších dat z fotografií, které máme, nebo pořízením více fotek pomocí aplikace pro Android nebo iPhone/iPad. Děkujeme!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> vytváří neziskové sdružení nezávislé na průmyslu. Je vytvořen pro všechny, všemi a je financován všemi. Naši práci můžete podpořit příspěvkem na Open Products Facts a také pomocí vyhledávače Lilo.
Děkujemei!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Přispějte na Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobilní telefon, prášek do pračky" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Společná, bezplatná a otevřená databáze informací o produktech z celého světa" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "a facebooková skupina pro přispěvatele" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Společná, bezplatná a otevřená databáze produktů z celého světa." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android smartphone" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1. generace)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Je to Open Product Hunt na <> od soboty 21. února do neděle 1. března! Přispěvatelům jsou uděleny\n" -"body Průzkumníka za produkty, které přidají, a body Ambassador za nové přispěvatele, které naverbují. Body se aktualizují každých 30 minut." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ V prohlížečích Chrome, Firefox a Safari můžete vybrat více obrázků (produkt, přísady atd.) tak, že na ně kliknete a zároveň podržíte stisknutou klávesu Ctrl, abyste je přidali všechny najednou." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Hledání produktů na Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/cv.po b/po/openproductsfacts/cv.po deleted file mode 100644 index d8b5c55a0b1cc..0000000000000 --- a/po/openproductsfacts/cv.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chuvash\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cv\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/cy.po b/po/openproductsfacts/cy.po deleted file mode 100644 index ef6cb636e64ee..0000000000000 --- a/po/openproductsfacts/cy.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cy\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Welsh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: cy\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/da.po b/po/openproductsfacts/da.po deleted file mode 100644 index ebbdabf219e4f..0000000000000 --- a/po/openproductsfacts/da.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: da\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Danish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: da\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=da" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Product Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://www.microsoft.com/da-dk/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Food Facts indsamler oplysninger og data om fødevareprodukter fra hele verden." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Denne produktside er ikke færdiggjort. Du kan hjælpe med at færdiggøre det ved at redigere det og tilføje flere data fra eksisterende fotos eller ved at tage flere fotos vha. appen til Android eller iPhone/iPad. Tak!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> er oprettet af en non-profit forening, uafhængig af branchen. Den er lavet til alle, af alle, og den finansieres af alle. Du kan støtte vores arbejde ved at donere til Open Food Facts og også ved at benytte Lilo-søgemaskinen.
Tak!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Donér til Open Prodcts Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobiltelefon, Maskinvaskepulver" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "En kollaborativ, gratis og åben database med produktoplysninger fra hele verden" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "og Facebook-gruppen for bidragsydere" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "En kollaborativt, gratis og åben database over produkter for hele verden." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android-smarttelefon" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1. generation)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Det er Open Products Hunt på <> fra lørdag d. 21. februar til søndag d. 1. marts! Bidragsydere får tildelt Explorer-point for de produkter, de tilføjer, og Ambassador-point for de nye bidragsydere, de rekrutterer. Point opdateres hvert 30. minut." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Med Chrome, Firefox og Safari kan du vælge flere fotos (produkt, ingredienser, ernæringsindhold mv.) ved at klikke på dem, mens du holder Ctrl-tasten nede for at tilføje dem alle i ét hug." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Open Products Facts-produktsøgning" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/VAND, NATRIUM LAURETH SULFAT, DINATRIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/de.po b/po/openproductsfacts/de.po deleted file mode 100644 index 4366a4a3582f6..0000000000000 --- a/po/openproductsfacts/de.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: de\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: German\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: de\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=de" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/de/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts erfasst Informationen und Daten zu Produkten aus der ganzen Welt." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsDE" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Diese Produktseite ist unvollständig. Sie können helfen, sie zu vervollständigen, indem Sie sie bearbeiten und weitere Daten aus den vorhandenen Fotos hinzufügen oder indem Sie weitere Fotos mit der App für Android oder iPhone/iPad aufnehmen. Vielen Dank!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Für

<> wird von einem gemeinnützigen, branchenunabhängigen Verband hergestellt. Sie ist für alle, von allen gemacht, und sie wird von allen finanziert. Sie können unsere Arbeit unterstützen, indem Sie fürOpen Products Facts spenden und auch dadurch das Sie die Suchmaschine „Lilo” nutzen.
Vielen Dank!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "An Open Products Facts spenden" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Handy, Waschpulver" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Eine gemeinschaftliche, kostenlose und offene Datenbank mit Informationen über Produkte aus der ganzen Welt." - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "und die Facebook-Gruppe für Mitwirkende" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Eine gemeinschaftliche, kostenlose und offene Datenbank mit Produkten aus der ganzen Welt." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android Smartphone" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod touch (1. Generation)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Es ist Open Product Hunt auf „<>” vom Samstag, den 21. Februar bis Sonntag, den 1. März! Die Mitwirkenden erhalten Entdeckerpunkte für Produkte, die sie hinzufügen und Botschafterpunkte für neue Mitwirkende, die sie einstellen. Die Punkte werden alle 30 Minuten aktualisiert." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "➜ Mit Chrome, Firefox und Safari können Sie einfach durch die Verwendung der Strg-Taste mehrere Fotos auswählen (Produkt, Inhaltsstoffe usw.), um diese einmalig hochzuladen." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Open Products Facts - Produktsuche" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "Wasser, Natriumlaurylethersulfat, Dinatriumcocoamphodiacetat, Ethylenglycoldistearat, N-(Hydroxyethyl)-Kokosfettsäureamid" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/el.po b/po/openproductsfacts/el.po deleted file mode 100644 index ee516cc3b90dd..0000000000000 --- a/po/openproductsfacts/el.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: el\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Greek\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: el\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsEs" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/en.po b/po/openproductsfacts/en.po deleted file mode 100644 index dd8208f5ab66f..0000000000000 --- a/po/openproductsfacts/en.po +++ /dev/null @@ -1,118 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner&hl=en" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-food-facts/id588797948" -msgstr "https://apps.apple.com/app/open-food-facts/id588797948" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts gathers information and data on products from around the world." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Donate to Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Koskenlaskija voimakas - Valio - 250g ℮" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobile phone, Washing machine powder" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "A collaborative, free and open database of information on products from around the world" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "and the Facebook group for contributors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "A collaborative, free and open database of products from around the world." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org/Open_Products_Facts" -msgstr "https://wiki.openfoodfacts.org/Open_Products_Facts" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android smartphone" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1st generation)" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Open Products Facts product search" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/en_AU.po b/po/openproductsfacts/en_AU.po deleted file mode 100644 index 6637647ba1d6b..0000000000000 --- a/po/openproductsfacts/en_AU.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_AU\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English, Australia\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en-AU\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts gathers information and data on products from around the world." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Donate to Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Koskenlaskija voimakas - Valio - 250g ℮" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobile phone, Washing machine powder" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "A collaborative, free and open database of information on products from around the world" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "and the Facebook group for contributors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "A collaborative, free and open database of products from around the world." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android smartphone" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1st generation)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Open Products Facts product search" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/en_GB.po b/po/openproductsfacts/en_GB.po deleted file mode 100644 index 6cf3bdcf72803..0000000000000 --- a/po/openproductsfacts/en_GB.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: English, United Kingdom\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: en-GB\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts gathers information and data on products from around the world." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Donate to Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobile phone, Washing machine powder" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "A collaborative, free and open database of information on products from around the World" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "and the Facebook group for contributors" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "A collaborative, free and open database of products from around the World." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android smartphone" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1st generation)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Open Products Facts product search" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/eo.po b/po/openproductsfacts/eo.po deleted file mode 100644 index 95ba5e042522c..0000000000000 --- a/po/openproductsfacts/eo.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Esperanto\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: eo\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/es.po b/po/openproductsfacts/es.po deleted file mode 100644 index 93bd53b62e3ed..0000000000000 --- a/po/openproductsfacts/es.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: es\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Spanish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: es-ES\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=es" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts recopila información y datos sobre productos de todo el mundo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsES" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "La página de este producto no está completa. Puedes ayudar a completarla editando y añadiendo más datos sobre las fotos que tenemos, o haciendo más fotos usando la aplicación para Android o iPhone/iPad. ¡Muchas gracias!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Dona

<> está hecho por una organización sin ánimo de lucro, independiente de la industria, que es para todos y se financia por todos. Puedes apoyar nuestro trabajo donando a Open Products Facts y también mediante usando el motor de búsqueda Lilo.
¡Gracias!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Dona a Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Teléfono móvil, detergente para lavadora en polvo" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Una base de datos colaborativa, gratuita y abierta de información sobre productos de todo el mundo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "y el grupo de Facebook para personas colaboradoras" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Una base de datos colaborativa, libre y abierta de productos de todo el mundo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://es.wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Teléfono inteligente Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1.ª generación)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "¡La Open Product Hunt en <> tendrá lugar desde el sábado, 21 de febrero de 2019, hasta el domingo, 1 de marzo! Quien colabore obtendrá puntos de Exploración por los productos que añada y puntos de Emabajador por las nuevas personas colaboradoras que reclute. Los puntos son actualizados cada 30 minutos." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Con Chrome, Firefox y Safari puedes seleccionar múltiples imágenes (producto, ingredientes, etc.) para añadirlas de una sola vez haciendo clic en ellas mientras mantienes pulsada la tecla Ctrl." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Búsqueda de productos Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AGUA, LAURIL ÉTER SULFATO DE SODIO, COCOANFODIACETATO DE DISODIO, DIESTERATO DE GLICOL, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/et.po b/po/openproductsfacts/et.po deleted file mode 100644 index 547017773f6c9..0000000000000 --- a/po/openproductsfacts/et.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: et\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Estonian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: et\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://ee.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/eu.po b/po/openproductsfacts/eu.po deleted file mode 100644 index d7c1079f478d8..0000000000000 --- a/po/openproductsfacts/eu.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Basque\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: eu\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/fa.po b/po/openproductsfacts/fa.po deleted file mode 100644 index 7d1c1422e5075..0000000000000 --- a/po/openproductsfacts/fa.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Persian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fa\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/fi.po b/po/openproductsfacts/fi.po deleted file mode 100644 index 6fcc397516e8e..0000000000000 --- a/po/openproductsfacts/fi.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Finnish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fi\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=fi" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Food Facts kerää tietoja ja dataa elintarvikkeista joka puolelta maailmaa." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Tämä tuotesivu ei ole valmis. Voit auttaa sen täydentämisessä muokkaamalla sitä, ja lisäämällä lisätietoja valokuvistamme, tai ottamalla lisää valokuvia Android tai iPhone / iPad -sovelluksella. Kiitos!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Lahjoita

<>ia kehittää voittoa tavoittelematon ja toimialasta riippumaton yhdistys. Sitä kehittävät kaikki, kaikille, ja sitä rahoittavat kaikki. Voit tukea työtämme lahjoittamalla Open Products Factsille ja myös käyttämällä Lilo-hakukonetta.
Kiitos!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Lahjoita Open Products Factsille" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Matkapuhelin, Pyykinpesujauhe" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Yhteistyöhön perustuva, vapaa ja avoin tietokanta tiedoille tuotteista joka puolelta maailmaa" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "ja Facebook-ryhmä osallistujille" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Yhteistyöhön perustuva, vapaa ja avoin tietokanta tuotteille joka puolelta maailmaa." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android-älypuhelin" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1. sukupolvi)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Open Product Hunt <>issa alkaen Lauantaina 21. helmikuuta ja päättyen Sunnuntaina 1. maaliskuuta! Osallistujat palkitaan Tutkimusmatkailija-pisteillä lisäämistään tuotteista ja Suurlähettiläs-pisteillä rekrytoimistaan uusista osallistujista. Pisteet päivitetään 30 minuutin välein." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chromella, Firefoxilla ja Safarilla voit valita useampia kuvia (tuote, ainesosat jne.) napsauttamalla niitä pitäessäsi Ctrl-näppäintä pohjassa lisätäksesi ne kaikki yhteen näkymään." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Open Products Facts -tuotehaku" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/fil.po b/po/openproductsfacts/fil.po deleted file mode 100644 index c0bd28aea0303..0000000000000 --- a/po/openproductsfacts/fil.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fil\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Filipino\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fil\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/fo.po b/po/openproductsfacts/fo.po deleted file mode 100644 index a3b1d788e1699..0000000000000 --- a/po/openproductsfacts/fo.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Faroese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fo\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/fr.po b/po/openproductsfacts/fr.po deleted file mode 100644 index 891d0f58a241e..0000000000000 --- a/po/openproductsfacts/fr.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: French\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: fr\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://fr.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=fr" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/fr/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts rassemble des informations et des données sur les produits du monde entier." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsFR" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "La page de ce produit n'est pas complète. Vous pouvez aider à la compléter en l'éditant et en ajoutant plus de données à partir des photos que nous avons, ou en prenant plus de photos à l'aide de l'application pour Android ou iPhone / iPad. Merci!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donner

<> est développé par une association à but non lucratif indépendante de l'industrie. Open Products Facts est fait pour tous, par tous, et est financé par tous. Vous pouvez soutenir notre travail en donnant à Open Products Facts et aussi en utilisant le moteur de recherche Lilo.
Merci beaucoup !

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Faire un don à l'association Open Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts.fr" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Téléphone portable, poudre à machine à laver" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Une base de données collaborative, gratuite et ouverte d'information sur des produits du monde entier" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "et le groupe Facebook des contributeurs" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Une base de données collaborative, libre et ouverte des produits du monde entier." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://fr.wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Smartphone Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1ère génération)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-fr-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "C'est Open Product Hunt sur <> du samedi 21 février au dimanche 1er mars !\n" -"Les contributeurs sont récompensés via des Points Explorateur pour les produits qu'ils ajoutent et des Points Ambassadeur pour les nouveaux contributeurs qu'ils recrutent. Le nombre de points est actualisé toutes les 30 minutes." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Avec Chrome, Firefox et Safari, vous pouvez sélectionner plusieurs images (produit, ingrédients etc.) en cliquant avec la touche Ctrl enfoncée, pour les envoyer toutes en même temps." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Recherche de produits Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA / EAU, LAURETH SULFATE DE SODIUM, COCOAMPHODIACETATE DISODIQUE, DISTEARATE DE GLYCOL, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/application-mobile-open-products-facts" - diff --git a/po/openproductsfacts/ga.po b/po/openproductsfacts/ga.po deleted file mode 100644 index 5af01f92e10ac..0000000000000 --- a/po/openproductsfacts/ga.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ga\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Irish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ga-IE\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/gd.po b/po/openproductsfacts/gd.po deleted file mode 100644 index be463c885ca81..0000000000000 --- a/po/openproductsfacts/gd.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gd\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Scottish Gaelic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n>2 && n<20) ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gd\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/gl.po b/po/openproductsfacts/gl.po deleted file mode 100644 index 478a26587113f..0000000000000 --- a/po/openproductsfacts/gl.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Galician\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gl\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/gu.po b/po/openproductsfacts/gu.po deleted file mode 100644 index d0706b2aa3ed9..0000000000000 --- a/po/openproductsfacts/gu.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Gujarati\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: gu-IN\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ha.po b/po/openproductsfacts/ha.po deleted file mode 100644 index 8bd512aa3b1c1..0000000000000 --- a/po/openproductsfacts/ha.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ha\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hausa\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ha\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=ha" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Bude Abubuwan sinadari" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/he.po b/po/openproductsfacts/he.po deleted file mode 100644 index f60e70a7f2965..0000000000000 --- a/po/openproductsfacts/he.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: he\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hebrew\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: he\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=he" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/detail/XP8LT18SRPKLRG?hl=he-IL&gl=IL" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "המיזם Open Products Facts אוסף מידע ונתונים על מוצרים מכל רחבי העולם." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "עמוד מוצר זה לוקה בחסר. ניתן לסייע להשלים אותו על ידי עריכה או הוספת נתונים נוספים מהתמונות שכבר יש לנו או על ידי צילום תמונות נוספות באמצעות יישומון ה־Android או ה־iPhone/iPad. תודה רבה!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"תרומה

<> נוסד על ידי ארגון ללא מטרות רווח, ללא תלות בתעשייה. הוא נוצר לטובת כולם, על ידי כולם ובמימון כולם. ניתן לתמוך בעבודה שלנו על ידי תרומה ל־Open Products Facts וגם על ידי שימוש במנוע החיפוש Lilo.
תודה רבה!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "תרומה ל־Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "טלפון נייד, אבקה למכונת כביסה" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "מסד נתונים חופשי, פתוח ושיתופי של מידע על מוצרים מכל רחבי העולם" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "וגם קבוצת הפייסבוק למתנדבים" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "מסד נתונים חופשי, פתוח ושיתופי של מוצרים מכל רחבי העולם." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "טלפון חכם עם Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (דור ראשון)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "זה הוא Open Product Hunt אצל <> החל מיום שבת, 21 בפברואר עד יום ראשון, 1 במרץ! התרומות מזכות בנקודות חוקרים על מוצרים שהם מוסיפים ונקודות שגרירות על תרומים חדשים שמגויסים על ידם. הנקודות מתעדכנות כל חצי שעה." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "← עם כרום, פיירפוקס וספארי, ניתן לבחור מספר תמונות (מוצר, רכיבים וכו׳) על ידי לחיצה עליהן בעת החזקת המקש Ctrl כדי להוסיף את כולן באותה התמונה." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "חיפוש מוצרים ב־Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/hi.po b/po/openproductsfacts/hi.po deleted file mode 100644 index a312c75e9606e..0000000000000 --- a/po/openproductsfacts/hi.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hindi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hi\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/hr.po b/po/openproductsfacts/hr.po deleted file mode 100644 index 849e6d0efdaae..0000000000000 --- a/po/openproductsfacts/hr.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Croatian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hr\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ht.po b/po/openproductsfacts/ht.po deleted file mode 100644 index 5d118d26d6efe..0000000000000 --- a/po/openproductsfacts/ht.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ht\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Haitian Creole\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ht\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/hu.po b/po/openproductsfacts/hu.po deleted file mode 100644 index acbc05abecc6a..0000000000000 --- a/po/openproductsfacts/hu.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Hungarian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hu\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=hu" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr " https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Az Open Products Facts információkat és adatokat gyűjt a világ minden tájáról származó termékekről." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Ez a termékoldal nem teljes. A szerkesztésével segíthet kiegészíteni azt, a rendelkezésünkre álló fényképekről történő adatok hozzáadásával, vagy még több fénykép elkészítésével az Android vagy az iPhone/iPad alkalmazásunkat használva. Köszönjük!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> az iparágtól független nonprofit egyesület készíti. Mindenki által és mindenki számára készült, mindenki által finanszírozva. Munkánkat támogathatja adományozással az Open Products Facts részére valamint vagy a Lilo keresőmotor használatával is.
Köszönjük!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Adományozzon az Open Products Facts programnak" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobiltelefon, Mosópor" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "A világ minden tájáról származó termékek információinak, együttműködésen alapuló, ingyenes és nyílt adatbázisa" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "és a Facebook csoport a támogatóknak" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "A világ minden tájáról származó termékek, együttműködésen alapuló, ingyenes és nyílt adatbázisa." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android okostelefon" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1. generáció)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Nyitott termékvadászat a <> oldalon február 21. szombat és március 1. vasárnap között! A közreműködők\n" -"Felfedező pontot kapnak az általuk hozzáadott termékekért és Nagykövet pontokat az általuk felvett új közreműködőkért. A pontok 30 percenként frissülnek." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome, Firefox és Safari webböngészővel egyszerre több képet is kiválaszthat (termék, összetevők stb.), kattintson a képekre miközben lenyomva tartja a Ctrl billentyűt, így egyszerűen hozzáadhatja az összes kiválasztott képet." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Open Products Facts termékkereső" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/hy.po b/po/openproductsfacts/hy.po deleted file mode 100644 index de2a6bbc48049..0000000000000 --- a/po/openproductsfacts/hy.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hy\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Armenian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: hy-AM\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/id.po b/po/openproductsfacts/id.po deleted file mode 100644 index 6ae5061932d3e..0000000000000 --- a/po/openproductsfacts/id.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: id\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Indonesian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: id\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts makanan dan data produk dari seluruh dunia." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Halaman produk ini tidak lengkap. Anda dapat membantu melengkapinya dengan menyuntingnya dan menambahkan lebih banyak data dari foto - foto yang kami miliki, atau dengan mengambil lebih banyak foto menggunakan aplikasi untuk Android atauiPhone/iPad. Terima kasih!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> didirikan oleh asosiasi non-profit, terlepas dari industri. Didirikan untuk semua orang, oleh semua orang, dan didanai oleh semua. Anda dapat mendukung pekerjaan kami dengan berdonasi ke Open Food Facts dan juga dengan menggunakan mesin pencari Lilo.
Terima kasih!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Mari berikan donasi untuk Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Ponsel, Bubuk mesin cuci" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Sebuah basis data produk - produk dari seluruh dunia yang kolaboratif, gratis dan terbuka" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "dan grup Facebook untuk para kontributor" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Sebuah basis data produk - produk dari seluruh dunia yang kolaboratif, bebas dan terbuka." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Ponsel pintar Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (generasi pertama)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Saatnya Open Product Food Hunt di <> mulai dari Sabtu, 21 Februari sampai Minggu, 1 Maret! Kontributor akan diberikan imbalan poin Penjelajah untuk produk yang mereka tambahkan dan poin Ambasador untuk kontributor baru yang mereka rekrut. Poin akan diperbarui setiap 30 menit." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Dengan Chrome, Firefox dan Safari, Anda dapat memilih beragam gambar (produk, bahan, dll.) dengan mengkliknya sambil menahan tombol Ctrl untuk menambahkan semuanya dalam satu pemotretan." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Pencarian produk Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/AIR, NATRIUM LAURET SULFAT, DISODIUM COCOAMPHODIACETATE, GLIKOL DISTEARAT, KOKAMIDA MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/ii.po b/po/openproductsfacts/ii.po deleted file mode 100644 index 9ea7e2fb0bc0f..0000000000000 --- a/po/openproductsfacts/ii.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ii\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sichuan Yi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ii\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/is.po b/po/openproductsfacts/is.po deleted file mode 100644 index df4d67fe124d3..0000000000000 --- a/po/openproductsfacts/is.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: is\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Icelandic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: is\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/it.po b/po/openproductsfacts/it.po deleted file mode 100644 index e633f4c47916b..0000000000000 --- a/po/openproductsfacts/it.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Italian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: it\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=it" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/it/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts raccoglie informazioni e dati su prodotti provenienti da tutto il mondo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsIT" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Questa pagina del prodotto non è completa. Puoi contribuire a completarla modificando e aggiungendo ulteriori dati dalle foto che abbiamo o scattando più foto utilizzando l'applicazione per Android o iPhone/iPad. Grazie!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate <> è fatto da un'associazione non-profit, indipendente dall'industria. Fatta per tutti, da tutti, e finanziata da tutti. Puoi supportare il nostro lavoro donando a Open Products Facts ed anche usando il motore di ricerca Lilo.
Grazie!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Dona a Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Telefono cellulare, Polvere per lavatrici" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Un database di prodotti gratuito, libero e collaborativo da tutto il mondo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "ed il gruppo Facebook per collaboratori" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Un database collaborativo, libero e aperto di prodotti provenienti da tutto il mondo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Smartphone Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod touch (prima generazione)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "È Open Product Hunt su <> da sabato 21 febbraio a domenica 1 marzo! I contributori sono premiati con\n" -"punti Esploratore per i prodotti che aggiungono e i punti Ambasciatore per i nuovi contributori che assumono. I punti vengono aggiornati ogni 30 minuti." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Con Chrome, Firefox e Safari, puoi selezionare più immagini (prodotto, ingredienti etc.) cliccandole mentre mantieni premuto Ctrl per aggiungerle tutte in una volta." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Ricerca prodotti Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SOLFATO DI SODIO LAURETO, COCOAMFODIACETATO DISODIO, DISTEREATO GLICOLE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/iu.po b/po/openproductsfacts/iu.po deleted file mode 100644 index 19332d7e22f5e..0000000000000 --- a/po/openproductsfacts/iu.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: iu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Inuktitut\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: iu\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ja.po b/po/openproductsfacts/ja.po deleted file mode 100644 index f628d2fb47345..0000000000000 --- a/po/openproductsfacts/ja.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Japanese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Food Facts は、世界中から食品の情報やデータを収集します。" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome、Firefox、Safariでは、Ctrlキーを押しながら画像(製品、成分などの画像)をクリックすることで、複数の画像を一括で追加することができます。" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "水、ラウレス硫酸Na、ココアンホジ酢酸2Na、ジステアリン酸グリコール、コカミドMEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/jv.po b/po/openproductsfacts/jv.po deleted file mode 100644 index 5946271c44595..0000000000000 --- a/po/openproductsfacts/jv.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: jv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Javanese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: jv\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ka.po b/po/openproductsfacts/ka.po deleted file mode 100644 index dcb042eeafc10..0000000000000 --- a/po/openproductsfacts/ka.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ka\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Georgian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ka\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/kab.po b/po/openproductsfacts/kab.po deleted file mode 100644 index d4db4a4888b9a..0000000000000 --- a/po/openproductsfacts/kab.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kab\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kabyle\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kab\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/kk.po b/po/openproductsfacts/kk.po deleted file mode 100644 index d9bd187eaa3c4..0000000000000 --- a/po/openproductsfacts/kk.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kazakh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kk\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/km.po b/po/openproductsfacts/km.po deleted file mode 100644 index 14e9d6cbc2f61..0000000000000 --- a/po/openproductsfacts/km.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: km\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Khmer\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: km\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/kmr.po b/po/openproductsfacts/kmr.po deleted file mode 100644 index 8838bbbf95e79..0000000000000 --- a/po/openproductsfacts/kmr.po +++ /dev/null @@ -1,146 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kmr_TR\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2019-12-17 10:32\n" -"Language-Team: Kurmanji (Kurdish)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: kmr\n" -"X-Crowdin-File: /master/po/openproductsfacts/openproductsfacts.pot\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openproductsfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openproductsfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/kmr_TR.po b/po/openproductsfacts/kmr_TR.po deleted file mode 100644 index 24b2072d2e923..0000000000000 --- a/po/openproductsfacts/kmr_TR.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ku\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kurdish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ku\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/kn.po b/po/openproductsfacts/kn.po deleted file mode 100644 index 9128f2958ecbf..0000000000000 --- a/po/openproductsfacts/kn.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kannada\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kn\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ko.po b/po/openproductsfacts/ko.po deleted file mode 100644 index 4681d163c3447..0000000000000 --- a/po/openproductsfacts/ko.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Korean\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=ko" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/kr/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts 는 세계 각국에서 식품 제품에 대한 정보와 데이터를 수집합니다." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "이 제품 페이지는 완전하지 않습니다. 편집해서 우리가 가지고 있는 사진의 데이터를 더 추가하거나, 안드로이드아이폰/아이패드용 앱을 사용하여 더 많은 사진을 찍으면 완성할 수 있습니다. 고맙습니다!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<>는 비영리 단체가 운영하고 있습니다. 여러분을 위해, 여러분에 의해 그리고 여러분의 기부에 의해 운영됩니다. Open Products Facts에 기부하거나 릴로 서치 엔진을 이용해서 저희에게 힘이 되어주세요.
감사합니다!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Open Products Facts에게 기부하기" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "애플, 나이키" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "핸드폰, 빨래 세제" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "협업을 통한 세계 각국의 식품 정보 오픈 데이터입니다" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "기여자를 위한 페이스 북 그룹" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "협업을 통한 세계 각국의 식품 오픈데이터 입니다" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "안드로이드 스마트폰" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "아이팟 터치 (1세대)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "2월 21 일 토요일부터 3 월 1 일 일요일까지 에서 <>의 Open Product Hunt 입니다! 기여자에게는 추가 한 제품에 대해 탐험가 점수와, 새로 모집 한 신규 기여자에 대한 대사 점수가 부여됩니다. 포인트는 30 분마다 업데이트됩니다." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome, Firefox 및 Safari를 사용하면 Ctrl 키를 누른 상태에서 여러 사진 (제품, 재료 등)을 클릭하여 한 번에 모두 추가 할 수 있습니다." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "제품 검색" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "아쿠아 / 워터, 소듐 라우 레스 설페이트, 디소듐 코코암포 아세테이트, 글라이콜 디스테아레이트, 코카마이드엠이에이 측정" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/ku.po b/po/openproductsfacts/ku.po deleted file mode 100644 index f5112dc863312..0000000000000 --- a/po/openproductsfacts/ku.po +++ /dev/null @@ -1,145 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kmr_TR\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2019-08-08 21:27\n" -"Language-Team: Kurmanji (Kurdish)\n" -"Last-Translator: Pierre Slamich (pierreslamich)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: crowdin.com\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Language: kmr\n" -"X-Crowdin-File: /master/po/openproductsfacts/openproductsfacts.pot\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openproductsfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openproductsfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -msgctxt "windows_phone_app_link" -msgid "https://www.microsoft.com/p/openfoodfacts/9nblggh0dkqr" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/kw.po b/po/openproductsfacts/kw.po deleted file mode 100644 index bc92f42e85d61..0000000000000 --- a/po/openproductsfacts/kw.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: kw\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Cornish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: kw\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ky.po b/po/openproductsfacts/ky.po deleted file mode 100644 index 726645281b65d..0000000000000 --- a/po/openproductsfacts/ky.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ky\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Kyrgyz\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ky\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/la.po b/po/openproductsfacts/la.po deleted file mode 100644 index e8453fe29c8f0..0000000000000 --- a/po/openproductsfacts/la.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: la\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Latin\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: la-LA\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/lb.po b/po/openproductsfacts/lb.po deleted file mode 100644 index 26a4d9067a7f0..0000000000000 --- a/po/openproductsfacts/lb.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lb\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Luxembourgish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lb\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/lo.po b/po/openproductsfacts/lo.po deleted file mode 100644 index 78c17cbfdb94c..0000000000000 --- a/po/openproductsfacts/lo.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Lao\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lo\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/lol.po b/po/openproductsfacts/lol.po deleted file mode 100644 index 26032fc5f9f50..0000000000000 --- a/po/openproductsfacts/lol.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lol\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: LOLCAT\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lol\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "crwdns228351:0crwdne228351:0" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "crwdns228353:0crwdne228353:0" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "crwdns228355:0crwdne228355:0" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "crwdns228357:0crwdne228357:0" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "crwdns228359:0crwdne228359:0" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "crwdns228361:0crwdne228361:0" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "crwdns228363:0crwdne228363:0" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "crwdns228365:0crwdne228365:0" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "crwdns228367:0crwdne228367:0" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "crwdns228369:0crwdne228369:0" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "crwdns228371:0crwdne228371:0" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "crwdns228373:0crwdne228373:0" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "crwdns228375:0crwdne228375:0" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "crwdns228377:0crwdne228377:0" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "crwdns228379:0crwdne228379:0" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "crwdns228381:0crwdne228381:0" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "crwdns228383:0crwdne228383:0" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "crwdns228385:0crwdne228385:0" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "crwdns228387:0crwdne228387:0" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "crwdns228389:0crwdne228389:0" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "crwdns228391:0crwdne228391:0" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "crwdns228393:0crwdne228393:0" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "crwdns228395:0crwdne228395:0" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "crwdns228397:0crwdne228397:0" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "crwdns228399:0crwdne228399:0" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "crwdns228401:0crwdne228401:0" - diff --git a/po/openproductsfacts/lt.po b/po/openproductsfacts/lt.po deleted file mode 100644 index 3acfbe1a471b5..0000000000000 --- a/po/openproductsfacts/lt.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Lithuanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lt\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/lv.po b/po/openproductsfacts/lv.po deleted file mode 100644 index 95a5429c80697..0000000000000 --- a/po/openproductsfacts/lv.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Latvian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: lv\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/me.po b/po/openproductsfacts/me.po deleted file mode 100644 index fed99316f4203..0000000000000 --- a/po/openproductsfacts/me.po +++ /dev/null @@ -1,148 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: me\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-06-15 08:52\n" -"Language-Team: Montenegrin (Latin)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: me\n" -"X-Crowdin-File: /master/po/openproductsfacts/openproductsfacts.pot\n" -"X-Crowdin-File-ID: 446\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openproductsfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openproductsfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/mg.po b/po/openproductsfacts/mg.po deleted file mode 100644 index 69e7628f08b38..0000000000000 --- a/po/openproductsfacts/mg.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malagasy\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mg\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Miaraka amin'ny Chrome, Firefox ary Safari, afaka misafidy sary marobe (vokatra, akora sns) ianao amin'ny alàlan'ny fanindriana azy ireo sy fitazonana ny kitendry Ctrl mba hampidirana azy ireo indray mandeha." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA / RANO, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/mi.po b/po/openproductsfacts/mi.po deleted file mode 100644 index cf95728354999..0000000000000 --- a/po/openproductsfacts/mi.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Maori\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mi\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ml.po b/po/openproductsfacts/ml.po deleted file mode 100644 index d983aa940036a..0000000000000 --- a/po/openproductsfacts/ml.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ml\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malayalam\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ml-IN\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/mn.po b/po/openproductsfacts/mn.po deleted file mode 100644 index bb8416bfd3ca8..0000000000000 --- a/po/openproductsfacts/mn.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Mongolian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mn\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/mr.po b/po/openproductsfacts/mr.po deleted file mode 100644 index c409370c6b06d..0000000000000 --- a/po/openproductsfacts/mr.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Marathi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mr\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ms.po b/po/openproductsfacts/ms.po deleted file mode 100644 index 972f445f2ee01..0000000000000 --- a/po/openproductsfacts/ms.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ms\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Malay\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ms\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/mt.po b/po/openproductsfacts/mt.po deleted file mode 100644 index d8f759ffa680f..0000000000000 --- a/po/openproductsfacts/mt.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Maltese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || (n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20) ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: mt\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/my.po b/po/openproductsfacts/my.po deleted file mode 100644 index 232e2bcfd9e32..0000000000000 --- a/po/openproductsfacts/my.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: my\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Burmese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: my\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/nb.po b/po/openproductsfacts/nb.po deleted file mode 100644 index 747b46dc545bb..0000000000000 --- a/po/openproductsfacts/nb.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nb_NO\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian Bokmal\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nb\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts samler inn informasjon og data om produkter fra hele verden." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Denne produktsiden er ikke fullstendig. Du kan hjelpe med å ferdigstille den ved å redigere den og legge til mere data fra bildene vi har, eller ved å ta flere bilder gjennom appen for Android eller iPhone/iPad. Takk!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> er laget av en ideell organisasjon, uavhengig fra industrien. Den er laget for alle, av alle, og er støttet av alle. Du kan støtte arbeidet vårt ved å donere til Open Products Facts og også ved å bruke Lilo-søkemotoren.
Tusen takk!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Doner til Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobiltelefon, Vaskemaskin pulver" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "En samarbeidende, gratis og åpen database med informasjon om produkter fra hele verden" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "og Facebook-gruppa for bidragsytere" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "En gratis, åpen database basert på samarbeid, over produkter fra hele verden." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android-smarttelefon" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1. generasjon)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Det er Open Product Hunt på <> fra lørdag 21. februar til søndag 1. mars! Bidragsytere får utforskerpoeng for produkter de legger til og ambassadørpoeng for nye bidragsytere de rekrutterer. Poeng oppdateres hvert trettiende minutt." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Open Food Facts produktsøk" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/ne.po b/po/openproductsfacts/ne.po deleted file mode 100644 index f2a9ccd5ccc7b..0000000000000 --- a/po/openproductsfacts/ne.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ne\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Nepali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ne-NP\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/nl.po b/po/openproductsfacts/nl.po deleted file mode 120000 index a0f480ae15bd4..0000000000000 --- a/po/openproductsfacts/nl.po +++ /dev/null @@ -1 +0,0 @@ -nl_NL.po \ No newline at end of file diff --git a/po/openproductsfacts/nl_BE.po b/po/openproductsfacts/nl_BE.po deleted file mode 100644 index 6e9dfa8aa39f0..0000000000000 --- a/po/openproductsfacts/nl_BE.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl_BE\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Dutch, Belgium\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nl-BE\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openbeautyfacts.org/images/apps/obf.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=nl" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/nl/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Product Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts verzamelt informatie en gegevens over producten van over de hele wereld." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Deze productpagina is niet compleet. Je kunt helpen door het product te bewerken en meer gegevens van bestaande foto's toe te voegen, of door meer foto's te maken met de app voor Android of iPhone/iPad. Bedankt!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Doneer

<> wordt gemaakt door een non-profit associatie, onafhankelijk van de industrie. Het is gemaakt voor iedereen, door iedereen, en wordt gefinancierd door iedereen. Je kan ons werk ondersteunen door te doneren aan Open Food Facts en ook door de Lilo zoekmachine te gebruiken.
Bedankt!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Doneer aan Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobiele telefoon, Wasmachinepoeder" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Een collaboratieve, gratis en open database met informatie over producten van over de hele wereld" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "en de Facebook-groep voor bijdragers" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Een gezamenlijke, vrije en open database van producten uit de hele wereld." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android-smartphone" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1e generatie)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-nl-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Het is Open Product Hunt op <> van zaterdag 23 februari tot zondag 1 maart 1! Deelnemers ontvangen Ontdekkerspunten voor de producten die ze toevoegen, en Ambassadeurspunten voor nieuwe deelnemers, die ze aanbrengen. De punten worden elke 30 minuten geupdatet." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Met Chrome, Firefox en Safari kunt u verschillende foto's (product, ingrediënten, etc.) selecteren door tijdens het klikken de Ctrl-toets ingedrukt te houden om ze tegelijkertijd toe te voegen." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Product zoeken in Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/nl_NL.po b/po/openproductsfacts/nl_NL.po deleted file mode 100644 index 10583e4396f54..0000000000000 --- a/po/openproductsfacts/nl_NL.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Dutch\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nl\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=nl" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/nl/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Product Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts verzamelt informatie en gegevens over producten van over de hele wereld." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Deze productpagina is niet compleet. Je kunt helpen het te voltooien door het te bewerken en meer gegevens van de afbeeldingen die we reeds hebben toe te voegen of door meer foto's te maken met de app voor Android of iPhone/iPad. Dank je wel!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Doneer

<> wordt gemaakt door een non-profit associatie, onafhankelijk van de industrie. Het is gemaakt voor iedereen, door iedereen, en wordt gefinancierd door iedereen. Je kan ons werk ondersteunen door te doneren aan Open Food Facts en ook door de Lilo zoekmachine te gebruiken.
Bedankt!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Doneer aan Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobiele telefoon, Wasmachinepoeder" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Een collaboratieve, gratis en open database met informatie over producten van over de hele wereld" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "en de Facebook-groep voor bijdragers" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Een gezamenlijke, gratis en open database van producten uit de hele wereld." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android smartphone" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1e generatie)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-nl-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "It's Open Product Hunt op <> van zaterdag 21 februari tot zondag 1 maart! Bijdragers krijgen\n" -"Explorer-punten voor producten die ze toevoegen en Ambassadorpunten voor nieuwe medewerkers die ze aanwerven. Punten worden elke 30 minuten bijgewerkt." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Met Chrome, Firefox en Safari kunt u verschillende afbeeldingen (product, ingrediënten, etc.) selecteren door tijdens het klikken de Ctrl-toets ingedrukt te houden om ze tegelijkertijd toe te voegen." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Product zoeken in Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/nn.po b/po/openproductsfacts/nn.po deleted file mode 100644 index ef8a59df78318..0000000000000 --- a/po/openproductsfacts/nn.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nn_NO\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian Nynorsk\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nn-NO\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/no.po b/po/openproductsfacts/no.po deleted file mode 100644 index 0b7ae8f1baa4d..0000000000000 --- a/po/openproductsfacts/no.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: no\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Norwegian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: no\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/nr.po b/po/openproductsfacts/nr.po deleted file mode 100644 index e8c60986f4f66..0000000000000 --- a/po/openproductsfacts/nr.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Ndebele\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: nr\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/oc.po b/po/openproductsfacts/oc.po deleted file mode 100644 index d47a2889783c1..0000000000000 --- a/po/openproductsfacts/oc.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: oc\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Occitan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: oc\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/openproductsfacts.pot b/po/openproductsfacts/openproductsfacts.pot deleted file mode 100644 index 0355eae65d79f..0000000000000 --- a/po/openproductsfacts/openproductsfacts.pot +++ /dev/null @@ -1,116 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"Project-Id-Version: \n" -"PO-Revision-Date: \n" -"Language-Team: \n" -"Last-Translator: \n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-food-facts-product-scan/id588797948" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" diff --git a/po/openproductsfacts/or.po b/po/openproductsfacts/or.po deleted file mode 100644 index 1d603760f4756..0000000000000 --- a/po/openproductsfacts/or.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: or\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Odia\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: or\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/pa.po b/po/openproductsfacts/pa.po deleted file mode 100644 index 2fa5fe38f1b93..0000000000000 --- a/po/openproductsfacts/pa.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Punjabi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pa-IN\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/pl.po b/po/openproductsfacts/pl.po deleted file mode 100644 index 894eb800286b4..0000000000000 --- a/po/openproductsfacts/pl.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Polish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pl\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=pl" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/pl/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts gromadzi informacje oraz dane o produktach z całego świata." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Ta strona produktu jest niekompletna. Możesz pomóc w dokończeniu tego zadania edytowując go i dodając więcej danych z naszych zdjęć, lub robiąc więcej zdjęć za pomocą aplikacji dla Android lub iPhone/iPad. Dziękujemy!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> jest tworzony przez stowarzyszenie nienastawione na zysk, niezależne od przemysłu. Jest on realizowany przez wszystkich i finansowany przez wszystkich. Możesz wspierać naszą pracę przez darowizny dla Open Products Facts oraz przy użyciu wyszukiwarki Lilo.
Dziękujemy!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Przekaż darowiznę na rzecz Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Telefon komórkowy, proszek do prania" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Tworzona we współpracy, wolna i otwarta baza danych produktów spożywczych z całego świata" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "oraz grupa dla kontrybutorów na Facebooku" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Wspólna, darmowa i otwarta baza danych produktów z całego świata." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Smartfony z Androidem" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1-wsza generacja)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "To Open Product Hunt w dniu <> od soboty 21 lutego do niedzieli 1 marca! Współtwórcy otrzymują\n" -"punkty Odkrywców za produkty, które dodają, i punkty Ambasadora dla nowych współtwórców, którzy rekrutują. Punkty są aktualizowane co 30 minut." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "W Chrome, Firefox i Safari możesz wybrać wiele zdjęć (produktu, składników itp.) klikając przytrzymując klawisz Ctrl by dodać je na raz." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Wyszukiwarka produktów Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/otwórz-aplikację-mobilną-products-facts" - diff --git a/po/openproductsfacts/pt.po b/po/openproductsfacts/pt.po deleted file mode 120000 index b78e314b7a6ba..0000000000000 --- a/po/openproductsfacts/pt.po +++ /dev/null @@ -1 +0,0 @@ -pt_PT.po \ No newline at end of file diff --git a/po/openproductsfacts/pt_BR.po b/po/openproductsfacts/pt_BR.po deleted file mode 100644 index 6f1b5f821fc85..0000000000000 --- a/po/openproductsfacts/pt_BR.po +++ /dev/null @@ -1,121 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Portuguese, Brazilian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pt-BR\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://br.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=pt" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/pt/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "O Open Products Facts reúne dados e informações sobre produtos de todo o mundo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFactsPt" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Esta página de produto não está completa. Você pode ajudar a completá-la editando-a e adicionando mais dados a partir das fotos que temos, ou tirando mais fotos usando o App para Android ou iPhone/iPad. Obrigado!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Doar

<> é feito por uma associação sem fins lucrativos, independente do setor. É feito para todos, por todos, e financiado por todos. Você pode apoiar nosso trabalho doando para Open Products Facts e também usando o mecanismo de busca Lilo.
Obrigado!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Fazer um donativo ao Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Telefone móvel, pó para máquina de lavar roupa" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Um banco de dados colaborativo, gratuito e aberto de informações sobre produtos de todo o mundo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "e o grupo do Facebook para colaboradores" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Um banco de dados colaborativo, gratuito e aberto de produtos de todo o mundo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Celular Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1ª geração)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "É a Open Product Hunt no <> de sábado, 21 de fevereiro a domingo, 1 de março! Os participantes são recompensados com pontos de Explorador para os produtos que adicionarem e com pontos de Embaixador para as novas contribuições que tiverem recrutado. Os pontos são actualizados a cada 30 minutos." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Com o Chrome, Firefox e Safari, você pode selecionar várias fotos (produto, ingredientes, etc.) clicando nelas enquanto pressiona a tecla Ctrl para adicioná-las todas de uma só vez." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Pesquisa de produtos do Open Product Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA / ÁGUA, SULFATO DE LÍTIO DE SÓDIO, COCOAMPHODIACETATE DE DISÓDIO, GLICOL DISTEARADO, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/pt_PT.po b/po/openproductsfacts/pt_PT.po deleted file mode 100644 index 05f5592a70353..0000000000000 --- a/po/openproductsfacts/pt_PT.po +++ /dev/null @@ -1,121 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Portuguese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: pt-PT\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=pt" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/pt/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "O Open Products Facts reune dados e informação sobre produtos de todo o mundo." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Esta página de produto não está completa. Pode ajudar a completá-la editando-la e adicionando mais dados das fotografias existentes ou tirando mais fotografias usando a aplicação para Android ou iPhone/iPad. Obrigado!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Fazer

<> é um projeto gerido por uma associação sem fins lucrativos, independente da indústria. É feito para todos, por todos e é financiado por todos. Pode apoiar o nosso trabalho fazendo um donativo ao Open Products Facts e também utilizando o motor de pesquisa Lilo.
Obrigado!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Fazer um donativo ao Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Telefone móvel, pó para máquina de lavar roupa" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Uma base de dados colaborativa, gratuita e aberta de informações sobre produtos de todo o mundo" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "e o grupo do Facebook para colaboradores" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Uma base de dados colaborativa, gratuita e aberta de produtos de todo o mundo." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Telemóvel Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1ª geração)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "É a Open Product Hunt no <> de sábado, 21 de fevereiro a domingo, 1 de março! Os participantes são recompensados com pontos de Explorador para os produtos que adicionarem e com pontos de Embaixador para as novas contribuições que tiverem recrutado. Os pontos são actualizados a cada 30 minutos." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Com o Chrome, Firefox e Safari, pode selecionar várias fotografias (produto, ingredientes, etc.) clicando nelas enquanto pressiona a tecla Ctrl para adicioná-las todas de uma só vez." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Pesquisa de produtos do Open Product Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA / ÁGUA, SULFATO DE LÍTIO DE SÓDIO, COCOAMPHODIACETATE DE DISÓDIO, GLICOL DISTEARADO, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/qu.po b/po/openproductsfacts/qu.po deleted file mode 100644 index a8e27ee61ab90..0000000000000 --- a/po/openproductsfacts/qu.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: qu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Quechua\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: qu\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/rm.po b/po/openproductsfacts/rm.po deleted file mode 100644 index dad8c56b63901..0000000000000 --- a/po/openproductsfacts/rm.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: rm\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Romansh\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: rm-CH\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ro.po b/po/openproductsfacts/ro.po deleted file mode 100644 index 1393000274c7f..0000000000000 --- a/po/openproductsfacts/ro.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Romanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ro\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=ro" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts adună informații și date despre produse din întreaga lume." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Această pagină de produs nu este completă. Puteți ajuta să o finalizați editând-o și adăugând mai multe date din fotografiile pe care le avem, sau făcând mai multe fotografii folosind aplicația pentru Android sau iPhone/iPad. Mulțumesc!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> se face de o asociatie nonprofit, independenta de industrie. Este făcut pentru toți, de toți și este finanțat de toți. Ne puteți susține munca donând la Open Products Facts și, de asemenea, până la folosind motorul de căutare Lilo.
Mulțumesc!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Donează pentru Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Telefon mobil, detergent pentru mașina de spălat rufe" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "O bază de date colaborativă, gratuită și deschisă cu informații despre produse din întreaga lume" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "și grupul Facebook pentru colaboratori" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "O bază de date colaborativă, gratuită și deschisă cu produse din întreaga lume." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Smartphone Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (prima generație)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-ro-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Este Open Product Hunt pe <> de sâmbătă, 21 februarie, până duminică, 1 martie! Colaboratorilor li se acordă\n" -"puncte Explorer pentru produsele pe care le adaugă și puncte Ambasador pentru colaboratorii noi pe care îi recrutează. Punctele sunt actualizate la fiecare 30 de minute." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Cu Chrome, Firefox și Safari, puteți selecta mai multe imagini (produs, ingrediente etc.) Apăsând clic pe ele, ținând apăsată tasta Ctrl apăsată pentru a le adăuga pe toate într-o singură lovitură." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Deschideți căutarea de produse Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/APA, LAURIL SULFAT DE SODIU, COCOAMFODIACETATE DE DISODIUM, DISTEARAT DE GLICOL, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/ru.po b/po/openproductsfacts/ru.po deleted file mode 100644 index e99abd317f2e2..0000000000000 --- a/po/openproductsfacts/ru.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Russian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ru\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=ru" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/ru/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts собирает информацию и данные о продуктах по всему миру." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Страница этого продукта не завершена. Вы можете помочь заполнить её, отредактировав и добавив больше данных с фотографий, которые у нас есть, или сделав дополнительные фотографий с помощью приложения для Android или iPhone/iPad. Спасибо!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Помочь

<> создан некоммерческой ассоциацией, независимой от производителей отрасли. Это сделано для всех, всеми, и финансируется всеми. Вы можете поддержать нашу работу, сделав пожертвование для Open Products Facts, а также используя поисковую систему Lilo.
Спасибо!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "На развитие Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Мобильный телефон, Стиральный порошок" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Совместная, бесплатная и открытая база данных информации указанной на продуктах по всему миру" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "и группа в Facebook для участников" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Совместная, бесплатная и открытая база данных продуктов со всего мира." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Смартфон Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1 поколение)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Это Open Product Hunt на <> с субботы 21 февраля до воскресенья 1 марта! Участники получают\n" -"баллы Исследователя за добавленные продукты и баллы Представителя за привлечение новых участников. Счёт обновляется каждые 30 минут." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ В Chrome, Firefox и Safari можно выбрать несколько файлов изображений (продукта, состава и т. п.), кликая по ним удерживая кнопку Ctrl, и загрузить их все одновременно." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Поиск продуктов Open Food Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ry.po b/po/openproductsfacts/ry.po deleted file mode 100644 index 309931956562c..0000000000000 --- a/po/openproductsfacts/ry.po +++ /dev/null @@ -1,148 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ry\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-06-15 08:50\n" -"Language-Team: Rusyn\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ry-UA\n" -"X-Crowdin-File: /master/po/openproductsfacts/openproductsfacts.pot\n" -"X-Crowdin-File-ID: 446\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openproductsfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openproductsfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sa.po b/po/openproductsfacts/sa.po deleted file mode 100644 index bba781ffe1039..0000000000000 --- a/po/openproductsfacts/sa.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sanskrit\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sa\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sat.po b/po/openproductsfacts/sat.po deleted file mode 100644 index d91a60a23d78d..0000000000000 --- a/po/openproductsfacts/sat.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sat\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Santali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sat\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sc.po b/po/openproductsfacts/sc.po deleted file mode 100644 index 255571f9f0f01..0000000000000 --- a/po/openproductsfacts/sc.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sc\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sardinian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sc\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sco.po b/po/openproductsfacts/sco.po deleted file mode 100644 index e3370faf36e76..0000000000000 --- a/po/openproductsfacts/sco.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sco\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Scots\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sco\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sd.po b/po/openproductsfacts/sd.po deleted file mode 100644 index 5be8feb8d336c..0000000000000 --- a/po/openproductsfacts/sd.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sd\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sindhi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sd\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sg.po b/po/openproductsfacts/sg.po deleted file mode 100644 index eb784516e2e37..0000000000000 --- a/po/openproductsfacts/sg.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sango\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sg\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sh.po b/po/openproductsfacts/sh.po deleted file mode 100644 index 6740d54da071a..0000000000000 --- a/po/openproductsfacts/sh.po +++ /dev/null @@ -1,148 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sh\n" -"Project-Id-Version: openfoodfacts\n" -"PO-Revision-Date: 2020-06-15 08:58\n" -"Language-Team: Serbo-Croatian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sh\n" -"X-Crowdin-File: /master/po/openproductsfacts/openproductsfacts.pot\n" -"X-Crowdin-File-ID: 446\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo" -msgid "openproductsfacts-logo-en-178x150.png" -msgstr "" - -#. make sure the image exists with your country code. Otherwise, ask @teolemon how to create a translated logo -msgctxt "logo2x" -msgid "openproductsfacts-logo-en-356x300.png" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "footer" -msgid "Legal -\n" -"Terms of Use -\n" -"Who we are -\n" -"Frequently Asked Questions -\n" -"Ideas Forum -\n" -"Blog -\n" -"Press and Blogs\n" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/si.po b/po/openproductsfacts/si.po deleted file mode 100644 index 9a2f8dc453626..0000000000000 --- a/po/openproductsfacts/si.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: si\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Sinhala\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: si-LK\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sk.po b/po/openproductsfacts/sk.po deleted file mode 100644 index 198d8bc6ea816..0000000000000 --- a/po/openproductsfacts/sk.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Slovak\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sk\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts zhromažďuje informácie a údaje o produktoch z celého sveta." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Tato stránka produktu nieje úplná. Môžete pomôc dokončiť ju úpravou a pridáním dalších údajov z fotografií, které máme, alebo spravením víac fotiek pomocou aplikácie pre Android alebo iPhone/iPad. Dakujeme!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> vytvorilo neziskové združenie nezávislé od odvetvia. Je vyrobený pre všetkých, všetkými a je financovaný všetkými. Našu prácu môžete podporiť príspevkom do Open Products Facts a tiež pomocou vyhľadávacieho nástroja Lilo.
Ďakujeme!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Prispejte na Open Food Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobilný telefón, Prášok do práčky" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Spoločná, bezplatná a otvorená databáza informácií o produktoch z celého sveta" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "a facebooková skupina pre prispievateľov" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Spoločná, bezplatná a otvorená databáza produktov z celého sveta." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android smartfón" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1. generácia)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Je Open Product Hunt na <> od soboty 21. februára do nedele 1. marca! Prispievatelia získajú\n" -"body prieskumníka za produkty, ktoré pridajú, a body veľvyslanca za nových prispievateľov, ktorých naverbujú. Body sa aktualizujú každých 30 minút." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Vyhľadávanie na Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/sl.po b/po/openproductsfacts/sl.po deleted file mode 100644 index d0bec2395480c..0000000000000 --- a/po/openproductsfacts/sl.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Slovenian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sl\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sma.po b/po/openproductsfacts/sma.po deleted file mode 100644 index 0101c8904e490..0000000000000 --- a/po/openproductsfacts/sma.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sma\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Sami\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sma\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sn.po b/po/openproductsfacts/sn.po deleted file mode 100644 index 0bb72ddc26b16..0000000000000 --- a/po/openproductsfacts/sn.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Shona\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sn\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/so.po b/po/openproductsfacts/so.po deleted file mode 100644 index 8f9946be9b363..0000000000000 --- a/po/openproductsfacts/so.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: so\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Somali\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: so\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/son.po b/po/openproductsfacts/son.po deleted file mode 100644 index da4ed835e94c1..0000000000000 --- a/po/openproductsfacts/son.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: son\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Songhay\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: son\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sq.po b/po/openproductsfacts/sq.po deleted file mode 100644 index 05ce84df291d8..0000000000000 --- a/po/openproductsfacts/sq.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Albanian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sq\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Fakte mbi produktet e hapura" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sr.po b/po/openproductsfacts/sr.po deleted file mode 100644 index d3f5c9541d7f3..0000000000000 --- a/po/openproductsfacts/sr.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Montenegrin (Cyrillic)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr-Cyrl-ME\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sr_CS.po b/po/openproductsfacts/sr_CS.po deleted file mode 100644 index 99e31e5b78084..0000000000000 --- a/po/openproductsfacts/sr_CS.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Serbian (Latin)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr-CS\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://rs.wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sr_RS.po b/po/openproductsfacts/sr_RS.po deleted file mode 100644 index 1b8d508d0b44c..0000000000000 --- a/po/openproductsfacts/sr_RS.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Serbian (Cyrillic)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sr\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ss.po b/po/openproductsfacts/ss.po deleted file mode 100644 index 0ad43842f54de..0000000000000 --- a/po/openproductsfacts/ss.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ss\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swati\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ss\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/st.po b/po/openproductsfacts/st.po deleted file mode 100644 index 222082a4cd043..0000000000000 --- a/po/openproductsfacts/st.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: st\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Southern Sotho\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: st\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/sv.po b/po/openproductsfacts/sv.po deleted file mode 100644 index 19820eda0cb37..0000000000000 --- a/po/openproductsfacts/sv.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swedish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sv-SE\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=sv" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Öppna Produktfakta" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts samlar information och data om produkter från hela världen." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Donera till Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Mobiltelefon, Tvättmaskinspulver" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "En samlad, fri och öppen databas med information om produkter från hela världen" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "En samlad, fri och öppen databas över produkter från hela världen." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android smarttelefon" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1: a generationen)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Med Chrome, Firefox och Safari kan du välja flera bilder (produkt, ingredienser etc.) genom att klicka på dem samtidigt som du håller ned Ctrl-tangenten för att lägga till alla i en bild." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Öppna produktfaktas produktsökning" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "VATTEN/VATTEN, NATRIUMLAURETSULFAT, NATRIUMKOKOAMPFODIACETAT, GLYKOL DISTEARAT, KOKAMIDMEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/sw.po b/po/openproductsfacts/sw.po deleted file mode 100644 index e360bab5f1a98..0000000000000 --- a/po/openproductsfacts/sw.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sw\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Swahili\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: sw\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ta.po b/po/openproductsfacts/ta.po deleted file mode 100644 index 8851cd7b2c71a..0000000000000 --- a/po/openproductsfacts/ta.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ta\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tamil\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ta\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/te.po b/po/openproductsfacts/te.po deleted file mode 100644 index 0f73fce0ae110..0000000000000 --- a/po/openproductsfacts/te.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: te\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Telugu\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: te\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/tg.po b/po/openproductsfacts/tg.po deleted file mode 100644 index 4e999440fded3..0000000000000 --- a/po/openproductsfacts/tg.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tg\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tajik\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tg\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/th.po b/po/openproductsfacts/th.po deleted file mode 100644 index 7e8e6c60b1c3e..0000000000000 --- a/po/openproductsfacts/th.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: th\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Thai\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: th\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ti.po b/po/openproductsfacts/ti.po deleted file mode 100644 index fca60e3f800e0..0000000000000 --- a/po/openproductsfacts/ti.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ti\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tigrinya\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ti\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/tl.po b/po/openproductsfacts/tl.po deleted file mode 100644 index 9791d4dd39cda..0000000000000 --- a/po/openproductsfacts/tl.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tagalog\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tl\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/tn.po b/po/openproductsfacts/tn.po deleted file mode 100644 index 62cd4ccd54920..0000000000000 --- a/po/openproductsfacts/tn.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tn\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tswana\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tn\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/tr.po b/po/openproductsfacts/tr.po deleted file mode 100644 index f6a5bfd158a48..0000000000000 --- a/po/openproductsfacts/tr.po +++ /dev/null @@ -1,128 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Turkish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tr\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=tr" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts dünyanın dört bir yanından ürünlerle ilgili bilgi ve veri toplar." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Bu ürün sayfası tamamlanmadı. Düzenleyerek ve elimizdeki fotoğraflardan daha fazla veri ekleyerek, ya da Android veya iPhone/iPad uygulamalarını kullanarak daha fazla fotoğraf çekerek tamamlanmasına yardım edebilirsiniz. Teşekkürler!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Open

<>, kar amacı gütmeyen bir kuruluş tarafından sektörden bağımsız olarak yapılmıştır. Herkes tarafından, herkes için yapılmış ve herkes tarafından finanse edilmiştir. Çalışmalarımızı Open Products Facts'e bağışta bulunarak ve ayrıca Lilo arama motorunu kullanarak destekleyebilirsin.
Teşekkürler!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Open Products Facts'e Bağışta Bulun" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Cep telefonu, Toz çamaşır deterjanı" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Dünyanın dört bir yanından ürünlerle ilgili bilgilerin bulunduğu işbirliğine dayalı, özgür ve açık bir veritabanı" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "ve katkıda bulunanlar için Facebook grubu" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Dünyanın dört bir yanından ürünlerin bulunduğu işbirliğine dayalı, özgür ve açık bir veritabanı." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Android akıllı telefon" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1. nesil)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "21 Şubat Cumartesi'den 1 Mart 1 Pazar'a kadar <> adresinde Açık Ürün Avı! Katkıda bulunanlara ekledikleri\n" -"ürünler için Kaşif puanları ve kazandırdıkları yeni katılımcılar için Elçi puanları verilir. Puanlar 30 dakikada bir güncellenir." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Chrome, Firefox ve Safari ile, Ctrl tuşunu basılı tutup üzerlerine tıklayarak birden fazla resim (ürün, içindekiler vb.) seçerek hepsini tek seferde ekleyebilirsiniz." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Open Products Facts ürün arama" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/SU, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, \n" -"COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/ts.po b/po/openproductsfacts/ts.po deleted file mode 100644 index 925af979adb2e..0000000000000 --- a/po/openproductsfacts/ts.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ts\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tsonga\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ts\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/tt.po b/po/openproductsfacts/tt.po deleted file mode 100644 index b478e9bfa91b9..0000000000000 --- a/po/openproductsfacts/tt.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tt\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tatar\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tt-RU\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/tw.po b/po/openproductsfacts/tw.po deleted file mode 100644 index 4703b7f2bbcb3..0000000000000 --- a/po/openproductsfacts/tw.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tw_TW\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Akan, Twi\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tw\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ty.po b/po/openproductsfacts/ty.po deleted file mode 100644 index 3fccb5087a836..0000000000000 --- a/po/openproductsfacts/ty.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ty\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Tahitian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ty\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/tzl.po b/po/openproductsfacts/tzl.po deleted file mode 100644 index 3235de485a3cc..0000000000000 --- a/po/openproductsfacts/tzl.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tzl\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Talossan\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: tzl\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ug.po b/po/openproductsfacts/ug.po deleted file mode 100644 index 97321f06022f8..0000000000000 --- a/po/openproductsfacts/ug.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ug\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Uyghur\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ug\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/uk.po b/po/openproductsfacts/uk.po deleted file mode 100644 index d4c8e14eb77b3..0000000000000 --- a/po/openproductsfacts/uk.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uk\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Ukrainian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: uk\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Відкриті дані продуктів" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts збирає інформацію та дані про продукти з усього світу." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Сторінка цього продукту ще не завершена. Ви можете допомогти редагуючи її, якщо доповните інформацію з наших фотографій, або якщо зробите додаткові фото за допомогою додатку для Android чи iPhone/iPad. Дякуємо вам!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> створено некомерційною асоціацією, незалежною від промисловості. Ця база даних створена для всіх, усіма та кожен може зробити свій внесок. Ви можете підтримати наш проект і зробити благодійний внесок до Open Products Facts або через за допомогою пошукової системи Lilo .
Дякуємо!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Зробити благодійний внесок до Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Мобільний телефон, порошок для пральної машини" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Спільна база даних з вільним та відкритим доступом до інформації про продукти з усього світу" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "і група в Фейсбук для учасників" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Спільна база даних про продукти з усього світу з відкритим доступом." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org/" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Смартфон Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (1-е покоління)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Це Open Product Hunt на <>з суботи 21-го лютого до неділі 1 березня! Учасники зможуть отримати бали Дослідника за продукти, які вони додають, та бали Представника за нових дописувачів, яких вони залучать. Бали оновлюються кожні 30 хвилин." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ За допомогою Chrome, Firefox і Safari ви можете вибрати декілька зображень (продукти, інгредієнти тощо), натискаючи на них та затискаючи клавішу Ctrl, щоб додати їх всі за один знімок." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Пошук продукту в Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "АКВА/ВОДА, ЛАУРЕТСУЛЬФАТ НАТРІЮ, ДИНАТРІЄВИЙ КОКОАМФОДІАЦЕТАТ, ГЛІКОЛЕВИЙ ДИСТЕАРАТ, КОКАМІД MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/ur.po b/po/openproductsfacts/ur.po deleted file mode 100644 index 154fb0cfb02a1..0000000000000 --- a/po/openproductsfacts/ur.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ur\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Urdu (India)\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ur-IN\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/uz.po b/po/openproductsfacts/uz.po deleted file mode 100644 index 96d03a4373dd0..0000000000000 --- a/po/openproductsfacts/uz.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uz\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Uzbek\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: uz\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/val.po b/po/openproductsfacts/val.po deleted file mode 100644 index b0976c76bec7f..0000000000000 --- a/po/openproductsfacts/val.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: val\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Valencian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: val-ES\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/ve.po b/po/openproductsfacts/ve.po deleted file mode 100644 index d39b2d858d117..0000000000000 --- a/po/openproductsfacts/ve.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ve\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Venda\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: ve\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/vec.po b/po/openproductsfacts/vec.po deleted file mode 100644 index 9e0d734a7c169..0000000000000 --- a/po/openproductsfacts/vec.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vec\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Venetian\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vec\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/vi.po b/po/openproductsfacts/vi.po deleted file mode 100644 index bccfd8a322a95..0000000000000 --- a/po/openproductsfacts/vi.po +++ /dev/null @@ -1,127 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Vietnamese\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vi\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts thu thập thông tin và dữ liệu về các sản phẩm từ khắp nơi trên thế giới." - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "Trang sản phẩm này chưa hoàn chỉnh. Bạn có thể giúp hoàn thành nó bằng cách chỉnh sửa nó và thêm nhiều dữ liệu hơn từ ảnh chúng tôi có hoặc bằng cách chụp nhiều ảnh hơn bằng ứng dụng dành cho Android hoặc iPhone / iPad. Cảm ơn bạn!" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> được thực hiện bởi một hiệp hội phi lợi nhuận, độc lập với ngành. Nó được tạo ra cho tất cả, bởi tất cả, và nó được tài trợ bởi tất cả. Bạn có thể ủng hộ công việc của chúng tôi bằng cách đóng góp cho Open Products Factsbằng cách sử dụng công cụ tìm kiếm Lilo.
Xin cảm ơn!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "Đóng góp cho Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "Nike, Apple" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "Điện thoại di động, bột giặt cho máy giặt" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "Cơ sở dữ liệu cộng tác, miễn phí và mở về thông tin về các sản phẩm từ khắp nơi trên thế giới" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "và nhóm Facebook dành cho những người đóng góp" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "Cơ sở dữ liệu cộng tác, miễn phí và mở về các sản phẩm từ khắp nơi trên thế giới." - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "Điện thoại smartphone Android" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch (thế hệ đầu tiên)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "Trên Open Product Hunt trong khoảng <> từ Thứ Bảy ngày 21 tháng Hai đến Chủ Nhật ngày 1 tháng Ba! Cộng tác viên được thưởng\n" -"điểm Khám phá cho các sản phẩm họ thêm vào và điểm Đại sứ cho những cộng tác viên mới mà họ kêu gọi tham gia cùng. Điểm được cập nhật sau mỗi 30 phút." - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ Với Chrome, Firefox và Safari, bạn có thể chọn nhiều ảnh (sản phẩm, thành phần, v. v.) bằng cách nhấp vào chúng trong khi nhấn giữ phím Ctrl để thêm tất cả chúng trong một lần chụp." - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Tìm kiếm sản phẩm trên Open Products Facts" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "NƯỚC, NATRI LAURETH SUNFAT, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMITE DEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/vls.po b/po/openproductsfacts/vls.po deleted file mode 100644 index 77ceb5105813b..0000000000000 --- a/po/openproductsfacts/vls.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vls\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Flemish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: vls-BE\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/wa.po b/po/openproductsfacts/wa.po deleted file mode 100644 index 6864ad5f79c3c..0000000000000 --- a/po/openproductsfacts/wa.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: wa\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Walloon\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: wa\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/wo.po b/po/openproductsfacts/wo.po deleted file mode 100644 index 563543568e51e..0000000000000 --- a/po/openproductsfacts/wo.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: wo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Wolof\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: wo\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/xh.po b/po/openproductsfacts/xh.po deleted file mode 100644 index 4f4d38481597b..0000000000000 --- a/po/openproductsfacts/xh.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: xh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Xhosa\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: xh\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/yi.po b/po/openproductsfacts/yi.po deleted file mode 100644 index 4d14b6e45121e..0000000000000 --- a/po/openproductsfacts/yi.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: yi\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Yiddish\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: yi\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/yo.po b/po/openproductsfacts/yo.po deleted file mode 100644 index c2de236d6dc6b..0000000000000 --- a/po/openproductsfacts/yo.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: yo\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Yoruba\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: yo\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/zea.po b/po/openproductsfacts/zea.po deleted file mode 100644 index 257b67b092119..0000000000000 --- a/po/openproductsfacts/zea.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zea\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Zeelandic\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zea\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/zh.po b/po/openproductsfacts/zh.po deleted file mode 120000 index faaea5b9501b2..0000000000000 --- a/po/openproductsfacts/zh.po +++ /dev/null @@ -1 +0,0 @@ -zh_CN.po \ No newline at end of file diff --git a/po/openproductsfacts/zh_CN.po b/po/openproductsfacts/zh_CN.po deleted file mode 100644 index 5bf5a374ae8f3..0000000000000 --- a/po/openproductsfacts/zh_CN.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Simplified\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "https://world.openproductsfacts.org/images/apps/off.apk" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/cn/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "Open Products Facts从全世界收集产品的信息和数据" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "这个产品页不完整。你可以帮忙完善它。对它进行编辑,或者加入我们现有的图片中的数据,也可以通过适用于Android or iPhone/iPad. 的APP拍更多的照片" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "\"Donate

<> 是由独立于行业的非盈利协会制作。它服务于所有人,也是由所有人参与贡献的。 捐赠给 Open Products Facts 以及 使用 Lilo 搜索引擎来支持我们的工作。
谢谢!

" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "贡献给Open Products Facts" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "深入到产品中" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "耐克,苹果" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "手机、洗衣机粉" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "EMB 53062" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "世界各地产品信息的合作、免费和开放的合作数据库。" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "和 Facebook 贡献者群组" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "一个合作、自由、开放的全球产品数据库。" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "安卓智能手机" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "iPod Touch(第一代)" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "这是 Open Product Hunt on <>从2月21号周六到3月1号周天以来的数据。贡献者可以通过添加产品和招募新的参与者获得积分。积分每30分钟会更新一次。" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "→ 使用 Chrome、Firefox 和 Safari 浏览器时,您可以一次添加多张图片 (产品、成分等),只需在点击图片时按住 Ctrl 键即可。" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "Open Products Facts 产品搜索" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "/open-products-facts-mobile-app" - diff --git a/po/openproductsfacts/zh_HK.po b/po/openproductsfacts/zh_HK.po deleted file mode 100644 index 5dc0d5966fccb..0000000000000 --- a/po/openproductsfacts/zh_HK.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Traditional, Hong Kong\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-HK\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "https://apps.apple.com/app/open-beauty-facts/id1122926380" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "Open Products Facts" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "http://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/zh_TW.po b/po/openproductsfacts/zh_TW.po deleted file mode 100644 index 6724dbdafc5e8..0000000000000 --- a/po/openproductsfacts/zh_TW.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Chinese Traditional\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "OpenFoodFacts" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "https://www.facebook.com/OpenFoodFacts" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "https://wiki.openfoodfacts.org" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/po/openproductsfacts/zu.po b/po/openproductsfacts/zu.po deleted file mode 100644 index 8fc7b4b09cb30..0000000000000 --- a/po/openproductsfacts/zu.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zu\n" -"Project-Id-Version: openfoodfacts\n" -"Language-Team: Zulu\n" -"Last-Translator: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: openfoodfacts\n" -"X-Crowdin-Project-ID: 243092\n" -"X-Crowdin-Language: zu\n" -"X-Crowdin-File-ID: 3129\n" - -#. do not translate -msgctxt "android_apk_app_link" -msgid "https://world.openproductsfacts.org/images/apps/off.apk" -msgstr "" - -#. change hl=en by hl=fr or hl=de and make sure the url works -msgctxt "android_app_link" -msgid "https://play.google.com/store/apps/details?id=org.openproductsfacts.scanner&hl=en" -msgstr "" - -#. change https://apps.apple.com/app/ to https://apps.apple.com/fr/app/ (for instance) and make sure the url works -msgctxt "ios_app_link" -msgid "https://apps.apple.com/app/open-beauty-facts/id1122926380" -msgstr "" - -msgctxt "site_name" -msgid "Open Products Facts" -msgstr "" - -#. change https://www.microsoft.com/en-us/p/ to https://www.microsoft.com/fr-fr/p/ (for instance) and make sure the url works -msgctxt "windows_phone_app_link" -msgid "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-environmental_score-and-more/XP8LT18SRPKLRG" -msgstr "" - -msgctxt "tagline" -msgid "Open Products Facts gathers information and data on products from around the world." -msgstr "" - -#. make sure the Twitter account exists for your country. Otherwise, ask @stephane to create it -msgctxt "twitter_account" -msgid "OpenFoodFacts" -msgstr "" - -msgctxt "warning_not_complete" -msgid "This product page is not complete. You can help to complete it by editing it and adding more data from the photos we have, or by taking more photos using the app for Android or iPhone/iPad. Thank you!" -msgstr "" - -msgctxt "bottom_content" -msgid "\"Donate

<> is made by a non-profit association, independent from the industry. It is made for all, by all, and it is funded by all. You can support our work by donating to Open Products Facts and also by using the Lilo search engine.
Thank you!

" -msgstr "" - -msgctxt "donate" -msgid "Donate to Open Products Facts" -msgstr "" - -msgctxt "facebook_page" -msgid "https://www.facebook.com/OpenFoodFacts" -msgstr "" - -msgctxt "brands_example" -msgid "Nike, Apple" -msgstr "" - -msgctxt "categories_example" -msgid "Mobile phone, Washing machine powder" -msgstr "" - -msgctxt "emb_codes_example" -msgid "EMB 53062" -msgstr "" - -msgctxt "site_description" -msgid "A collaborative, free and open database of information on products from around the world" -msgstr "" - -msgctxt "footer_and_the_facebook_group" -msgid "and the Facebook group for contributors" -msgstr "" - -msgctxt "footer_tagline" -msgid "A collaborative, free and open database of products from around the world." -msgstr "" - -msgctxt "footer_wiki_link" -msgid "https://wiki.openfoodfacts.org" -msgstr "" - -msgctxt "generic_name_example" -msgid "Android smartphone" -msgstr "" - -msgctxt "product_name_example" -msgid "iPod Touch (1st generation)" -msgstr "" - -msgctxt "og_image_url" -msgid "https://static.openproductsfacts.org/images/misc/openproductsfacts-logo-en-178x150.png" -msgstr "" - -msgctxt "openfoodhunt_points" -msgid "It's Open Product Hunt on <> from Saturday February 21st to Sunday March 1st! Contributors are awarded\n" -"Explorer points for products they add and Ambassador points for new contributors they recruit. Points are updated every 30 minutes." -msgstr "" - -msgctxt "product_js_upload_image_note" -msgid "→ With Chrome, Firefox and Safari, you can select multiple pictures (product, ingredients etc.) by clicking them while holding the Ctrl key pressed to add them all in one shot." -msgstr "" - -msgctxt "search_description_opensearch" -msgid "Open Products Facts product search" -msgstr "" - -msgctxt "ingredients_text_example" -msgid "AQUA/WATER, SODIUM LAURETH SULFATE, DISODIUM COCOAMPHODIACETATE, GLYCOL DISTEARATE, COCAMIDE MEA" -msgstr "" - -#. make sure the text file exists for your language, otherwise ask @teolemon -msgctxt "get_the_app_link" -msgid "/open-products-facts-mobile-app" -msgstr "" - diff --git a/scripts/update_all_products.pl b/scripts/update_all_products.pl index 6a1a1fe167a70..7a98e1df478da 100755 --- a/scripts/update_all_products.pl +++ b/scripts/update_all_products.pl @@ -1381,6 +1381,12 @@ assign_ciqual_codes($product_ref); } + # if we have an old_product_type (if change_product_type() was called), + # we need to use store_product() so that the product is removed from the old MongoDB collection and added to the new one + if (defined $product_ref->{old_product_type}) { + $product_values_changed = 1; + } + my $any_change = $product_values_changed; if (not $pretend) { if (!$any_change) { diff --git a/taxonomies/additives_classes.txt b/taxonomies/additives_classes.txt index 9e8527d9e768e..fbec4a8689be0 100644 --- a/taxonomies/additives_classes.txt +++ b/taxonomies/additives_classes.txt @@ -261,7 +261,31 @@ wikidata:en: Q133948 < en:antioxidant en: natural antioxidant +bg: естествен антиоксидант +ca: antioxidant natural +cs: přírodní antioxidant +da: naturlig antioxidant +de: natürlicher Antioxidant +el: φυσικό αντιοξειδωτικό +es: antioxidante natural +et: looduslik antioksüdant +fi: luonnollinen antioksidantti +fr: antioxydant naturel +ga: frithocsaídeoir nádúrtha +hr: prirodni antioksidans +hu: természetes antioxidáns it: antiossidanti naturali, antiossidante naturale +lt: natūralus antioksidantas +lv: dabīgs antioksidants +mt: antiossidant naturali +nl: natuurlijke antioxidant +pl: naturalny przeciwutleniacz +pt: antioxidante natural +ro: antioxidant natural +ru: натуральный антиоксидант +sk: prírodný antioxidant +sl: naravni antioksidant +sv: naturlig antioxidant en: release agent @@ -340,8 +364,35 @@ es: agente de carbonatación fi: Karbonointiaine, Karbonointiainetta, Karbonointiaineet, Karbonointiaineita fr: Agent de carbonation description:en: A food additive used to provide carbonation in a food. +description:bg: Хранителна добавка, използвана за осигуряване на карбонизация в храната. +description:ca: Additiu alimentari utilitzat per proporcionar carbonatació en un aliment. +description:cs: Potravinářská přísada používaná k zajištění karbonizace v potravině. +description:da: En fødevaretilsætningsstof, der bruges til at give kulsyre i en fødevare. +description:de: Ein Lebensmittelzusatzstoff, der zur Karbonisierung eines Lebensmittels verwendet wird. +description:el: Πρόσθετο τροφίμων που χρησιμοποιείται για την παροχή ανθρακικού σε ένα τρόφιμο. description:es: Aditivos alimentarios utilizados para introducir dióxido de carbono en un alimento. +description:et: Toidulisand, mida kasutatakse toidu karboniseerimiseks. +description:fi: Elintarvikelisäaine, jota käytetään hiilihapotuksen aikaansaamiseksi elintarvikkeessa. description:fr: Additif alimentaire utilisé pour apporter du dioxyde de carbone à une denrée alimentaire. +description:ga: Breiseán bia a úsáidtear chun carbónáitiú a sholáthar i mbia. +description:hr: Dodatak prehrani koji se koristi za karbonizaciju hrane. +description:hu: Élelmiszer-adalékanyag, amelyet az élelmiszer karbonizálására használnak. +description:is: Matvælaaukefni sem notað er til að veita kolsýru í matvæli. +description:it: Additivo alimentare utilizzato per fornire carbonatazione in un alimento. +description:ja: 食品に炭酸を供給するために使用される食品添加物。 +description:lt: Maisto priedas, naudojamas maisto karbonizacijai užtikrinti. +description:lv: Pārtikas piedeva, ko izmanto, lai nodrošinātu karbonizāciju pārtikā. +description:mt: Addittiv tal-ikel użat biex jipprovdi karbonazzjoni f'ikel. +description:nl: Een voedseladditief dat wordt gebruikt om koolzuur in een voedingsmiddel te brengen. +description:no: Et tilsetningsstoff som brukes til å gi karbonatisering i mat. +description:pl: Dodatek do żywności używany do zapewnienia karbonizacji w żywności. +description:pt: Aditivo alimentar utilizado para fornecer carbonatação em um alimento. +description:ro: Un aditiv alimentar utilizat pentru a asigura carbonatarea unui aliment. +description:ru: Пищевая добавка, используемая для карбонизации пищи. +description:sk: Potravinárska prísada používaná na zabezpečenie karbonizácie v potravinách. +description:sl: Živilski dodatek, ki se uporablja za karbonizacijo hrane. +description:sv: Ett livsmedelstillsats som används för att ge kolsyrning i en livsmedelsprodukt. +description:zh: 用于食品碳酸化的食品添加剂。 en: Carrier, carrier solvant, diluent for other food additives, encapsulating agent, nutrient carrier diff --git a/taxonomies/beauty/allergens.txt b/taxonomies/beauty/allergens.txt index 7156a646963ea..130999bdfd145 100644 --- a/taxonomies/beauty/allergens.txt +++ b/taxonomies/beauty/allergens.txt @@ -1,1239 +1,1240 @@ # Sourced from the EU official lists: https://ec.europa.eu/health/scientific_committees/opinions_layman/perfume-allergies/en/#4 -en:ACETYLCEDRENE -cas_number:en:32388-55-9 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: ACETYLCEDRENE +cas_number:en: 32388-55-9 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:AMYL CINNAMAL -cas_number:en:122-40-7 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: AMYL CINNAMAL +cas_number:en: 122-40-7 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:AMYL CINNAMYL ALCOHOL -cas_number:en:101-85-9 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: AMYL CINNAMYL ALCOHOL +cas_number:en: 101-85-9 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:AMYL SALICYLATE -cas_number:en:2050-08-0 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: AMYL SALICYLATE +cas_number:en: 2050-08-0 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:trans-ANETHOLE -cas_number:en:4180-23-8 -human_evidence:en:+ (r.t.) -eu_lists:en:Established contact allergens in humans +en: trans-ANETHOLE +cas_number:en: 4180-23-8 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + (r.t.) -en:ANISE ALCOHOL -cas_number:en:105-13-5 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: ANISE ALCOHOL +cas_number:en: 105-13-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:BENZALDEHYDE  -cas_number:en:100-52-7 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: BENZALDEHYDE  +cas_number:en: 100-52-7 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:BENZYL ALCOHOL -cas_number:en:100-51-6 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: BENZYL ALCOHOL +cas_number:en: 100-51-6 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:BENZYL BENZOATE -cas_number:en:120-51-4 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: BENZYL BENZOATE +cas_number:en: 120-51-4 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:BENZYL CINNAMATE -cas_number:en:103-41-3 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: BENZYL CINNAMATE +cas_number:en: 103-41-3 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:BENZYL SALICYLATE -cas_number:en:118-58-1 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: BENZYL SALICYLATE +cas_number:en: 118-58-1 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:BUTYLPHENYL METHYLPROPIONAL -cas_number:en:80-54-6 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: BUTYLPHENYL METHYLPROPIONAL +cas_number:en: 80-54-6 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:CAMPHOR -cas_number:en:76-22-2 / 464-49-3 -human_evidence:en:+ (r.t.) -eu_lists:en:Established contact allergens in humans +en: CAMPHOR +cas_number:en: 76-22-2 / 464-49-3 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + (r.t.) -en:beta-CARYOPHYLLENE -cas_number:en:87-44-5 -human_evidence:en:Non-ox.: +, ox.: + -eu_lists:en:Established contact allergens in humans +en: beta-CARYOPHYLLENE +cas_number:en: 87-44-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: Non-ox.: +, ox.: + -en:CARVONE -cas_number:en:99-49-0 / 6485-40-1 / 2244-16-8 -human_evidence:en:+ (r.t.) -eu_lists:en:Established contact allergens in humans +en: CARVONE +cas_number:en: 99-49-0 / 6485-40-1 / 2244-16-8 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + (r.t.) -en: CINNAMAL -cas_number:en:104-55-2 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en:  CINNAMAL +cas_number:en: 104-55-2 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:CINNAMYL ALCOHOL -cas_number:en:104-54-1 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: CINNAMYL ALCOHOL +cas_number:en: 104-54-1 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:CITRAL -cas_number:en:5392-40-5 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: CITRAL +cas_number:en: 5392-40-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:CITRONELLOL -cas_number:en:106-22-9 / 1117-61-9 / 7540-51-4 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: CITRONELLOL +cas_number:en: 106-22-9 / 1117-61-9 / 7540-51-4 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:COCAMIDOPROPYL BETAINE +en: COCAMIDOPROPYL BETAINE cas_number:en: 61789-40-0 -en:COUMARIN -cas_number:en: 91-64-5 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: COUMARIN +cas_number:en:  91-64-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:DAMASCENONE, ROSE KETONE-4 -cas_number:en:23696-85-7 -human_evidence:en:+ (r.t.) -eu_lists:en:Established contact allergens in humans +en: DAMASCENONE, ROSE KETONE-4 +cas_number:en: 23696-85-7 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + (r.t.) -en:alpha-DAMASCONE, TMCHB -cas_number:en:43052-87-5 / 23726-94-5 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: alpha-DAMASCONE, TMCHB +cas_number:en: 43052-87-5 / 23726-94-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:cis-beta-DAMASCONE -cas_number:en:23726-92-3 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: cis-beta-DAMASCONE +cas_number:en: 23726-92-3 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:delta-DAMASCONE -cas_number:en:57378-68-4 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: delta-DAMASCONE +cas_number:en: 57378-68-4 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:DIMETHYLBENZYL CARBINYL ACETATE, DMBCA -cas_number:en:151-05-3 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: DIMETHYLBENZYL CARBINYL ACETATE, DMBCA +cas_number:en: 151-05-3 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:EUGENOL -cas_number:en:97-53-0 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: EUGENOL +cas_number:en: 97-53-0 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:FARNESOL -cas_number:en:4602-84-0 -human_evidence:en:++ - +++ -eu_lists:en:Established contact allergens in humans +en: FARNESOL +cas_number:en: 4602-84-0 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ - +++ -en:GERANIOL -cas_number:en:106-24-1 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: GERANIOL +cas_number:en: 106-24-1 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:HEXADECANOLACTONE -cas_number:en:109-29-5 -human_evidence:en:+ (r.t.) -eu_lists:en:Established contact allergens in humans +en: HEXADECANOLACTONE +cas_number:en: 109-29-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + (r.t.) -en:HEXAMETHYLINDANOPYRAN -cas_number:en:1222-05-5 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: HEXAMETHYLINDANOPYRAN +cas_number:en: 1222-05-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:HEXYL CINNAMAL -cas_number:en:101-86-0 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: HEXYL CINNAMAL +cas_number:en: 101-86-0 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:HYDROXYISOHEXYL 3-CYCLOHEXENE CARBOXALDEHYDE, HICC -cas_number:en:31906-04-4 / 51414-25-6 -human_evidence:en:++++ -eu_lists:en:Established contact allergens in humans +en: HYDROXYISOHEXYL 3-CYCLOHEXENE CARBOXALDEHYDE, HICC +cas_number:en: 31906-04-4 / 51414-25-6 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++++ -en:HYDROXYCITRONELLAL -cas_number:en:107-75-5 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: HYDROXYCITRONELLAL +cas_number:en: 107-75-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:ISOEUGENOL -cas_number:en:97-54-1 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: ISOEUGENOL +cas_number:en: 97-54-1 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:alpha-ISOMETHYL IONONE -cas_number:en:127-51-5 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: alpha-ISOMETHYL IONONE +cas_number:en: 127-51-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ #en:(DL)-LIMONENE -en:LIMONENE -cas_number:en:138-86-3 -human_evidence:en:++ (non-ox.); +++ (ox.) -eu_lists:en:Established contact allergens in humans +en: LIMONENE +cas_number:en: 138-86-3 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ (non-ox.); +++ (ox.) -en:LINALOOL -cas_number:en:78-70-6 -human_evidence:en:++ (non-ox.) +++ (ox.) -eu_lists:en:Established contact allergens in humans +en: LINALOOL +cas_number:en: 78-70-6 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ (non-ox.) +++ (ox.) -en:LINALYL ACETATE -cas_number:en:115-95-7 -human_evidence:en:+ (non-ox.) ++ (ox.) -eu_lists:en:Established contact allergens in humans +en: LINALYL ACETATE +cas_number:en: 115-95-7 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + (non-ox.) ++ (ox.) -en:MENTHOL -cas_number:en:1490-04-6 / 89-78-1 / 2216-51-5 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: MENTHOL +cas_number:en: 1490-04-6 / 89-78-1 / 2216-51-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:6-METHYL COUMARIN -cas_number:en:92-48-8 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: 6-METHYL COUMARIN +cas_number:en: 92-48-8 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:METHYL 2-OCTYNOATE -cas_number:en:111-12-6 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: METHYL 2-OCTYNOATE +cas_number:en: 111-12-6 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:METHYL SALICYLATE -cas_number:en:119-36-8 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: METHYL SALICYLATE +cas_number:en: 119-36-8 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:3-METHYL-5-(2,2,3-TRIMETHYL-3-CYCLOPENTENYL)PENT-4-EN-2-OL -cas_number:en:67801-20-1 -human_evidence:en:++ (r.t.) -eu_lists:en:Established contact allergens in humans +en: 3-METHYL-5-(2,2, 3-TRIMETHYL-3-CYCLOPENTENYL)PENT-4-EN-2-OL +cas_number:en: 67801-20-1 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ (r.t.) -en:alpha-PINENE and beta-PINENE -cas_number:en:80-56-8 and 127-91-3, resp. -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: alpha-PINENE and beta-PINENE +cas_number:en: 80-56-8 and 127-91-3, resp. +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:PROPYLIDENE PHTHALIDE -cas_number:en:17369-59-4 -human_evidence:en:+ (r.t.) -eu_lists:en:Established contact allergens in humans +en: PROPYLIDENE PHTHALIDE +cas_number:en: 17369-59-4 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + (r.t.) -en:SALICYLALDEHYDE -cas_number:en:90-02-8 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: SALICYLALDEHYDE +cas_number:en: 90-02-8 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:alpha-SANTALOL and beta-SANTALOL -cas_number:en:115-71-9 and 77-42-9, resp. -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: alpha-SANTALOL and beta-SANTALOL +cas_number:en: 115-71-9 and 77-42-9, resp. +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:SCLAREOL -cas_number:en:515-03-7 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: SCLAREOL +cas_number:en: 515-03-7 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:TERPINEOL -cas_number:en:8000-41-7 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: TERPINEOL +cas_number:en: 8000-41-7 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:alpha-TERPINEOL -cas_number:en: 10482-56-1 / 98-55-5 +en: alpha-TERPINEOL +cas_number:en:  10482-56-1 / 98-55-5 +eu_lists:en: en:Established contact allergens in humans human_evidence:en: -eu_lists:en:Established contact allergens in humans -en:Terpinolene -cas_number:en:586-62-9 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: Terpinolene +cas_number:en: 586-62-9 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:TETRAMETHYL ACETYLOCTAHYDRONAPHTHALENES -cas_number:en:54464-57-2 / 54464-59-4 / 68155-66-8 / 68155-67-9 -human_evidence:en:+ -eu_lists:en:Established contact allergens in humans +en: TETRAMETHYL ACETYLOCTAHYDRONAPHTHALENES +cas_number:en: 54464-57-2 / 54464-59-4 / 68155-66-8 / 68155-67-9 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + -en:TRIMETHYL-BENZENEPROPANOL, Majantol -cas_number:en:103694-68-4 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: TRIMETHYL-BENZENEPROPANOL, Majantol +cas_number:en: 103694-68-4 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:VANILLIN -cas_number:en:121-33-5 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: VANILLIN +cas_number:en: 121-33-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en: Natural extracts +en:  Natural extracts cas_number:en: +eu_lists:en: en:Established contact allergens in humans human_evidence:en: -eu_lists:en:Established contact allergens in humans -en:CANANGA ODORATA and Ylang-ylang oil  -cas_number:en:  83863-30-3; 8006-81-3 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: CANANGA ODORATA and Ylang-ylang oil  +cas_number:en:   83863-30-3; 8006-81-3 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:CEDRUS ATLANTICA BARK OIL  -cas_number:en:92201-55-3; 8000-27-9 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: CEDRUS ATLANTICA BARK OIL  +cas_number:en: 92201-55-3; 8000-27-9 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:CINNAMOMUM CASSIA LEAF OIL CINNAMOMUM ZEYLANICUM BARK OIL -cas_number:en:8007-80-5 84649-98-9 -human_evidence:en:++ (r.t.) -eu_lists:en:Established contact allergens in humans +en: CINNAMOMUM CASSIA LEAF OIL CINNAMOMUM ZEYLANICUM BARK OIL +cas_number:en: 8007-80-5 84649-98-9 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ (r.t.) -en:CITRUS AURANTIUM AMARA FLOWER / PEEL OIL -cas_number:en:8016-38-4; 72968-50-4 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: CITRUS AURANTIUM AMARA FLOWER / PEEL OIL +cas_number:en: 8016-38-4; 72968-50-4 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:CITRUS BERGAMIA PEEL OIL EXPRESSED -cas_number:en:89957-91-5 -human_evidence:en:+ (r.t.) -eu_lists:en:Established contact allergens in humans +en: CITRUS BERGAMIA PEEL OIL EXPRESSED +cas_number:en: 89957-91-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + (r.t.) -en:CITRUS LIMONUM PEEL OIL EXPRESSED -cas_number:en:84929-31-7 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: CITRUS LIMONUM PEEL OIL EXPRESSED +cas_number:en: 84929-31-7 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ #en:CITRUS SINENSIS (syn.: AURANTIUM DULCIS) PEEL OIL EXPRESSED -en:CITRUS SINENSIS / AURANTIUM DULCIS PEEL OIL EXPRESSED -cas_number:en:97766-30-8; 8028-48-6 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: CITRUS SINENSIS / AURANTIUM DULCIS PEEL OIL EXPRESSED +cas_number:en: 97766-30-8; 8028-48-6 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:CYMBOPOGON CITRATUS / SCHOENANTHUS OILS -cas_number:en:89998-14-1; 8007-02-1; 89998-16-3 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: CYMBOPOGON CITRATUS / SCHOENANTHUS OILS +cas_number:en: 89998-14-1; 8007-02-1; 89998-16-3 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:EUCALYPTUS SPP. LEAF OIL -cas_number:en:92502-70-0; 8000-48-4 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: EUCALYPTUS SPP. LEAF OIL +cas_number:en: 92502-70-0; 8000-48-4 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:EUGENIA CARYOPHYLLUS LEAF / FLOWER OIL -cas_number:en:8000-34-8 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: EUGENIA CARYOPHYLLUS LEAF / FLOWER OIL +cas_number:en: 8000-34-8 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:EVERNIA FURFURACEA EXTRACT -cas_number:en:90028-67-4  -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: EVERNIA FURFURACEA EXTRACT +cas_number:en: 90028-67-4  +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:EVERNIA PRUNASTRI EXTRACT -cas_number:en:90028-68-5  -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: EVERNIA PRUNASTRI EXTRACT +cas_number:en: 90028-68-5  +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:JASMINUM GRANDIFLORUM / OFFICINALE -cas_number:en:84776-64-7; 90045-94-6; 8022-96-6 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: JASMINUM GRANDIFLORUM / OFFICINALE +cas_number:en: 84776-64-7; 90045-94-6; 8022-96-6 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ -en:JUNIPERUS VIRGINIANA -cas_number:en:8000-27-9; -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: JUNIPERUS VIRGINIANA +cas_number:en: 8000-27-9; +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ #en: #cas_number:en:85085-41-2 #human_evidence:en: -#eu_lists:en:Established contact allergens in humans +#eu_lists:en: en:Established contact allergens in humans -en:LAURUS NOBILIS -cas_number:en:8002-41-3; 8007-48-5; 84603-73-6 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: LAURUS NOBILIS +cas_number:en: 8002-41-3; 8007-48-5; 84603-73-6 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:LAVANDULA HYBRIDA -cas_number:en:91722-69-9 -human_evidence:en:+ (r.t.) -eu_lists:en:Established contact allergens in humans +en: LAVANDULA HYBRIDA +cas_number:en: 91722-69-9 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: + (r.t.) -en:LAVANDULA OFFICINALIS -cas_number:en:84776-65-8 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: LAVANDULA OFFICINALIS +cas_number:en: 84776-65-8 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:MENTHA PIPERITA -cas_number:en:8006-90-4; 84082-70-2 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: MENTHA PIPERITA +cas_number:en: 8006-90-4; 84082-70-2 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:MENTHA SPICATA -cas_number:en:84696-51-5 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: MENTHA SPICATA +cas_number:en: 84696-51-5 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:MYROXYLON PEREIRAE -cas_number:en:8007-00-9; -human_evidence:en:++++ -eu_lists:en:Established contact allergens in humans +en: MYROXYLON PEREIRAE +cas_number:en: 8007-00-9; +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++++ -en:NARCISSUS SPP. -cas_number:en:diverse -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: NARCISSUS SPP. +cas_number:en: diverse +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:PELARGONIUM GRAVEOLENS -cas_number:en:90082-51-2; 8000-46-2 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: PELARGONIUM GRAVEOLENS +cas_number:en: 90082-51-2; 8000-46-2 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:PINUS MUGO/PUMILA -cas_number:en:90082-72-7 / 97676-05-6 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: PINUS MUGO/PUMILA +cas_number:en: 90082-72-7 / 97676-05-6 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:POGOSTEMON CABLIN -cas_number:en:8014-09-3; 84238-39-1 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: POGOSTEMON CABLIN +cas_number:en: 8014-09-3; 84238-39-1 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ #en:ROSE FLOWER OIL (ROSA SPP.) -en:ROSE FLOWER OIL / ROSA SPP. -cas_number:en:Diverse -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: ROSE FLOWER OIL / ROSA SPP. +cas_number:en: Diverse +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:SANTALUM ALBUM -cas_number:en:84787-70-2; 8006-87-9 -human_evidence:en:+++ -eu_lists:en:Established contact allergens in humans +en: SANTALUM ALBUM +cas_number:en: 84787-70-2; 8006-87-9 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: +++ #en:TURPENTINE (oil) -en:TURPENTINE oil -cas_number:en:8006-64-2; 9005-90-7; 8052-14-0 -human_evidence:en:++++ -eu_lists:en:Established contact allergens in humans +en: TURPENTINE oil +cas_number:en: 8006-64-2; 9005-90-7; 8052-14-0 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++++ -en:VERBENA ABSOLUTE -cas_number:en:2237083 -human_evidence:en:++ -eu_lists:en:Established contact allergens in humans +en: VERBENA ABSOLUTE +cas_number:en: 2237083 +eu_lists:en: en:Established contact allergens in humans +human_evidence:en: ++ -en:Allyl phenoxyacetate -cas_number:en:7493-74-5 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:3.1 +en: Allyl phenoxyacetate +ec_3_value: 3.1 +cas_number:en: 7493-74-5 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:p-tert. -Butyldihydrocinnamaldehyde -cas_number:en:18127-01-0 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:4.3 +en: p-tert. -Butyldihydrocinnamaldehyde +ec_3_value: 4.3 +cas_number:en: 18127-01-0 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:CYCLAMEN ALDEHYDE -cas_number:en:103-95-7 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:22 +en: CYCLAMEN ALDEHYDE +ec_3_value: 22 +cas_number:en: 103-95-7 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:Dibenzyl ether -cas_number:en:103-50-4 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:6.3 +en: Dibenzyl ether +ec_3_value: 6.3 +cas_number:en: 103-50-4 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:2,3-DIHYDRO-2,2,6-TRIMETHYLBENZALDEHYDE -cas_number:en:116-26-7 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:7.5 +en: 2,3-DIHYDRO-2,2, 6-TRIMETHYLBENZALDEHYDE +ec_3_value: 7.5 +cas_number:en: 116-26-7 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: limited -en:trans-2-Hexenal  -cas_number:en:6728-26-3 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:2.6 +en: trans-2-Hexenal  +ec_3_value: 2.6 +cas_number:en: 6728-26-3 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:2-Hexylidene cyclopentanone -cas_number:en:17373-89-6 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:2.4 +en: 2-Hexylidene cyclopentanone +ec_3_value: 2.4 +cas_number:en: 17373-89-6 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:HEXYL SALICYLATE -cas_number:en:6259-76-3 -human_evidence:en:negative -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:0.18 +en: HEXYL SALICYLATE +ec_3_value: 0.18 +cas_number:en: 6259-76-3 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: negative -en:p-Isobutyl-α-methyl hydrocinnamaldehdye -cas_number:en:6658-48-6 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:9.5 +en: p-Isobutyl-α-methyl hydrocinnamaldehdye +ec_3_value: 9.5 +cas_number:en: 6658-48-6 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:Isocyclocitral -cas_number:en:1335-66-6 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:7.3 +en: Isocyclocitral +ec_3_value: 7.3 +cas_number:en: 1335-66-6 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:α-Methyl cinnamic aldehyde -cas_number:en:101-39-3 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:4.5 +en: α-Methyl cinnamic aldehyde +ec_3_value: 4.5 +cas_number:en: 101-39-3 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:METHYLENEDIOXYPHENYL METHYLPROPANAL -cas_number:en:1205-17-0 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:16.4 +en: METHYLENEDIOXYPHENYL METHYLPROPANAL +ec_3_value: 16.4 +cas_number:en: 1205-17-0 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:METHYLUNDECANAL -cas_number:en:110-41-8 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:10 +en: METHYLUNDECANAL +ec_3_value: 10 +cas_number:en: 110-41-8 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:2-Methoxy-4-methylphenol  -cas_number:en:93-51-6 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:5.8 +en: 2-Methoxy-4-methylphenol  +ec_3_value: 5.8 +cas_number:en: 93-51-6 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:4-Methoxy-α-methyl benzenpropanal -cas_number:en:1301152 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:23.6 +en: 4-Methoxy-α-methyl benzenpropanal +ec_3_value: 23.6 +cas_number:en: 1301152 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:METHYL OCTINE CARBONATE -cas_number:en:111-80-8 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:2.5 +en: METHYL OCTINE CARBONATE +ec_3_value: 2.5 +cas_number:en: 111-80-8 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: limited -en:Perillaldehyde p-Mentha-1,8-dien-7-al -cas_number:en:2111-75-3 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:8.1 +en: Perillaldehyde p-Mentha-1,8-dien-7-al +ec_3_value: 8.1 +cas_number:en: 2111-75-3 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en:PHENYLACETALDEHYDE  -cas_number:en:122-78-1 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:3 +en: PHENYLACETALDEHYDE  +ec_3_value: 3 +cas_number:en: 122-78-1 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: limited -en: Natural extracts +en:  Natural extracts +ec_3_value: cas_number:en: +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals human_evidence:en: -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value: -en:Jasminum Sambac Flower CERA / Extract / Water -cas_number:en:91770-14-8 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as established contact allergens in animals -ec_3_value:35.4 +en: Jasminum Sambac Flower CERA / Extract / Water +ec_3_value: 35.4 +cas_number:en: 91770-14-8 +eu_lists:en: en:Fragrance substances categorised as established contact allergens in animals +human_evidence:en: none -en: AMBRETTOLIDE  -cas_number:en:  7779-50-2   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   +en:  AMBRETTOLIDE  +ec_3_value:  none   +cas_number:en:   7779-50-2   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   -en: CARVACROL   -cas_number:en: 499-75-2   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   +en:  CARVACROL   +ec_3_value:  none   +cas_number:en:  499-75-2   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   -en: Citrus paradisi §   -cas_number:en: 8016-20-4   -human_evidence:en: none   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: R43   -sar:en: n.a.   +en:  Citrus paradisi §   +ec_3_value:  R43   +cas_number:en:  8016-20-4   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  none   +sar:en:  n.a.   -en: CUMINALDEHYDE   -cas_number:en: 122-03-2   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   +en:  CUMINALDEHYDE   +ec_3_value:  none   +cas_number:en:  122-03-2   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   -en: CYCLOPENTADECANONE   -cas_number:en: 502-72-7   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   +en:  CYCLOPENTADECANONE   +ec_3_value:  none   +cas_number:en:  502-72-7   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   -en: trans-trans-delta-DAMASCONE   -cas_number:en: 71048-82-3   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   +en:  trans-trans-delta-DAMASCONE   +ec_3_value:  none   +cas_number:en:  71048-82-3   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   -en: 2,4-dimethyl-3-cyclohexen-1-carboxaldehyde §   -cas_number:en: 68039-49-6   -human_evidence:en: none   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: R43   -sar:en: +   +en:  2,4-dimethyl-3-cyclohexen-1-carboxaldehyde §   +ec_3_value:  R43   +cas_number:en:  68039-49-6   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  none   +sar:en:  +   -en: DIMETHYLTETRAHYDRO BENZALDEHYDE   -cas_number:en: 68737-61-1   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   +en:  DIMETHYLTETRAHYDRO BENZALDEHYDE   +ec_3_value:  none   +cas_number:en:  68737-61-1   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   -en: ETHYL VANILLIN   -cas_number:en: 121-32-4   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   +en:  ETHYL VANILLIN   +ec_3_value:  none   +cas_number:en:  121-32-4   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   -en: HELIOTROPINE   -cas_number:en: 120-57-0   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   +en:  HELIOTROPINE   +ec_3_value:  none   +cas_number:en:  120-57-0   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   -en: ISOAMYL SALICYLATE   -cas_number:en: 87-20-7   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: ++   +en:  ISOAMYL SALICYLATE   +ec_3_value:  none   +cas_number:en:  87-20-7   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  ++   -en: ISOLONGIFOLENEKETONE  -cas_number:en:  33407-62-4   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   +en:  ISOLONGIFOLENEKETONE  +ec_3_value:  none   +cas_number:en:   33407-62-4   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   -en: Longifolene §   -cas_number:en: 475-20-7   -human_evidence:en: none   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: R43   -sar:en: +   +en:  Longifolene §   +ec_3_value:  R43   +cas_number:en:  475-20-7   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  none   +sar:en:  +   -en: Mentha arvensis §   -cas_number:en: 68917-18-0   -human_evidence:en: none   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: R43   -sar:en: n.a.   - - -en: METHOXYCITRONELLAL   -cas_number:en: 3613-30-7   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   - - -en: METHYL CINNAMATE   -cas_number:en: 103-26-4   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: ++   - - -en: METHYLIONANTHEME   -cas_number:en: 55599-63-8   -human_evidence:en: limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value: none   -sar:en: +   - - -en:5-METHYL-alpha-IONONE  -cas_number:en:79-69-6   -human_evidence:en:limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value:none -sar:en:+   - - -en:MYRCENE   -cas_number:en:123-35-3   -human_evidence:en:limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value:none -sar:en:++   - - -en:MYRTENOL   -cas_number:en:515-00-4   -human_evidence:en:limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value:none -sar:en:+   - - -en:NEROL   -cas_number:en:106-25-2   -human_evidence:en:limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value:none -sar:en:++   - - -en:Nerolidol -cas_number:en:7212-44-4   -human_evidence:en:limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value:none -sar:en:++   - - -en:NOPYL ACETATE   -cas_number:en:128-51-8   -human_evidence:en:limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value:none -sar:en:+   - - -en:PHYTOL   -cas_number:en:150-86-7   -human_evidence:en:limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value:none -sar:en:+   - - -en:RHODINOL   -cas_number:en:6812-78-8   -human_evidence:en:limited   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value:none -sar:en:+   - - -en:trans-ROSE KETONE-5   -cas_number:en:39872-57-6   -human_evidence:en:limited  !   -eu_lists:en:Fragrance substances categorised as likely contact allergens by combination of evidence -ec_3_value:none -sar:en:++   - -en:CYCLOHEXYL ACETATE -cas_number:en:622-45-7 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:0 - - -en:ETHYLENE DODECANEDIOATE -cas_number:en:54982-83-1 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:0 - - -en:HYDROXYCITRONELLOL -cas_number:en:107-74-4 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:0 - - -en:METHOXYTRIMETHYLHEPTANO L -cas_number:en:41890-92-0 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:0 - - -en:METHYL p-ANISATE -cas_number:en:121-98-2 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:0 - - -en:METHYL DIHYDROJASMONATE -cas_number:en:24851-98-7 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:0 - - -en:PHENETHYL ALCOHOL -cas_number:en:60-12-8 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:0 - - -en:PHENYLPROPANOL -cas_number:en:122-97-4 -human_evidence:en:limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:0 - - -en:AMYLCYCLOPENTANONE -cas_number:en:4819-67-4 -human_evidence:en:negative -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:BENZYL ACETATE -cas_number:en:140-11-4 -human_evidence:en:negative -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:6-ETHYLIDENEOCTAHYDRO-5,8-METHANO-2H-BENZO-1-PYRAN -cas_number:en:93939-86-7 -human_evidence:en:negative -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:3α,4,5,6,7,7α-HEXAHYDRO-4,7-METHANO-1H-INDEN-5(OR 6)-YL ACETATE -cas_number:en:54830-99-8 -human_evidence:en:negative -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:alpha-IONONE -cas_number:en:127-41-3 -human_evidence:en:negative -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:beta-IONONE  -cas_number:en:79-77-6 -human_evidence:en:negative -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:METHYL IONONE -cas_number:en:1335-46-2 -human_evidence:en:negative -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:TERPINEOL ACETATE -cas_number:en:8007-35-0 -human_evidence:en:negative -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:alpha-TERPINYL ACETATE -cas_number:en:80-26-2 -human_evidence:en:negative -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:CITRONELLYL NITRILE -cas_number:en:51566-62-2 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:++ - - -en:alpha-CYCLOHEXYLIDENE BENZENEACETONITRILE -cas_number:en:10461-98-0 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:DECANAL -cas_number:en:112-31-2 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:++ - - -en:DIHYDROMYRCENOL -cas_number:en:18479-58-8 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:3,7-DIMETHYL-1,6-NONADIEN-3-OL -cas_number:en:10339-55-6 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:++ - -en:2-ETHYL-4-(2,2,3-TRIMETHYL-3-CYCLOPENTEN-1-YL)-2-BUTEN-1-OL -cas_number:en:28219-61-6 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:GERANYL ACETATE -cas_number:en:105-87-3 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:++ - - -en:HEXAHYDRO-METHANOINDENYL PROPIONATE -cas_number:en:68912-13-0 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:IONONE isomeric mixture -cas_number:en:8013-90-9 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:ISOBERGAMATE -cas_number:en:68683-20-5 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:METHYL DECENOL -cas_number:en:81782-77-6 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:TRICYCLODECENYL PROPIONATE -cas_number:en:17511-60-3 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:OXACYCLOHEXADECENONE -cas_number:en:34902-57-3 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:++ - - -en:VERDYL ACETATE -cas_number:en:2500-83-6/ 5413-60-5 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:trans-beta-Damascone -cas_number:en:23726-91-2 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:gamma-Damascone -cas_number:en:35087-49-1 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:+ - - -en:Citronellal  -cas_number:en:106-23-0 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:++ - - -en:Phenethyl salicylate -cas_number:en:87-22-9 -human_evidence:en:none -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none -sar:en:++ +en:  Mentha arvensis §   +ec_3_value:  R43   +cas_number:en:  68917-18-0   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  none   +sar:en:  n.a.   + + +en:  METHOXYCITRONELLAL   +ec_3_value:  none   +cas_number:en:  3613-30-7   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   + + +en:  METHYL CINNAMATE   +ec_3_value:  none   +cas_number:en:  103-26-4   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  ++   + + +en:  METHYLIONANTHEME   +ec_3_value:  none   +cas_number:en:  55599-63-8   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en:  limited   +sar:en:  +   + + +en: 5-METHYL-alpha-IONONE  +ec_3_value: none +cas_number:en: 79-69-6   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en: limited   +sar:en: +   + + +en: MYRCENE   +ec_3_value: none +cas_number:en: 123-35-3   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en: limited   +sar:en: ++   + + +en: MYRTENOL   +ec_3_value: none +cas_number:en: 515-00-4   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en: limited   +sar:en: +   + + +en: NEROL   +ec_3_value: none +cas_number:en: 106-25-2   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en: limited   +sar:en: ++   + + +en: Nerolidol +ec_3_value: none +cas_number:en: 7212-44-4   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en: limited   +sar:en: ++   + + +en: NOPYL ACETATE   +ec_3_value: none +cas_number:en: 128-51-8   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en: limited   +sar:en: +   + + +en: PHYTOL   +ec_3_value: none +cas_number:en: 150-86-7   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en: limited   +sar:en: +   + + +en: RHODINOL   +ec_3_value: none +cas_number:en: 6812-78-8   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en: limited   +sar:en: +   + + +en: trans-ROSE KETONE-5   +ec_3_value: none +cas_number:en: 39872-57-6   +eu_lists:en: en:Fragrance substances categorised as likely contact allergens by combination of evidence +human_evidence:en: limited  !   +sar:en: ++   + +en: CYCLOHEXYL ACETATE +ec_3_value: none +cas_number:en: 622-45-7 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: limited +sar:en: 0 + + +en: ETHYLENE DODECANEDIOATE +ec_3_value: none +cas_number:en: 54982-83-1 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: limited +sar:en: 0 + + +en: HYDROXYCITRONELLOL +ec_3_value: none +cas_number:en: 107-74-4 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: limited +sar:en: 0 + + +en: METHOXYTRIMETHYLHEPTANO L +ec_3_value: none +cas_number:en: 41890-92-0 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: limited +sar:en: 0 + + +en: METHYL p-ANISATE +ec_3_value: none +cas_number:en: 121-98-2 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: limited +sar:en: 0 + + +en: METHYL DIHYDROJASMONATE +ec_3_value: none +cas_number:en: 24851-98-7 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: limited +sar:en: 0 + + +en: PHENETHYL ALCOHOL +ec_3_value: none +cas_number:en: 60-12-8 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: limited +sar:en: 0 + + +en: PHENYLPROPANOL +ec_3_value: none +cas_number:en: 122-97-4 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: limited +sar:en: 0 + + +en: AMYLCYCLOPENTANONE +ec_3_value: none +cas_number:en: 4819-67-4 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: negative +sar:en: + + + +en: BENZYL ACETATE +ec_3_value: none +cas_number:en: 140-11-4 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: negative +sar:en: + + + +en: 6-ETHYLIDENEOCTAHYDRO-5,8-METHANO-2H-BENZO-1-PYRAN +ec_3_value: none +cas_number:en: 93939-86-7 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: negative +sar:en: + + + +en: 3α, 4,5, 6,7, 7α-HEXAHYDRO-4,7-METHANO-1H-INDEN-5(OR 6)-YL ACETATE +ec_3_value: none +cas_number:en: 54830-99-8 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: negative +sar:en: + + + +en: alpha-IONONE +ec_3_value: none +cas_number:en: 127-41-3 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: negative +sar:en: + + + +en: beta-IONONE  +ec_3_value: none +cas_number:en: 79-77-6 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: negative +sar:en: + + + +en: METHYL IONONE +ec_3_value: none +cas_number:en: 1335-46-2 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: negative +sar:en: + + + +en: TERPINEOL ACETATE +ec_3_value: none +cas_number:en: 8007-35-0 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: negative +sar:en: + + + +en: alpha-TERPINYL ACETATE +ec_3_value: none +cas_number:en: 80-26-2 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: negative +sar:en: + + + +en: CITRONELLYL NITRILE +ec_3_value: none +cas_number:en: 51566-62-2 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: ++ + + +en: alpha-CYCLOHEXYLIDENE BENZENEACETONITRILE +ec_3_value: none +cas_number:en: 10461-98-0 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: DECANAL +ec_3_value: none +cas_number:en: 112-31-2 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: ++ + + +en: DIHYDROMYRCENOL +ec_3_value: none +cas_number:en: 18479-58-8 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: 3,7-DIMETHYL-1,6-NONADIEN-3-OL +ec_3_value: none +cas_number:en: 10339-55-6 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: ++ + +en: 2-ETHYL-4-(2,2, 3-TRIMETHYL-3-CYCLOPENTEN-1-YL)-2-BUTEN-1-OL +ec_3_value: none +cas_number:en: 28219-61-6 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: GERANYL ACETATE +ec_3_value: none +cas_number:en: 105-87-3 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: ++ + + +en: HEXAHYDRO-METHANOINDENYL PROPIONATE +ec_3_value: none +cas_number:en: 68912-13-0 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: IONONE isomeric mixture +ec_3_value: none +cas_number:en: 8013-90-9 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: ISOBERGAMATE +ec_3_value: none +cas_number:en: 68683-20-5 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: METHYL DECENOL +ec_3_value: none +cas_number:en: 81782-77-6 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: TRICYCLODECENYL PROPIONATE +ec_3_value: none +cas_number:en: 17511-60-3 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: OXACYCLOHEXADECENONE +ec_3_value: none +cas_number:en: 34902-57-3 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: ++ + + +en: VERDYL ACETATE +ec_3_value: none +cas_number:en: 2500-83-6/ 5413-60-5 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: trans-beta-Damascone +ec_3_value: none +cas_number:en: 23726-91-2 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: gamma-Damascone +ec_3_value: none +cas_number:en: 35087-49-1 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: + + + +en: Citronellal  +ec_3_value: none +cas_number:en: 106-23-0 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: ++ + + +en: Phenethyl salicylate +ec_3_value: none +cas_number:en: 87-22-9 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: none +sar:en: ++ -en:ACORUS CALAMUS ROOT OIL -cas_number:en:84775-39-3 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: ACORUS CALAMUS ROOT OIL +ec_3_value: none +cas_number:en: 84775-39-3 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en: -en:CEDRUS DEODARA WOOD OIL -cas_number:en:91771-47-0 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: CEDRUS DEODARA WOOD OIL +ec_3_value: none +cas_number:en: 91771-47-0 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en: -en:CITRUS AURANTIUM AMARA LEAF OIL -cas_number:en:72968-50-4 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: CITRUS AURANTIUM AMARA LEAF OIL +ec_3_value: none +cas_number:en: 72968-50-4 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en: -en:CITRUS TANGERINA -cas_number:en:223748-44-5 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: CITRUS TANGERINA +ec_3_value: none +cas_number:en: 223748-44-5 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en: -en:CYMBOPOGON NARDUS / WINTERIANUS HERB OIL -cas_number:en:89998-15-2; 91771-61-8 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: CYMBOPOGON NARDUS / WINTERIANUS HERB OIL +ec_3_value: none +cas_number:en: 89998-15-2; 91771-61-8 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en: -en:ILLICIUM VERUM FRUIT OIL -cas_number:en:84650-59-9 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: ILLICIUM VERUM FRUIT OIL +ec_3_value: none +cas_number:en: 84650-59-9 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en: -en:LAVANDULA SPICA -cas_number:en:97722-12-8 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: LAVANDULA SPICA +ec_3_value: none +cas_number:en: 97722-12-8 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en: -en:LITSEA CUBEBA -cas_number:en:90063-59-5 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none  +en: LITSEA CUBEBA +ec_3_value: none  +cas_number:en: 90063-59-5 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en: -en:PELARGONIUM ROSEUM -cas_number:en:90082-55-6 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: PELARGONIUM ROSEUM +ec_3_value: none +cas_number:en: 90082-55-6 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en:   -en:SALVIA spp. -cas_number:en:Diverse -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: SALVIA spp. +ec_3_value: none +cas_number:en: Diverse +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en:   -en:TAGETES PATULA -cas_number:en:91722-29-1 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: TAGETES PATULA +ec_3_value: none +cas_number:en: 91722-29-1 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en:   -en:THYMUS spp. -cas_number:en:84929-51-1 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: THYMUS spp. +ec_3_value: none +cas_number:en: 84929-51-1 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en:   -en:VETIVERIA ZIZANOIDES -cas_number:en:8016-96-4; 84238-29-9 -human_evidence:en:Limited -eu_lists:en:Fragrance substances categorised as possible contact allergens -ec_3_value:none +en: VETIVERIA ZIZANOIDES +ec_3_value: none +cas_number:en: 8016-96-4; 84238-29-9 +eu_lists:en: en:Fragrance substances categorised as possible contact allergens +human_evidence:en: Limited #sar:en:   + diff --git a/taxonomies/beauty/categories.txt b/taxonomies/beauty/categories.txt index 1f215a51b4837..b5111cef40a70 100644 --- a/taxonomies/beauty/categories.txt +++ b/taxonomies/beauty/categories.txt @@ -1,810 +1,1747 @@ -stopwords:fr:aux,au,de,le,du,la,a,et,avec,pour +stopwords:fr: aux, au, de, le, du, la, a, et, avec, pour + +synonyms:en: flavoured, flavored + +en: Incorrect product type +bg: Неправилен product type +ca: Tipus de producte incorrecte +de: Falscher product type +es: Tipo de producto incorrecto +fi: Väärä product type +fr: Mauvais product type +hr: Pogrešan product type +it: Tipo di prodotto errato +nl: Verkeerd product type +pt: Tipo de produto incorreto +ru: Неправильный product type + +< en: Incorrect product type +en: Non beauty products +bg: Некозметични продукти +ca: Productes no de bellesa +de: Non-Beauty-Produkte, Non Beauty Produkte +es: Productos no de belleza +fi: ei kauneustuote +fr: Non beauté +hr: Neprehrambeni proizvodi za ljepotu +it: Prodotti non di bellezza +nl: Non-beauty +pt: Produtos não de beleza +ru: Непродукты для красоты, Не косметические продукты + +< en:Non beauty products +en: Open Food Facts, OFF +xx: Open Food Facts, OFF + +< en:Non beauty products +en: Open Pet Food Facts, OPFF +xx: Open Pet Food Facts, OPFF + +< en:Non beauty products +en: Open Products Facts, OPF +xx: Open Products Facts, OPF + +# Can you add translations in all European, Asian languages (and more), following alphabetical order for language ordering, except for english which comes first ? -synonyms:en:flavoured,flavored ###### CATEGORIE HYGIENE -en:Hygiene -fr:Hygiène -nl:Hygiëne - - 'wheat flour, water, eau, wasser, agua, acqua, farine de maïs', + ingredients_lc => 'en', +}; + +ProductOpener::DataQuality::check_quality($product_ref); + +ok(has_tag($product_ref, 'data_quality', 'en:ingredients-number-of-languages-5'), 'Multiple languages in ingredients') + or diag Dumper $product_ref; +ok(has_tag($product_ref, 'data_quality', 'en:ingredients-language-mismatch-en-contains-fr'), + 'Ingredients language mismatch: en contains fr') + or diag Dumper $product_ref; +ok(has_tag($product_ref, 'data_quality', 'en:ingredients-language-mismatch-en-contains-de'), + 'Ingredients language mismatch: en contains de') + or diag Dumper $product_ref; +ok(has_tag($product_ref, 'data_quality', 'en:ingredients-language-mismatch-en-contains-es'), + 'Ingredients language mismatch: en contains es') + or diag Dumper $product_ref; + +# Product with ingredients in wrong language + +$product_ref = { + ingredients_text => 'wheat flour, water', + ingredients_lc => 'fr', +}; + +ProductOpener::DataQuality::check_quality($product_ref); + +ok(has_tag($product_ref, 'data_quality', 'en:ingredients-language-mismatch-fr-contains-en'), + 'Ingredients language mismatch: fr contains en') + or diag Dumper $product_ref; + done_testing(); diff --git a/tests/unit/products.t b/tests/unit/products.t index 01199676f1fde..8610b5a32f6ba 100644 --- a/tests/unit/products.t +++ b/tests/unit/products.t @@ -6,6 +6,7 @@ use utf8; use Test2::V0; use Data::Dumper; $Data::Dumper::Terse = 1; +$Data::Dumper::Sortkeys = 1; use Log::Any::Adapter 'TAP'; use ProductOpener::Products qw/:all/; @@ -366,4 +367,33 @@ is(preprocess_product_field('stores', 'Carrefour, abc@gmail.com'), 'Carrefour, ' is(split_code("26153689"), "000/002/615/3689"); +# test review_product_type, to migrate product in other flavor if category tag is provided +# food to pet food +$product_ref = { + categories_tags => ['en:incorrect-product-type', 'en:non-food-products', 'en:open-pet-food-facts'], + product_type => 'food' +}; +review_product_type($product_ref); +is($product_ref->{product_type}, 'petfood') || diag Dumper $product_ref; +# beauty to product +$product_ref = { + categories_tags => ['en:incorrect-product-type', 'en:non-beauty-products', 'en:open-products-facts'], + product_type => 'beauty' +}; +review_product_type($product_ref); +is($product_ref->{product_type}, 'product') || diag Dumper $product_ref; +# food to beauty AND product -> move to beauty (handled by alphabetical order) +$product_ref = { + categories_tags => + ['en:incorrect-product-type', 'en:non-food-products', 'en:open-beauty-facts', 'en:open-products-facts'], + product_type => 'food' +}; +review_product_type($product_ref); +is($product_ref->{product_type}, 'beauty') || diag Dumper $product_ref; +# rerun same test based on result of previous test, +# will remain beauty because has tag beauty is evaluated first +# and tag remains after migration +review_product_type($product_ref); +is($product_ref->{product_type}, 'beauty') || diag Dumper $product_ref; + done_testing();