Blame view

sources/apps/activity/l10n/ia.php 3.26 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  <?php
  $TRANSLATIONS = array(
  "Your settings have been updated." => "Tu preferentias ha essite actualisate.",
  "Activity" => "Activitate",
  "A file or folder has been <strong>shared</strong>" => "Un file o un dossier ha essite <strong>compartite</strong>",
  "A new file or folder has been <strong>created</strong>" => "Un nove file o dossier ha essite <strong>create</strong>",
  "A file or folder has been <strong>changed</strong>" => "Un nove file o dossier ha essite <strong>modificate</strong>",
  "A file or folder has been <strong>deleted</strong>" => "Un nove file o dossier ha essite <strong>delite</strong>",
  "You created %1\$s" => "Tu creava %1\$s",
  "%2\$s created %1\$s" => "%2\$s creava %1\$s",
  "You changed %1\$s" => "Tu modificava %1\$s",
  "%2\$s changed %1\$s" => "%2\$s modificava %1\$s",
  "You deleted %1\$s" => "Tu  deleva %1\$s",
  "%2\$s deleted %1\$s" => "%2\$s deleva %1\$s",
  "You shared %1\$s with %2\$s" => "Tu compartiva %1\$s con %2\$s",
  "You shared %1\$s with group %2\$s" => "Tu compartiva %1\$s con gruppo %2\$s",
  "%2\$s shared %1\$s with you" => "%2\$s compartiva %1\$s con te",
  "You shared %1\$s via link" => "Tu compartiva %1\$s via ligamine",
  "Activity notification" => "Notification de activitate",
  "All Activities" => "Omne activitates",
  "Activities by you" => "Activitates per te",
  "Activities by others" => "Activitates per alteres",
  "Shares" => "Comparti",
  "Files" => "Files",
  "%s and %s" => "%s e %s",
  ", " => ", ",
  "_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_::_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_" => array("%s e <strong class=\"tooltip\" title=\"%s\">%n altere</strong>","%s e <strong class=\"tooltip\" title=\"%s\">%n altere</strong>"),
  "_%s and %n more_::_%s and %n more_" => array("%s e %n altere","%s e %n altere"),
  "Hello %s," => "Salute %s,",
  "You are receiving this email because in the last hour the following things happened at %s" => "Tu es recipente ite message de e-posta perque in le ultime hora le sequente cosas ha occurrite a %s",
  "You are receiving this email because in the last day the following things happened at %s" => "Tu es recipente ite message de e-posta perque in le ultime die le sequente cosas ha occurrite a %s",
  "You are receiving this email because in the last week the following things happened at %s" => "Tu es recipente ite message de e-posta perque in le ultime septimana le sequente cosas ha occurrite a %s",
  "* %s" => "* %s",
  "You will see a list of events here when you start to use your %s." => "Tu videra un lista de eventos ci quando tu initia usar tu %s.",
  "No more events to load" => "Necun altere eventos de cargar",
  "Enable RSS feed" => "Habilita syndication RSS",
  "Notifications" => "Notificationes",
  "Mail" => "Posta",
  "Stream" => "Fluxo",
  "Notify about my own actions" => "Notifica re mi proprie actiones",
  "You need to set up your email address before you can receive notification emails." => "Tu necessita configurar tu adresse de e-posta ante que tu pote reciper messages de e-posta de notification.",
  "Send emails:" => "Invia messages de e-posta:",
  "Hourly" => "De cata ora",
  "Daily" => "Quotidian",
  "Weekly" => "Septimanal",
  "Activity feed" => "Syndication de activitate",
  "Personal activity feed for %s" => "Syndication de activitate personal pro %s"
d1bafeea1   Kload   [fix] Upgrade to ...
48
  );
6d9380f96   Cédric Dupont   Update sources OC...
49
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";