# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Users/ze/NetBeansProjects/GlotPress/trunk/gp-includes
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 164 | 164 | $be->country_code = 'by'; |
| 165 | 165 | $be->slug = 'be'; |
| 166 | 166 | $be->nplurals = 3; |
| 167 | | $be->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 or n%100>=20) ? 1 : 2)'; |
| | 167 | $be->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)'; |
| 168 | 168 | |
| 169 | 169 | $bg = new GP_Locale(); |
| 170 | 170 | $bg->english_name = 'Bulgarian'; |
| … |
… |
|
| 236 | 236 | $bs->wp_locale = 'bs_BA'; |
| 237 | 237 | $bs->slug = 'bs'; |
| 238 | 238 | $bs->nplurals = 3; |
| 239 | | $bs->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 or n%100>=20) ? 1 : 2)'; |
| | 239 | $bs->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)'; |
| 240 | 240 | |
| 241 | 241 | $ca = new GP_Locale(); |
| 242 | 242 | $ca->english_name = 'Catalan'; |
| … |
… |
|
| 305 | 305 | $csb->country_code = ''; |
| 306 | 306 | $csb->slug = 'csb'; |
| 307 | 307 | $csb->nplurals = 3; |
| 308 | | $csb->plural_expression = 'n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 or n%100>=20) ? 1 : 2'; |
| | 308 | $csb->plural_expression = 'n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2'; |
| 309 | 309 | |
| 310 | 310 | $cu = new GP_Locale(); |
| 311 | 311 | $cu->english_name = 'Church Slavic'; |
| … |
… |
|
| 593 | 593 | $hr->wp_locale = 'hr'; |
| 594 | 594 | $hr->slug = 'hr'; |
| 595 | 595 | $hr->nplurals = 3; |
| 596 | | $hr->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 or n%100>=20) ? 1 : 2)'; |
| | 596 | $hr->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)'; |
| 597 | 597 | |
| 598 | 598 | $hu = new GP_Locale(); |
| 599 | 599 | $hu->english_name = 'Hungarian'; |
| … |
… |
|
| 771 | 771 | $lt->country_code = 'lt'; |
| 772 | 772 | $lt->slug = 'lt'; |
| 773 | 773 | $lt->nplurals = 3; |
| 774 | | $lt->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 or n%100>=20) ? 1 : 2)'; |
| | 774 | $lt->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)'; |
| 775 | 775 | |
| 776 | 776 | $lv = new GP_Locale(); |
| 777 | 777 | $lv->english_name = 'Latvian'; |
| … |
… |
|
| 793 | 793 | $mk->wp_locale = 'mk_MK'; |
| 794 | 794 | $mk->slug = 'mk'; |
| 795 | 795 | $mk->nplurals = 2; |
| 796 | | $mk->plural_expression = 'n==1 or n%10==1 ? 0 : 1'; |
| | 796 | $mk->plural_expression = 'n==1 || n%10==1 ? 0 : 1'; |
| 797 | 797 | |
| 798 | 798 | $ml = new GP_Locale(); |
| 799 | 799 | $ml->english_name = 'Malayalam'; |
| … |
… |
|
| 908 | 908 | $pl->wp_locale = 'pl_PL'; |
| 909 | 909 | $pl->slug = 'pl'; |
| 910 | 910 | $pl->nplurals = 3; |
| 911 | | $pl->plural_expression = '(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 or n%100>=20) ? 1 : 2)'; |
| | 911 | $pl->plural_expression = '(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)'; |
| 912 | 912 | |
| 913 | 913 | |
| 914 | 914 | $pt_br = new GP_Locale(); |
| … |
… |
|
| 939 | 939 | $ro->wp_locale = 'ro_RO'; |
| 940 | 940 | $ro->slug = 'ro'; |
| 941 | 941 | $ro->nplurals = 3; |
| 942 | | $ro->plural_expression = '(n==1 ? 0 : (n==0 or (n%100 > 0 && n%100 < 20)) ? 1 : 2);'; |
| | 942 | $ro->plural_expression = '(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);'; |
| 943 | 943 | |
| 944 | 944 | $ru_ua = new GP_Locale(); |
| 945 | 945 | $ru_ua->english_name = 'Ukrainian Russian'; |
| … |
… |
|
| 950 | 950 | $ru_ua->wp_locale = 'ru_UA'; |
| 951 | 951 | $ru_ua->slug = 'ru-ua'; |
| 952 | 952 | $ru_ua->nplurals = 3; |
| 953 | | $ru_ua->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 or n%100>=20) ? 1 : 2)'; |
| | 953 | $ru_ua->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)'; |
| 954 | 954 | |
| 955 | 955 | $ru = new GP_Locale(); |
| 956 | 956 | $ru->english_name = 'Russian'; |
| … |
… |
|
| 961 | 961 | $ru->wp_locale = 'ru_RU'; |
| 962 | 962 | $ru->slug = 'ru'; |
| 963 | 963 | $ru->nplurals = 3; |
| 964 | | $ru->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 or n%100>=20) ? 1 : 2)'; |
| | 964 | $ru->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)'; |
| 965 | 965 | |
| 966 | 966 | $sc = new GP_Locale(); |
| 967 | 967 | $sc->english_name = 'Sardinian'; |
| … |
… |
|
| 1009 | 1009 | $sl->wp_locale = 'sl_SI'; |
| 1010 | 1010 | $sl->slug = 'sl'; |
| 1011 | 1011 | $sl->nplurals = 4; |
| 1012 | | $sl->plural_expression = '(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 or n%100==4 ? 2 : 3)'; |
| | 1012 | $sl->plural_expression = '(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3)'; |
| 1013 | 1013 | |
| 1014 | 1014 | $sq = new GP_Locale(); |
| 1015 | 1015 | $sq->english_name = 'Albanian'; |
| … |
… |
|
| 1029 | 1029 | $sr->wp_locale = 'sr_RS'; |
| 1030 | 1030 | $sr->slug = 'sr'; |
| 1031 | 1031 | $sr->nplurals = 4; |
| 1032 | | $sr->plural_expression = 'n==1? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 or n%100>=20) ? 1 : 2'; |
| | 1032 | $sr->plural_expression = 'n==1? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2'; |
| 1033 | 1033 | |
| 1034 | 1034 | $su = new GP_Locale(); |
| 1035 | 1035 | $su->english_name = 'Sundanese'; |
| … |
… |
|
| 1144 | 1144 | $uk->wp_locale = 'uk'; |
| 1145 | 1145 | $uk->slug = 'uk'; |
| 1146 | 1146 | $uk->nplurals = 3; |
| 1147 | | $uk->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 or n%100>=20) ? 1 : 2)'; |
| 1148 | | No newline at end of file |
| | 1147 | $uk->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)'; |
| | 1148 | No newline at end of file |
| 1149 | 1149 | |
| 1150 | 1150 | $ur = new GP_Locale(); |