Blame view

sources/apps/files_sharing/l10n/lb.php 304 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
31b7f2792   Kload   Upgrade to ownclo...
3
  "Password" => "Passwuert",
6d9380f96   Cédric Dupont   Update sources OC...
4
5
6
7
8
  "Shared by" => "Gedeelt vun",
  "The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.",
  "Name" => "Numm",
  "Save" => "Späicheren",
  "Download" => "Download"
03e52840d   Kload   Init
9
  );
31b7f2792   Kload   Upgrade to ownclo...
10
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";