Index: trunk/extensions/ParserFunctions/ParserFunctions.i18n.php |
— | — | @@ -742,6 +742,34 @@ |
743 | 743 | 'pfunc_expr_unknown_error' => 'Expression-Fehler: Unbekannter Fehler ($1)', |
744 | 744 | 'pfunc_expr_not_a_number' => 'In $1: Ergebnis ist keine Zahl', |
745 | 745 | 'pfunc_string_too_long' => 'Fehler: Zeichenkette überschreitet Zeichenlimit von $1', |
| 746 | + 'pfunc-convert-dimensionmismatch' => 'Fehler: Die Einheiten „$1“ und „$2“ sind nicht untereinander konvertierbar', |
| 747 | + 'pfunc-convert-unknownunit' => 'Fehler: Unbekannte Einheit „$1“', |
| 748 | + 'pfunc-convert-unknowndimension' => 'Fehler: Unbekannte Dimension „$1“', |
| 749 | + 'pfunc-convert-invalidcompoundunit' => 'Fehler: Ungültige Einheitenkombination „$1“', |
| 750 | + 'pfunc-convert-nounit' => 'Fehler: Ausgangseinheit fehlt', |
| 751 | + 'pfunc-convert-doublecompoundunit' => 'Fehler: Doppelte Einheitenkombinationen wie „$1“ können nicht verarbeitet werden', |
| 752 | + 'pfunc-convert-dimension-length' => 'Länge', |
| 753 | + 'pfunc-convert-dimension-area' => 'Fläche', |
| 754 | + 'pfunc-convert-dimension-volume' => 'Volumen', |
| 755 | + 'pfunc-convert-dimension-time' => 'Zeit', |
| 756 | + 'pfunc-convert-dimension-timesquared' => 'Zeit<sup>2</sup>', |
| 757 | + 'pfunc-convert-dimension-mass' => 'Masse', |
| 758 | + 'pfunc-convert-dimension-speed' => 'Geschwindigkeit', |
| 759 | + 'pfunc-convert-dimension-temperature' => 'Temperatur', |
| 760 | + 'pfunc-convert-dimension-acceleration' => 'Beschleunigung', |
| 761 | + 'pfunc-convert-dimension-force' => 'Kraft', |
| 762 | + 'pfunc-convert-dimension-torque' => 'Drehmoment', |
| 763 | + 'pfunc-convert-dimension-energy' => 'Energie', |
| 764 | + 'pfunc-convert-dimension-power' => 'Leistung', |
| 765 | + 'pfunc-convert-dimension-pressure' => 'Druck', |
| 766 | + 'pfunc-convert-dimension-density' => 'Dichte', |
| 767 | + 'pfunc-convert-dimension-fuelefficiencypositive' => 'Positive Kraftstoffeffizienz', |
| 768 | + 'pfunc-convert-dimension-fuelefficiencynegative' => 'Negative Kraftstoffeffizienz', |
| 769 | + 'pfunc-convert-unit-length-metre' => '{{PLURAL:$1|Meter|Meter}}', |
| 770 | + 'pfunc-convert-unit-length-angstrom' => '{{PLURAL:$1|Ångström|Ångström}}', |
| 771 | + 'pfunc-convert-unit-length-mile' => '{{PLURAL:$1|Meile|Meilen}}', |
| 772 | + 'pfunc-convert-unit-area-squarenauticalmile-abbr' => 'sm<sup>2</sup>', |
| 773 | + 'pfunc-convert-unit-volume-cubicmetre-abbr' => 'm<sup>3</sup>', |
746 | 774 | ); |
747 | 775 | |
748 | 776 | /** Swiss High German (Schweizer Hochdeutsch) |
— | — | @@ -829,21 +857,20 @@ |
830 | 858 | 'pfunc_string_too_long' => 'Σφάλμα: ο ορμαθός υπερβαίνει $1 το όριο χαρακτήρων', |
831 | 859 | ); |
832 | 860 | |
833 | | -/** |
834 | | - * British english |
| 861 | +/** British English (British English) |
835 | 862 | * @author Happy-melon |
836 | 863 | */ |
837 | 864 | $messages['en-gb'] = array( |
838 | 865 | 'pfunc-convert-unit-length-metre' => '{{PLURAL:$1|$2metre|$2metres}}', |
839 | | - 'pfunc-convert-unit-area-squarekilometre' => '{{PLURAL:$1|square kilometre|square kilometres}}', |
840 | | - 'pfunc-convert-unit-area-squaremetre' => '{{PLURAL:$1|square metre|square metres}}', |
| 866 | + 'pfunc-convert-unit-area-squarekilometre' => '{{PLURAL:$1|square kilometre|square kilometres}}', |
| 867 | + 'pfunc-convert-unit-area-squaremetre' => '{{PLURAL:$1|square metre|square metres}}', |
841 | 868 | 'pfunc-convert-unit-area-squarecentimetre' => '{{PLURAL:$1|square centimetre|square centimetres}}', |
842 | 869 | 'pfunc-convert-unit-area-squaremillimetre' => '{{PLURAL:$1|square millimetre|square millimetres}}', |
843 | | - 'pfunc-convert-unit-volume-cubicmetre' => '{{PLURAL:$1|cubic metre|cubic metres}}', |
| 870 | + 'pfunc-convert-unit-volume-cubicmetre' => '{{PLURAL:$1|cubic metre|cubic metres}}', |
844 | 871 | 'pfunc-convert-unit-volume-cubiccentimetre' => '{{PLURAL:$1|cubic centimetre|cubic centimetres}}', |
845 | 872 | 'pfunc-convert-unit-volume-cubicmillimetre' => '{{PLURAL:$1|cubic millimetre|cubic millimetres}}', |
846 | | - 'pfunc-convert-unit-volume-litre' => '{{PLURAL:$1|$2litre|$2litres}}', |
847 | | - 'pfunc-convert-unit-pressure-mmhg' => '{{PLURAL:$1|milimetre of mercury|milimetres of mercury}}', |
| 873 | + 'pfunc-convert-unit-volume-litre' => '{{PLURAL:$1|$2litre|$2litres}}', |
| 874 | + 'pfunc-convert-unit-pressure-mmhg' => '{{PLURAL:$1|milimetre of mercury|milimetres of mercury}}', |
848 | 875 | ); |
849 | 876 | |
850 | 877 | /** Esperanto (Esperanto) |
— | — | @@ -1205,6 +1232,51 @@ |
1206 | 1233 | 'pfunc_expr_unknown_error' => 'Wurazowy zmylk: Njeznaty zmylk ($1)', |
1207 | 1234 | 'pfunc_expr_not_a_number' => 'W $1: Wuslědk ličba njeje', |
1208 | 1235 | 'pfunc_string_too_long' => 'Zmylk: Znamješkowy slěd překročuje limit $1 znamješkow', |
| 1236 | + 'pfunc-convert-dimensionmismatch' => 'Zmylk: Konwertowanje mjez "$1" a "$2" njemóžno', |
| 1237 | + 'pfunc-convert-unknownunit' => 'Zmylk: Njeznata jednotka "$1"', |
| 1238 | + 'pfunc-convert-unknowndimension' => 'Zmylk: Njeznata dimensija "$1"', |
| 1239 | + 'pfunc-convert-nounit' => 'Zmylk: žórłowa jednotka faluje', |
| 1240 | + 'pfunc-convert-dimension-length' => 'Dołhosć', |
| 1241 | + 'pfunc-convert-dimension-area' => 'přestrjeń', |
| 1242 | + 'pfunc-convert-dimension-volume' => 'wolumen', |
| 1243 | + 'pfunc-convert-dimension-time' => 'čas', |
| 1244 | + 'pfunc-convert-dimension-timesquared' => 'čas <sup>2</sup>', |
| 1245 | + 'pfunc-convert-dimension-mass' => 'Masa', |
| 1246 | + 'pfunc-convert-dimension-speed' => 'spěšnosć', |
| 1247 | + 'pfunc-convert-dimension-temperature' => 'temperatura', |
| 1248 | + 'pfunc-convert-dimension-acceleration' => 'pospěšenje', |
| 1249 | + 'pfunc-convert-dimension-force' => 'móc', |
| 1250 | + 'pfunc-convert-dimension-torque' => 'wjertny moment', |
| 1251 | + 'pfunc-convert-dimension-energy' => 'energija', |
| 1252 | + 'pfunc-convert-dimension-power' => 'wukon', |
| 1253 | + 'pfunc-convert-dimension-pressure' => 'ćišć', |
| 1254 | + 'pfunc-convert-dimension-density' => 'hustota', |
| 1255 | + 'pfunc-convert-dimension-fuelefficiencypositive' => 'Pozitiwna ćěriwowa eficienca', |
| 1256 | + 'pfunc-convert-dimension-fuelefficiencynegative' => 'Negatiwna ćěriwowa eficienca', |
| 1257 | + 'pfunc-convert-unit-length-metre' => '{{PLURAL:$1|meter|metraj|metry|metrow}}', |
| 1258 | + 'pfunc-convert-unit-length-astronomicalunit' => '{{PLURAL:$1|astronomiska jednotka|astronomiskej jednotce|astronomiske jednotki|astronomiskich jednotkow}}', |
| 1259 | + 'pfunc-convert-unit-length-metre-abbr' => 'm', |
| 1260 | + 'pfunc-convert-unit-length-angstrom-abbr' => 'Å', |
| 1261 | + 'pfunc-convert-unit-area-squarekilometre-abbr' => 'km<sup>2</sup>', |
| 1262 | + 'pfunc-convert-unit-area-squaremetre-abbr' => 'm<sup>2</sup>', |
| 1263 | + 'pfunc-convert-unit-area-squarecentimetre-abbr' => 'cm<sup>2</sup>', |
| 1264 | + 'pfunc-convert-unit-area-squaremillimetre-abbr' => 'mm<sup>2</sup>', |
| 1265 | + 'pfunc-convert-unit-area-hectare-abbr' => 'ha', |
| 1266 | + 'pfunc-convert-unit-area-squarenauticalmile-abbr' => 'sm<sup>2</sup>', |
| 1267 | + 'pfunc-convert-unit-time-second' => '{{PLURAL:$1|sekunda|sekundźe|sekundy|sekundow}}', |
| 1268 | + 'pfunc-convert-unit-time-year' => '{{PLURAL:$1|lěto|lěće|lěta|lět}}', |
| 1269 | + 'pfunc-convert-unit-time-day' => '{{PLURAL:$1|dźeń|dnjej|dny|dnjow}}', |
| 1270 | + 'pfunc-convert-unit-time-hour' => '{{PLURAL:$1|hodźina|hodźinje|hodźiny|hodźin}}', |
| 1271 | + 'pfunc-convert-unit-time-minute' => '{{PLURAL:$1|mjeńšina|mjeńšinje|mjeńšiny|mjeńšin}}', |
| 1272 | + 'pfunc-convert-unit-time-second-abbr' => 's', |
| 1273 | + 'pfunc-convert-unit-time-year-abbr' => 'lěto', |
| 1274 | + 'pfunc-convert-unit-time-day-abbr' => 'dźeń', |
| 1275 | + 'pfunc-convert-unit-time-hour-abbr' => 'hodź.', |
| 1276 | + 'pfunc-convert-unit-time-minute-abbr' => 'min', |
| 1277 | + 'pfunc-convert-unit-volume-cubicmetre-abbr' => 'm<sup>3</sup>', |
| 1278 | + 'pfunc-convert-unit-volume-cubiccentimetre-abbr' => 'cm<sup>3</sup>', |
| 1279 | + 'pfunc-convert-unit-volume-cubicmillimetre-abbr' => 'mm<sup>3</sup>', |
| 1280 | + 'pfunc-convert-unit-volume-litre-abbr' => 'l', |
1209 | 1281 | ); |
1210 | 1282 | |
1211 | 1283 | /** Hungarian (Magyar) |
— | — | @@ -1605,6 +1677,203 @@ |
1606 | 1678 | 'pfunc_expr_unknown_error' => 'Грешка во изразот: Непозната грешка ($1)', |
1607 | 1679 | 'pfunc_expr_not_a_number' => 'Во $1: резултатот не е број', |
1608 | 1680 | 'pfunc_string_too_long' => 'Грешка: низата го надминува ограничувањето од $1 знаци', |
| 1681 | + 'pfunc-convert-dimensionmismatch' => 'Грешка: претворањето од единицата „$1“ во единицата „$2“ е невозможно', |
| 1682 | + 'pfunc-convert-unknownunit' => 'Грешка: непозната единица „$1“', |
| 1683 | + 'pfunc-convert-unknowndimension' => 'Грешка: непозната димензија „$1“', |
| 1684 | + 'pfunc-convert-invalidcompoundunit' => 'Грешка: неважечка мешовита единица „$1“', |
| 1685 | + 'pfunc-convert-nounit' => 'Грешка: нема наведено изворна единица', |
| 1686 | + 'pfunc-convert-doublecompoundunit' => 'Грешка: не можам да парсирам двојни мешовити единици како „$1“', |
| 1687 | + 'pfunc-convert-dimension-length' => 'должина', |
| 1688 | + 'pfunc-convert-dimension-area' => 'плоштина', |
| 1689 | + 'pfunc-convert-dimension-volume' => 'волумен', |
| 1690 | + 'pfunc-convert-dimension-time' => 'време', |
| 1691 | + 'pfunc-convert-dimension-timesquared' => 'време<sup>2</sup>', |
| 1692 | + 'pfunc-convert-dimension-mass' => 'маса', |
| 1693 | + 'pfunc-convert-dimension-speed' => 'брзина', |
| 1694 | + 'pfunc-convert-dimension-temperature' => 'температура', |
| 1695 | + 'pfunc-convert-dimension-acceleration' => 'забрзување', |
| 1696 | + 'pfunc-convert-dimension-force' => 'сила', |
| 1697 | + 'pfunc-convert-dimension-torque' => 'момент на сила', |
| 1698 | + 'pfunc-convert-dimension-energy' => 'енергија', |
| 1699 | + 'pfunc-convert-dimension-power' => 'моќ', |
| 1700 | + 'pfunc-convert-dimension-pressure' => 'притисок', |
| 1701 | + 'pfunc-convert-dimension-density' => 'густина', |
| 1702 | + 'pfunc-convert-dimension-fuelefficiencypositive' => 'позитивна горивна ефикасност', |
| 1703 | + 'pfunc-convert-dimension-fuelefficiencynegative' => 'негативна горивна ефикасност', |
| 1704 | + 'pfunc-convert-prefix-yotta' => 'јота', |
| 1705 | + 'pfunc-convert-prefix-zetta' => 'зета', |
| 1706 | + 'pfunc-convert-prefix-exa' => 'екса', |
| 1707 | + 'pfunc-convert-prefix-peta' => 'пета', |
| 1708 | + 'pfunc-convert-prefix-tera' => 'тера', |
| 1709 | + 'pfunc-convert-prefix-giga' => 'гига', |
| 1710 | + 'pfunc-convert-prefix-mega' => 'мега', |
| 1711 | + 'pfunc-convert-prefix-kilo' => 'кило', |
| 1712 | + 'pfunc-convert-prefix-hecto' => 'хекто', |
| 1713 | + 'pfunc-convert-prefix-deca' => 'дека', |
| 1714 | + 'pfunc-convert-prefix-deci' => 'деци', |
| 1715 | + 'pfunc-convert-prefix-centi' => 'санти', |
| 1716 | + 'pfunc-convert-prefix-mili' => 'мили', |
| 1717 | + 'pfunc-convert-prefix-micro' => 'микро', |
| 1718 | + 'pfunc-convert-prefix-nano' => 'нано', |
| 1719 | + 'pfunc-convert-prefix-pico' => 'пико', |
| 1720 | + 'pfunc-convert-prefix-femto' => 'фемто', |
| 1721 | + 'pfunc-convert-prefix-atto' => 'ато', |
| 1722 | + 'pfunc-convert-prefix-zepto' => 'зепто', |
| 1723 | + 'pfunc-convert-prefix-yocto' => 'јокто', |
| 1724 | + 'pfunc-convert-prefix-yotta-abbr' => 'Ј', |
| 1725 | + 'pfunc-convert-prefix-zetta-abbr' => 'З', |
| 1726 | + 'pfunc-convert-prefix-exa-abbr' => 'Е', |
| 1727 | + 'pfunc-convert-prefix-peta-abbr' => 'П', |
| 1728 | + 'pfunc-convert-prefix-tera-abbr' => 'Т', |
| 1729 | + 'pfunc-convert-prefix-giga-abbr' => 'Г', |
| 1730 | + 'pfunc-convert-prefix-mega-abbr' => 'М', |
| 1731 | + 'pfunc-convert-prefix-kilo-abbr' => 'к', |
| 1732 | + 'pfunc-convert-prefix-hecto-abbr' => 'х', |
| 1733 | + 'pfunc-convert-prefix-deca-abbr' => 'да', |
| 1734 | + 'pfunc-convert-prefix-deci-abbr' => 'д', |
| 1735 | + 'pfunc-convert-prefix-centi-abbr' => 'с', |
| 1736 | + 'pfunc-convert-prefix-mili-abbr' => 'м', |
| 1737 | + 'pfunc-convert-prefix-micro-abbr' => 'μ', |
| 1738 | + 'pfunc-convert-prefix-nano-abbr' => 'н', |
| 1739 | + 'pfunc-convert-prefix-pico-abbr' => 'п', |
| 1740 | + 'pfunc-convert-prefix-femto-abbr' => 'ф', |
| 1741 | + 'pfunc-convert-prefix-atto-abbr' => 'а', |
| 1742 | + 'pfunc-convert-prefix-zepto-abbr' => 'з', |
| 1743 | + 'pfunc-convert-prefix-yocto-abbr' => 'ј', |
| 1744 | + 'pfunc-convert-unit-length-metre' => '{{PLURAL:$1|метар|метри}}', |
| 1745 | + 'pfunc-convert-unit-length-angstrom' => '{{PLURAL:$1|ангстрем|ангстреми}}', |
| 1746 | + 'pfunc-convert-unit-length-mile' => '{{PLURAL:$1|милја|милји}}', |
| 1747 | + 'pfunc-convert-unit-length-furlong' => '{{PLURAL:$1|фурлонг|фурлонзи}}', |
| 1748 | + 'pfunc-convert-unit-length-chain' => '{{PLURAL:$1|ланец|ланци}}', |
| 1749 | + 'pfunc-convert-unit-length-rod' => '{{PLURAL:$1|прачка|прачки}}', |
| 1750 | + 'pfunc-convert-unit-length-fathom' => '{{PLURAL:$1|фатом|фатоми}}', |
| 1751 | + 'pfunc-convert-unit-length-yard' => '{{PLURAL:$1|јарда|јарди}}', |
| 1752 | + 'pfunc-convert-unit-length-foot' => '{{PLURAL:$1|стапка|стапки}}', |
| 1753 | + 'pfunc-convert-unit-length-hand' => '{{PLURAL:$1|дланка|дланки}}', |
| 1754 | + 'pfunc-convert-unit-length-inch' => '{{PLURAL:$1|инч|инчи}}', |
| 1755 | + 'pfunc-convert-unit-length-nauticalmile' => '{{PLURAL:$1|наутичка милја|наутички милји}}', |
| 1756 | + 'pfunc-convert-unit-length-nauticalmileuk' => '{{PLURAL:$1|наутичка милја (британска, пред 1970)|наутички милји (британска, пред 1970)}}', |
| 1757 | + 'pfunc-convert-unit-length-nauticalmileus' => '{PLURAL:$1|наутичка милја (американска, пред 1954)|наутички милји (американски, пред 1954)}}', |
| 1758 | + 'pfunc-convert-unit-length-parsec' => '{{PLURAL:$1|$2 парсек|$2 парсеци}}', |
| 1759 | + 'pfunc-convert-unit-length-lightyear' => '{{PLURAL:$1|светлосна година|светлосни години}}', |
| 1760 | + 'pfunc-convert-unit-length-astronomicalunit' => '{{PLURAL:$1|астрономска единица|астрономски единици}}', |
| 1761 | + 'pfunc-convert-unit-length-metre-abbr' => '$2 м', |
| 1762 | + 'pfunc-convert-unit-length-mile-abbr' => 'ми', |
| 1763 | + 'pfunc-convert-unit-length-furlong-abbr' => 'фурлонг', |
| 1764 | + 'pfunc-convert-unit-length-chain-abbr' => 'ланец', |
| 1765 | + 'pfunc-convert-unit-length-rod-abbr' => 'пр', |
| 1766 | + 'pfunc-convert-unit-length-fathom-abbr' => 'фатом', |
| 1767 | + 'pfunc-convert-unit-length-yard-abbr' => 'јд', |
| 1768 | + 'pfunc-convert-unit-length-foot-abbr' => 'ст', |
| 1769 | + 'pfunc-convert-unit-length-hand-abbr' => 'дл', |
| 1770 | + 'pfunc-convert-unit-length-inch-abbr' => 'ин', |
| 1771 | + 'pfunc-convert-unit-length-nauticalmile-abbr' => 'нми', |
| 1772 | + 'pfunc-convert-unit-length-nauticalmileuk-abbr' => 'нми (брит)', |
| 1773 | + 'pfunc-convert-unit-length-nauticalmileus-abbr' => 'нми (амер. пред 1954)', |
| 1774 | + 'pfunc-convert-unit-length-parsec-abbr' => '$2 пс', |
| 1775 | + 'pfunc-convert-unit-length-lightyear-abbr' => '$2 сг', |
| 1776 | + 'pfunc-convert-unit-length-astronomicalunit-abbr' => 'ae', |
| 1777 | + 'pfunc-convert-unit-area-squarekilometre' => '{{PLURAL:$1|квадратен километар|квадратни километри}}', |
| 1778 | + 'pfunc-convert-unit-area-squaremetre' => '{{PLURAL:$1|квадратен метар|квадратни метри}}', |
| 1779 | + 'pfunc-convert-unit-area-squarecentimetre' => '{{PLURAL:$1|квадратен сантиметар|квадратни сантиметри}}', |
| 1780 | + 'pfunc-convert-unit-area-squaremillimetre' => '{{PLURAL:$1|квадратен милиметар|квадратни милиметри}}', |
| 1781 | + 'pfunc-convert-unit-area-hectare' => '{{PLURAL:$1|хектар|хектари}}', |
| 1782 | + 'pfunc-convert-unit-area-squaremile' => '{{PLURAL:$1|квадратна милја|квадратни милји}}', |
| 1783 | + 'pfunc-convert-unit-area-acre' => '{{PLURAL:$1|акр|акри}}', |
| 1784 | + 'pfunc-convert-unit-area-squareyard' => '{{PLURAL:$1|квадратна јарда|квадратни јарди}}', |
| 1785 | + 'pfunc-convert-unit-area-squarefoot' => '{{PLURAL:$1|квадратна стапка|квадратни стапки}}', |
| 1786 | + 'pfunc-convert-unit-area-squareinch' => '{{PLURAL:$1|квадратен инч|квадратни инчи}}', |
| 1787 | + 'pfunc-convert-unit-area-squarenauticalmile' => '{{PLURAL:$1|квадратна наутичка милја|квадратни наутички милји}}', |
| 1788 | + 'pfunc-convert-unit-area-dunam' => '{{PLURAL:$1|дунум|дунуми}}', |
| 1789 | + 'pfunc-convert-unit-area-tsubo' => '{{PLURAL:$1|цубо|цуба}}', |
| 1790 | + 'pfunc-convert-unit-area-squarekilometre-abbr' => 'км<sup>2</sup>', |
| 1791 | + 'pfunc-convert-unit-area-squaremetre-abbr' => 'м<sup>2</sup>', |
| 1792 | + 'pfunc-convert-unit-area-squarecentimetre-abbr' => 'см<sup>2</sup>', |
| 1793 | + 'pfunc-convert-unit-area-squaremillimetre-abbr' => 'мм<msup>2</sup>', |
| 1794 | + 'pfunc-convert-unit-area-hectare-abbr' => 'ха', |
| 1795 | + 'pfunc-convert-unit-area-squaremile-abbr' => 'ми<sup>2</sup>', |
| 1796 | + 'pfunc-convert-unit-area-acre-abbr' => 'акр', |
| 1797 | + 'pfunc-convert-unit-area-squareyard-abbr' => 'јд<sup>2</sup>', |
| 1798 | + 'pfunc-convert-unit-area-squarefoot-abbr' => 'ст<sup>2</sup>', |
| 1799 | + 'pfunc-convert-unit-area-squareinch-abbr' => 'ин<sup>2</sup>', |
| 1800 | + 'pfunc-convert-unit-area-squarenauticalmile-abbr' => 'нми<sup>2</sup>', |
| 1801 | + 'pfunc-convert-unit-area-dunam-abbr' => 'дунум', |
| 1802 | + 'pfunc-convert-unit-area-tsubo-abbr' => 'цубо', |
| 1803 | + 'pfunc-convert-unit-time-second' => '{{PLURAL:$1|секунда|секунди}}', |
| 1804 | + 'pfunc-convert-unit-time-year' => '{{PLURAL:$1|година|години}}', |
| 1805 | + 'pfunc-convert-unit-time-day' => '{{PLURAL:$1|ден|дена}}', |
| 1806 | + 'pfunc-convert-unit-time-hour' => '{{PLURAL:$1|час|часа}}', |
| 1807 | + 'pfunc-convert-unit-time-minute' => '{{PLURAL:$1|минута|минути}}', |
| 1808 | + 'pfunc-convert-unit-time-second-abbr' => 'с', |
| 1809 | + 'pfunc-convert-unit-time-year-abbr' => '$2 г', |
| 1810 | + 'pfunc-convert-unit-time-day-abbr' => 'ден', |
| 1811 | + 'pfunc-convert-unit-time-hour-abbr' => 'ч', |
| 1812 | + 'pfunc-convert-unit-time-minute-abbr' => 'мин', |
| 1813 | + 'pfunc-convert-unit-volume-cubicmetre' => '{{PLURAL:$1|кубен метар|кубни метри}}', |
| 1814 | + 'pfunc-convert-unit-volume-cubiccentimetre' => '{{PLURAL:$1|кубен сантиметар|кубни сантиметри}}', |
| 1815 | + 'pfunc-convert-unit-volume-cubicmillimetre' => '{{PLURAL:$1|кубен милиметар|кубни милиметри}}', |
| 1816 | + 'pfunc-convert-unit-volume-kilolitre' => '{{PLURAL:$1|килолитар|килолитри}}', |
| 1817 | + 'pfunc-convert-unit-volume-litre' => '{{PLURAL:$1|литар|литри}}', |
| 1818 | + 'pfunc-convert-unit-volume-centilitre' => '{{PLURAL:$1|центилитар|центилитри}}', |
| 1819 | + 'pfunc-convert-unit-volume-millilitre' => '{{PLURAL:$1|милилитар|милилитри}}', |
| 1820 | + 'pfunc-convert-unit-volume-cubicyard' => '{{PLURAL:$1|кубна јарда|кубни јарди}}', |
| 1821 | + 'pfunc-convert-unit-volume-cubicfoot' => '{{PLURAL:$1|кубна стапка|кубни стапки}}', |
| 1822 | + 'pfunc-convert-unit-volume-cubicinch' => '{{PLURAL:$1|кубен инч|кубни инчи}}', |
| 1823 | + 'pfunc-convert-unit-volume-barrel' => '{{PLURAL:$1|барел|барели}}', |
| 1824 | + 'pfunc-convert-unit-volume-bushel' => '{{PLURAL:$1|бушел|бушели}}', |
| 1825 | + 'pfunc-convert-unit-volume-gallon' => '{{PLURAL:$1|галон|галони}}', |
| 1826 | + 'pfunc-convert-unit-volume-quart' => '{{PLURAL:$1|кварта|кварти}}', |
| 1827 | + 'pfunc-convert-unit-volume-pint' => '{{PLURAL:$1|пинта|пинти}}', |
| 1828 | + 'pfunc-convert-unit-volume-fluidounce' => '{{PLURAL:$1|течна унца|течни унци}}', |
| 1829 | + 'pfunc-convert-unit-volume-barrelus' => '{{PLURAL:$1|американски барел|американски барели}}', |
| 1830 | + 'pfunc-convert-unit-volume-barreloil' => '{{PLURAL:$1|барел|барели}}', |
| 1831 | + 'pfunc-convert-unit-volume-barrelbeer' => '{{PLURAL:$1|барел|барели}}', |
| 1832 | + 'pfunc-convert-unit-volume-usgallon' => '{{PLURAL:$1|американски галон|американски галони}}', |
| 1833 | + 'pfunc-convert-unit-volume-usquart' => '{{PLURAL:$1|американска кварта|американски кварти}}', |
| 1834 | + 'pfunc-convert-unit-volume-uspint' => '{{PLURAL:$1|американска пинта|американски пинти}}', |
| 1835 | + 'pfunc-convert-unit-volume-usfluidounce' => '{{PLURAL:$1|американска течна унца|американски течни унци}}', |
| 1836 | + 'pfunc-convert-unit-volume-usdrybarrel' => '{{PLURAL:$1|американски сув барел|американски суви барели}}', |
| 1837 | + 'pfunc-convert-unit-volume-usbushel' => '{{PLURAL:$1|американски бушел|американски бушели}}', |
| 1838 | + 'pfunc-convert-unit-volume-usdrygallon' => '{{PLURAL:$1|американски сув галон|американски суви галони}}', |
| 1839 | + 'pfunc-convert-unit-volume-usdryquart' => '{{PLURAL:$1|американска сува кварта|американски суви кварти}}', |
| 1840 | + 'pfunc-convert-unit-volume-usdrypint' => '{{PLURAL:$1|американска сува пинта|американски суви пинти}}', |
| 1841 | + 'pfunc-convert-unit-volume-cubicmetre-abbr' => 'м<sup>3</sup>', |
| 1842 | + 'pfunc-convert-unit-volume-cubiccentimetre-abbr' => 'см<sup>3</sup>', |
| 1843 | + 'pfunc-convert-unit-volume-cubicmillimetre-abbr' => 'мм<sup>3</sup>', |
| 1844 | + 'pfunc-convert-unit-volume-litre-abbr' => '$2 л', |
| 1845 | + 'pfunc-convert-unit-volume-cubicyard-abbr' => 'јд<sup>3</sup>', |
| 1846 | + 'pfunc-convert-unit-volume-cubicfoot-abbr' => 'ст<sup>3</sup>', |
| 1847 | + 'pfunc-convert-unit-volume-cubicinch-abbr' => 'ин<sup>3</sup>', |
| 1848 | + 'pfunc-convert-unit-volume-gallon-abbr' => 'гал', |
| 1849 | + 'pfunc-convert-unit-volume-quart-abbr' => 'кт', |
| 1850 | + 'pfunc-convert-unit-volume-pint-abbr' => 'пт', |
| 1851 | + 'pfunc-convert-unit-volume-fluidounce-abbr' => 'тч уц', |
| 1852 | + 'pfunc-convert-unit-speed-mile-hour' => 'милји на час', |
| 1853 | + 'pfunc-convert-unit-speed-speedoflight' => 'c', |
| 1854 | + 'pfunc-convert-unit-speed-mile-hour-abbr' => 'ми/ч', |
| 1855 | + 'pfunc-convert-unit-speed-speedoflight-abbr' => 'c', |
| 1856 | + 'pfunc-convert-unit-pressure-pascal' => '{{PLURAL:$1|паскал|паскали}}', |
| 1857 | + 'pfunc-convert-unit-pressure-bar' => 'бар', |
| 1858 | + 'pfunc-convert-unit-pressure-decibar' => 'децибар', |
| 1859 | + 'pfunc-convert-unit-pressure-millibar' => 'милибар', |
| 1860 | + 'pfunc-convert-unit-pressure-kilobarye' => 'килобарија', |
| 1861 | + 'pfunc-convert-unit-pressure-barye' => 'барија', |
| 1862 | + 'pfunc-convert-unit-pressure-atmosphere' => '{{PLURAL:$1|атмосфера|атмосфери}}', |
| 1863 | + 'pfunc-convert-unit-pressure-torr' => '{{PLURAL:$1|тор|тора}}', |
| 1864 | + 'pfunc-convert-unit-pressure-mmhg' => '{{PLURAL:$1|милиметар живин столб|милиметри живин столб}}', |
| 1865 | + 'pfunc-convert-unit-pressure-inhg' => '{{PLURAL:$1|инч живин столб|инчи живин столб}}', |
| 1866 | + 'pfunc-convert-unit-pressure-psi' => '{{PLURAL:$1|фунта на квадратен инч|фунти на квадратен инч}}', |
| 1867 | + 'pfunc-convert-unit-pressure-pascal-abbr' => '$2 Па', |
| 1868 | + 'pfunc-convert-unit-pressure-bar-abbr' => 'бар', |
| 1869 | + 'pfunc-convert-unit-pressure-decibar-abbr' => 'дбар', |
| 1870 | + 'pfunc-convert-unit-pressure-milibar-abbr' => 'мбар', |
| 1871 | + 'pfunc-convert-unit-pressure-kilobarye-abbr' => 'кБа', |
| 1872 | + 'pfunc-convert-unit-pressure-barye-abbr' => 'Ба', |
| 1873 | + 'pfunc-convert-unit-pressure-atmosphere-abbr' => 'атм', |
| 1874 | + 'pfunc-convert-unit-pressure-torr-abbr' => 'тор', |
| 1875 | + 'pfunc-convert-unit-pressure-mmhg-abbr' => 'ммHg', |
| 1876 | + 'pfunc-convert-unit-pressure-inhg-abbr' => 'инHg', |
| 1877 | + 'pfunc-convert-unit-pressure-psi-abbr' => 'psi', |
1609 | 1878 | ); |
1610 | 1879 | |
1611 | 1880 | /** Malayalam (മലയാളം) |
— | — | @@ -1632,6 +1901,21 @@ |
1633 | 1902 | 'pfunc_expr_unknown_error' => 'പ്രയോഗരീതിയിൽ പിഴവ്: കാരണം അജ്ഞാതമായ പിഴവ് ($1)', |
1634 | 1903 | 'pfunc_expr_not_a_number' => '$1-ൽ: ഫലം ഒരു സംഖ്യയല്ല', |
1635 | 1904 | 'pfunc_string_too_long' => 'പിഴവ്: പദം ലിപികളുടെ പരിധിയായ $1 അതിലംഘിക്കുന്നു', |
| 1905 | + 'pfunc-convert-dimension-length' => 'നീളം', |
| 1906 | + 'pfunc-convert-dimension-area' => 'വിസ്തീർണ്ണം', |
| 1907 | + 'pfunc-convert-dimension-volume' => 'വ്യാപ്തം', |
| 1908 | + 'pfunc-convert-dimension-time' => 'സമയം', |
| 1909 | + 'pfunc-convert-dimension-timesquared' => 'സമയം<sup>2</sup>', |
| 1910 | + 'pfunc-convert-dimension-mass' => 'പിണ്ഡം', |
| 1911 | + 'pfunc-convert-dimension-speed' => 'വേഗം', |
| 1912 | + 'pfunc-convert-dimension-temperature' => 'താപനില', |
| 1913 | + 'pfunc-convert-dimension-acceleration' => 'ത്വരണം', |
| 1914 | + 'pfunc-convert-dimension-force' => 'ബലം', |
| 1915 | + 'pfunc-convert-dimension-torque' => 'ടോർക്ക്', |
| 1916 | + 'pfunc-convert-dimension-energy' => 'ഊർജ്ജം', |
| 1917 | + 'pfunc-convert-dimension-power' => 'ശക്തി', |
| 1918 | + 'pfunc-convert-dimension-pressure' => 'മർദ്ദം', |
| 1919 | + 'pfunc-convert-dimension-density' => 'സാന്ദ്രത', |
1636 | 1920 | ); |
1637 | 1921 | |
1638 | 1922 | /** Marathi (मराठी) |
— | — | @@ -1761,6 +2045,46 @@ |
1762 | 2046 | 'pfunc_expr_unknown_error' => 'Fout in uitdrukking: onbekende fout ($1)', |
1763 | 2047 | 'pfunc_expr_not_a_number' => 'In $1: resultaat is geen getal', |
1764 | 2048 | 'pfunc_string_too_long' => 'Fout: De tekst is langer dan de limiet van $1 {{PLURAL:$1|karakter|karakters}}', |
| 2049 | + 'pfunc-convert-dimension-length' => 'lengte', |
| 2050 | + 'pfunc-convert-dimension-area' => 'oppervlakte', |
| 2051 | + 'pfunc-convert-dimension-volume' => 'inhoud', |
| 2052 | + 'pfunc-convert-dimension-time' => 'tijd', |
| 2053 | + 'pfunc-convert-dimension-timesquared' => 'tijd<sup>2</sup>', |
| 2054 | + 'pfunc-convert-dimension-mass' => 'massa', |
| 2055 | + 'pfunc-convert-dimension-speed' => 'snelheid', |
| 2056 | + 'pfunc-convert-dimension-temperature' => 'temperatuur', |
| 2057 | + 'pfunc-convert-dimension-acceleration' => 'versnelling', |
| 2058 | + 'pfunc-convert-dimension-force' => 'kracht', |
| 2059 | + 'pfunc-convert-dimension-torque' => 'koppel', |
| 2060 | + 'pfunc-convert-dimension-energy' => 'energie', |
| 2061 | + 'pfunc-convert-dimension-power' => 'power', |
| 2062 | + 'pfunc-convert-dimension-pressure' => 'druk', |
| 2063 | + 'pfunc-convert-dimension-density' => 'dichtheid', |
| 2064 | + 'pfunc-convert-dimension-fuelefficiencypositive' => 'brandstofefficientiepositief', |
| 2065 | + 'pfunc-convert-dimension-fuelefficiencynegative' => 'brandstofefficientienegatief', |
| 2066 | + 'pfunc-convert-unit-length-metre' => '{{PLURAL:$1|meter|meter}}', |
| 2067 | + 'pfunc-convert-unit-length-angstrom' => '{{PLURAL:$1|angstrom|angstrom}}', |
| 2068 | + 'pfunc-convert-unit-length-mile' => '{{PLURAL:$1|mijl|mijl}}', |
| 2069 | + 'pfunc-convert-unit-length-furlong' => '{{PLURAL:$1|furlong|furlong}}', |
| 2070 | + 'pfunc-convert-unit-length-fathom' => '{{PLURAL:$1|vadem|vadem}}', |
| 2071 | + 'pfunc-convert-unit-length-yard' => '{{PLURAL:$1|yard|yards}}', |
| 2072 | + 'pfunc-convert-unit-length-foot' => '{{PLURAL:$1|voet|voet}}', |
| 2073 | + 'pfunc-convert-unit-area-squarekilometre' => '{{PLURAL:$1|vierkante kilometer|vierkante kilometer}}', |
| 2074 | + 'pfunc-convert-unit-area-squaremetre' => '{{PLURAL:$1|vierkante meter|vierkante meter}}', |
| 2075 | + 'pfunc-convert-unit-area-squarecentimetre' => '{{PLURAL:$1|vierkante centimeter|vierkante centimeter}}', |
| 2076 | + 'pfunc-convert-unit-area-squaremillimetre' => '{{PLURAL:$1|vierkante millimeter|vierkante millimeter}}', |
| 2077 | + 'pfunc-convert-unit-area-hectare' => '{{PLURAL:$1|hectare|hectare}}', |
| 2078 | + 'pfunc-convert-unit-area-squarenauticalmile-abbr' => 'vierkante mijl', |
| 2079 | + 'pfunc-convert-unit-time-day-abbr' => 'dag', |
| 2080 | + 'pfunc-convert-unit-time-hour-abbr' => 'uur', |
| 2081 | + 'pfunc-convert-unit-time-minute-abbr' => 'min', |
| 2082 | + 'pfunc-convert-unit-volume-cubicmetre-abbr' => 'm<sup>3</sup>', |
| 2083 | + 'pfunc-convert-unit-volume-cubiccentimetre-abbr' => 'cm<sup>3</sup>', |
| 2084 | + 'pfunc-convert-unit-volume-cubicmillimetre-abbr' => 'mm<sup>3</sup>', |
| 2085 | + 'pfunc-convert-unit-volume-litre-abbr' => 'l', |
| 2086 | + 'pfunc-convert-unit-pressure-bar' => 'bar', |
| 2087 | + 'pfunc-convert-unit-pressure-decibar' => 'decibar', |
| 2088 | + 'pfunc-convert-unit-pressure-millibar' => 'millibar', |
1765 | 2089 | ); |
1766 | 2090 | |
1767 | 2091 | /** Norwegian Nynorsk (Norsk (nynorsk)) |
— | — | @@ -1845,6 +2169,7 @@ |
1846 | 2170 | |
1847 | 2171 | /** Polish (Polski) |
1848 | 2172 | * @author Derbeth |
| 2173 | + * @author Grzechooo |
1849 | 2174 | * @author Sp5uhe |
1850 | 2175 | */ |
1851 | 2176 | $messages['pl'] = array( |
— | — | @@ -1868,6 +2193,36 @@ |
1869 | 2194 | 'pfunc_expr_unknown_error' => 'Błąd w wyrażeniu – nieznany błąd ($1)', |
1870 | 2195 | 'pfunc_expr_not_a_number' => 'W $1 – wynik nie jest liczbą', |
1871 | 2196 | 'pfunc_string_too_long' => 'Błąd – długość ciągu znaków przekracza dopuszczalne $1', |
| 2197 | + 'pfunc-convert-dimensionmismatch' => 'Błąd – nie można konwertować pomiędzy jednostkami „$1” i „$2”', |
| 2198 | + 'pfunc-convert-unknownunit' => 'Błąd – nieznana jednostka „$1”', |
| 2199 | + 'pfunc-convert-unknowndimension' => 'Błąd – nieznana jednostka „$1”', |
| 2200 | + 'pfunc-convert-invalidcompoundunit' => 'Błąd – nieprawidłowa jednostka złożona „$1”', |
| 2201 | + 'pfunc-convert-nounit' => 'Błąd – brak jednostki źródłowej', |
| 2202 | + 'pfunc-convert-doublecompoundunit' => 'Błąd – nie można przetworzyć jednostki podwójnie złożonej jak „$1”', |
| 2203 | + 'pfunc-convert-dimension-length' => 'długość', |
| 2204 | + 'pfunc-convert-dimension-area' => 'powierzchnia', |
| 2205 | + 'pfunc-convert-dimension-volume' => 'objętość', |
| 2206 | + 'pfunc-convert-dimension-time' => 'czas', |
| 2207 | + 'pfunc-convert-dimension-timesquared' => 'czas<sup>2</sup>', |
| 2208 | + 'pfunc-convert-dimension-mass' => 'masa', |
| 2209 | + 'pfunc-convert-dimension-speed' => 'prędkość', |
| 2210 | + 'pfunc-convert-dimension-temperature' => 'temperatura', |
| 2211 | + 'pfunc-convert-dimension-acceleration' => 'przyspieszenie', |
| 2212 | + 'pfunc-convert-dimension-force' => 'siła', |
| 2213 | + 'pfunc-convert-dimension-torque' => 'moment obrotowy', |
| 2214 | + 'pfunc-convert-dimension-energy' => 'energia', |
| 2215 | + 'pfunc-convert-dimension-power' => 'moc', |
| 2216 | + 'pfunc-convert-dimension-pressure' => 'ciśnienie', |
| 2217 | + 'pfunc-convert-dimension-density' => 'gęstość', |
| 2218 | + 'pfunc-convert-dimension-fuelefficiencypositive' => 'bezwzględne zużycie paliwa', |
| 2219 | + 'pfunc-convert-dimension-fuelefficiencynegative' => 'nieprawidłowe zużycie paliwa', |
| 2220 | + 'pfunc-convert-unit-area-squarekilometre-abbr' => 'km<sup>2</sup>', |
| 2221 | + 'pfunc-convert-unit-area-squaremetre-abbr' => 'm<sup>2</sup>', |
| 2222 | + 'pfunc-convert-unit-area-squarecentimetre-abbr' => 'cm<sup>2</sup>', |
| 2223 | + 'pfunc-convert-unit-area-squarenauticalmile-abbr' => 'mila morska<sup>2</sup>', |
| 2224 | + 'pfunc-convert-unit-volume-cubicmetre-abbr' => 'm<sup>3</sup>', |
| 2225 | + 'pfunc-convert-unit-volume-cubiccentimetre-abbr' => 'cm<sup>3</sup>', |
| 2226 | + 'pfunc-convert-unit-volume-cubicmillimetre-abbr' => 'mm<sup>3</sup>', |
1872 | 2227 | ); |
1873 | 2228 | |
1874 | 2229 | /** Piedmontese (Piemontèis) |
— | — | @@ -2218,6 +2573,67 @@ |
2219 | 2574 | 'pfunc_expr_unknown_error' => 'Napaka v izrazu: Neznana napaka ($1)', |
2220 | 2575 | 'pfunc_expr_not_a_number' => 'V $1: rezultat ni število', |
2221 | 2576 | 'pfunc_string_too_long' => 'Napaka: Niz presega omejitev $1 {{PLURAL:$1|znaka|znakov}}', |
| 2577 | + 'pfunc-convert-dimension-length' => 'dolžina', |
| 2578 | + 'pfunc-convert-dimension-area' => 'ploščina', |
| 2579 | + 'pfunc-convert-dimension-volume' => 'prostornina', |
| 2580 | + 'pfunc-convert-dimension-time' => 'čas', |
| 2581 | + 'pfunc-convert-dimension-timesquared' => 'čas<sup>2</sup>', |
| 2582 | + 'pfunc-convert-dimension-mass' => 'masa', |
| 2583 | + 'pfunc-convert-dimension-speed' => 'hitrost', |
| 2584 | + 'pfunc-convert-dimension-temperature' => 'temperatura', |
| 2585 | + 'pfunc-convert-dimension-acceleration' => 'pospešek', |
| 2586 | + 'pfunc-convert-dimension-force' => 'sila', |
| 2587 | + 'pfunc-convert-dimension-torque' => 'navor', |
| 2588 | + 'pfunc-convert-dimension-energy' => 'energija', |
| 2589 | + 'pfunc-convert-dimension-power' => 'moč', |
| 2590 | + 'pfunc-convert-dimension-pressure' => 'tlak', |
| 2591 | + 'pfunc-convert-dimension-density' => 'gostota', |
| 2592 | + 'pfunc-convert-unit-length-metre' => '{{PLURAL:$1|meter|metra|metri|metrov}}', |
| 2593 | + 'pfunc-convert-unit-length-angstrom' => '{{PLURAL:$1|angstrem|angstrema|angstremi|angstremov}}', |
| 2594 | + 'pfunc-convert-unit-length-parsec' => '{{PLURAL:$1|parsek|parseka|parseki|persekov}}', |
| 2595 | + 'pfunc-convert-unit-length-astronomicalunit' => '{{PLURAL:$1|astronomska enota|astronomski enoti|astronomske enote|astronomskih enot}}', |
| 2596 | + 'pfunc-convert-unit-length-metre-abbr' => 'm', |
| 2597 | + 'pfunc-convert-unit-length-angstrom-abbr' => 'Å', |
| 2598 | + 'pfunc-convert-unit-length-astronomicalunit-abbr' => 'a.e.', |
| 2599 | + 'pfunc-convert-unit-area-squarekilometre' => '{{PLURAL:$1|kvadratni kilometer|kvadratna kilometra|kvadratni kilometri|kvadratnih kilometrov}}', |
| 2600 | + 'pfunc-convert-unit-area-squaremetre' => '{{PLURAL:$1|kvadratni meter|kvadratna metra|kvadratni metri|kvadratnih metrov}}', |
| 2601 | + 'pfunc-convert-unit-area-squarecentimetre' => '{{PLURAL:$1|kvadratni centimeter|kvadratna centimetra|kvadratni centimetri|kvadratnih centimetrov}}', |
| 2602 | + 'pfunc-convert-unit-area-squaremillimetre' => '{{PLURAL:$1|kvadratni milimeter|kvadratna milimetra|kvadratni milimetri|kvadratnih milimetrov}}', |
| 2603 | + 'pfunc-convert-unit-area-hectare' => '{{PLURAL:$1|hektar|hektara|hektare|hektarov}}', |
| 2604 | + 'pfunc-convert-unit-area-squarekilometre-abbr' => 'km<sup>2</sup>', |
| 2605 | + 'pfunc-convert-unit-area-squaremetre-abbr' => 'm<sup>2</sup>', |
| 2606 | + 'pfunc-convert-unit-area-squarecentimetre-abbr' => 'cm<sup>2</sup>', |
| 2607 | + 'pfunc-convert-unit-area-squaremillimetre-abbr' => 'mm<sup>2</sup>', |
| 2608 | + 'pfunc-convert-unit-area-squarenauticalmile-abbr' => 'kv nmi', |
| 2609 | + 'pfunc-convert-unit-time-second' => '{{PLURAL:$1|sekunda|sekundi|sekunde|sekund}}', |
| 2610 | + 'pfunc-convert-unit-time-year' => '{{PLURAL:$1|leto|leti|leta|let}}', |
| 2611 | + 'pfunc-convert-unit-time-day' => '{{PLURAL:$1|dan|dneva|dnevi|dni}}', |
| 2612 | + 'pfunc-convert-unit-time-hour' => '{{PLURAL:$1|ura|uri|ure|ur}}', |
| 2613 | + 'pfunc-convert-unit-time-minute' => '{{PLURAL:$1|minuta|minuti|minute|minut}}', |
| 2614 | + 'pfunc-convert-unit-time-second-abbr' => 's', |
| 2615 | + 'pfunc-convert-unit-time-year-abbr' => 'leto', |
| 2616 | + 'pfunc-convert-unit-time-day-abbr' => 'dan', |
| 2617 | + 'pfunc-convert-unit-time-hour-abbr' => 'ura', |
| 2618 | + 'pfunc-convert-unit-time-minute-abbr' => 'min', |
| 2619 | + 'pfunc-convert-unit-volume-kilolitre' => 'kilo{{PLURAL:$1|liter|litra|litri|litrov}}', |
| 2620 | + 'pfunc-convert-unit-volume-litre' => '{{PLURAL:$1|liter|litra|litri|litrov}}', |
| 2621 | + 'pfunc-convert-unit-volume-centilitre' => 'centi{{PLURAL:$1|liter|litra|litri|litrov}}', |
| 2622 | + 'pfunc-convert-unit-volume-millilitre' => 'mili{{PLURAL:$1|liter|litra|litri|litrov}}', |
| 2623 | + 'pfunc-convert-unit-volume-cubicmetre-abbr' => 'm<sup>3</sup>', |
| 2624 | + 'pfunc-convert-unit-volume-cubiccentimetre-abbr' => 'cm<sup>3</sup>', |
| 2625 | + 'pfunc-convert-unit-volume-cubicmillimetre-abbr' => 'mm<sup>3</sup>', |
| 2626 | + 'pfunc-convert-unit-speed-speedoflight' => 'c', |
| 2627 | + 'pfunc-convert-unit-speed-speedoflight-abbr' => 'c', |
| 2628 | + 'pfunc-convert-unit-pressure-pascal' => '{{PLURAL:$1|paskal|paskala|paskali|paskalov}}', |
| 2629 | + 'pfunc-convert-unit-pressure-bar' => 'bar', |
| 2630 | + 'pfunc-convert-unit-pressure-decibar' => 'decibar', |
| 2631 | + 'pfunc-convert-unit-pressure-millibar' => 'milibar', |
| 2632 | + 'pfunc-convert-unit-pressure-atmosphere' => '{{PLURAL:$1|atmosfera|atmosferi|atmosfere|atmosfer}}', |
| 2633 | + 'pfunc-convert-unit-pressure-pascal-abbr' => 'Pa', |
| 2634 | + 'pfunc-convert-unit-pressure-bar-abbr' => 'bar', |
| 2635 | + 'pfunc-convert-unit-pressure-decibar-abbr' => 'dbar', |
| 2636 | + 'pfunc-convert-unit-pressure-milibar-abbr' => 'mbar', |
| 2637 | + 'pfunc-convert-unit-pressure-atmosphere-abbr' => 'atm', |
2222 | 2638 | ); |
2223 | 2639 | |
2224 | 2640 | /** Albanian (Shqip) |
— | — | @@ -2665,10 +3081,12 @@ |
2666 | 3082 | ); |
2667 | 3083 | |
2668 | 3084 | /** Simplified Chinese (中文(简体)) |
| 3085 | + * @author Hydra |
2669 | 3086 | * @author Liangent |
2670 | 3087 | * @author PhiLiP |
2671 | 3088 | * @author Philip |
2672 | 3089 | * @author Shinjiman |
| 3090 | + * @author 阿pp |
2673 | 3091 | */ |
2674 | 3092 | $messages['zh-hans'] = array( |
2675 | 3093 | 'pfunc_desc' => '用逻辑函数加强解析器', |
— | — | @@ -2691,6 +3109,11 @@ |
2692 | 3110 | 'pfunc_expr_unknown_error' => '表达式错误:未知错误($1)', |
2693 | 3111 | 'pfunc_expr_not_a_number' => '在$1中:结果不是数字', |
2694 | 3112 | 'pfunc_string_too_long' => '错误:字符串超过$1字符限制', |
| 3113 | + 'pfunc-convert-dimension-time' => '时间', |
| 3114 | + 'pfunc-convert-dimension-mass' => '重量', |
| 3115 | + 'pfunc-convert-dimension-speed' => '速度', |
| 3116 | + 'pfunc-convert-unit-area-squarenauticalmile-abbr' => '平方海里', |
| 3117 | + 'pfunc-convert-unit-volume-cubicmetre-abbr' => 'm<sup>3</sup>', |
2695 | 3118 | ); |
2696 | 3119 | |
2697 | 3120 | /** Traditional Chinese (中文(繁體)) |