Skip to content

Commit

Permalink
fi_FI and gl_ES transifex translation flag fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apmuthu committed Jun 9, 2014
1 parent 69c8710 commit 90616a9
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 422 deletions.
20 changes: 10 additions & 10 deletions lang/fi_FI/lang.php
Expand Up @@ -8,10 +8,10 @@
* Petri Hartoma, Joakim Nyman
*
* Last edited:
* 2013-10-19
* 2014-06-09
*
* License:
* GPL v2 or above
* GPL v3 or above
*/

/*// 1 means that the variable has been translated and // zero means it hasnt been translated - this is used by a script to calculate how much of each file has been done
Expand Down Expand Up @@ -588,14 +588,14 @@
$LANG['yes'] = "Kyllä";//1
$LANG['your_reports'] = "Your reports";//0
$LANG['zip'] = "Postinro";//1
$LANG['manage_product_attributes'] = "Manage Product Attributes";//1
$LANG['add_product_attribute'] = "Add Product Attribute";//1
$LANG['insert_product_attribute'] = "Insert Product Attribute";//1
$LANG['product_attribute'] = "Product Attribute";//1
$LANG['add_product_value'] = "Add Product Value";//1
$LANG['insert_product_value'] = "Insert Product Value";//1
$LANG['product_value'] = "Product Value";//1
$LANG['manage_product_values'] = "Manage Product Value";//1
$LANG['manage_product_attributes'] = "Manage Product Attributes";//0
$LANG['add_product_attribute'] = "Add Product Attribute";//0
$LANG['insert_product_attribute'] = "Insert Product Attribute";//0
$LANG['product_attribute'] = "Product Attribute";//0
$LANG['add_product_value'] = "Add Product Value";//0
$LANG['insert_product_value'] = "Insert Product Value";//0
$LANG['product_value'] = "Product Value";//0
$LANG['manage_product_values'] = "Manage Product Value";//0

$LANG['title_module_index'] = "Etusivu";//1
$LANG['title_module_reports'] = "Home / Reports";//0
Expand Down

0 comments on commit 90616a9

Please sign in to comment.