You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nn_NO.php 503B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Klarte ikkje sletta %s for godt",
  4. "Couldn't restore %s" => "Klarte ikkje gjenoppretta %s",
  5. "Deleted files" => "Sletta filer",
  6. "Error" => "Feil",
  7. "Deleted Files" => "Sletta filer",
  8. "restored" => "gjenoppretta",
  9. "Nothing in here. Your trash bin is empty!" => "Ingenting her. Papirkorga di er tom!",
  10. "Name" => "Namn",
  11. "Restore" => "Gjenopprett",
  12. "Deleted" => "Sletta",
  13. "Delete" => "Slett"
  14. );
  15. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";