Blame view

sources/apps/activity/l10n/gl.php 3.13 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "Your settings have been updated." => "Actualizaronse os axustes.",
d1bafeea1   Kload   [fix] Upgrade to ...
4
  "Activity" => "Actividade",
6d9380f96   Cédric Dupont   Update sources OC...
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
  "A file or folder has been <strong>shared</strong>" => "<strong>Compartiuse</strong> un ficheiro ou cartafol",
  "A new file or folder has been <strong>created</strong>" => "<strong>Creouse</strong> un novo ficheiro ou cartafol",
  "A file or folder has been <strong>changed</strong>" => "<strong>Cambiouse</strong> un ficheiro ou cartafol",
  "A file or folder has been <strong>deleted</strong>" => "<strong>Eliminouse</strong> un ficheiro ou cartafol",
  "You created %1\$s" => "Creou %1\$s",
  "%2\$s created %1\$s" => "%2\$s creado %1\$s",
  "You changed %1\$s" => "Cambiou %1\$s",
  "%2\$s changed %1\$s" => "%2\$s cambiado %1\$s",
  "You deleted %1\$s" => "Eliminou %1\$s",
  "%2\$s deleted %1\$s" => "%2\$s eliminado %1\$s",
  "You shared %1\$s with %2\$s" => "Compartiu %1\$s con %2\$s",
  "You shared %1\$s with group %2\$s" => "Compartiu %1\$s co grupo %2\$s",
  "%2\$s shared %1\$s with you" => "%2\$s compartiu %1\$s con vostede",
  "You shared %1\$s via link" => "Vostede compartiu %1\$s mediante ligazón",
  "Activity notification" => "Notificación da actividade",
  "All Activities" => "Todas as actividades",
  "Activities by you" => "Actividades súas",
  "Activities by others" => "Actividades doutros",
  "Shares" => "Comparticións",
  "Files" => "Ficheiros",
  "%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 máis</strong>","%s e <strong class=\"tooltip\" title=\"%s\">%n máis</strong>"),
  "_%s and %n more_::_%s and %n more_" => array("%s e %n máis","%s e %n máis"),
  "Hello %s," => "Ola %s,",
  "You are receiving this email because in the last hour the following things happened at %s" => "Recibe este correo porque na última hora sucederon as seguintes cousas en %s",
  "You are receiving this email because in the last day the following things happened at %s" => "Recibe este correo porque no último día sucederon as seguintes cousas en %s",
  "You are receiving this email because in the last week the following things happened at %s" => "Recibe este correo porque na última semana sucederon as seguintes cousas en %s",
  "* %s" => "* %s",
  "You will see a list of events here when you start to use your %s." => "Verá una lista de accións cando se comece a utilizar o seu %s.",
  "No more events to load" => "Non hai máis actividades para cargar",
  "Enable RSS feed" => "Activar as fontes RSS",
  "Notifications" => "Notificacións",
  "Mail" => "Correo",
  "Stream" => "Fluxo",
  "Notify about my own actions" => "Notificarme as miñas propias accións",
  "You need to set up your email address before you can receive notification emails." => "É necesario estabelecer o enderezo correo para poder recibir correos de notificación.",
  "Send emails:" => "Enviar os correos:",
  "Hourly" => "Cada hora",
  "Daily" => "A diario",
  "Weekly" => "Semanalmente",
  "Activity feed" => "Fonte da actividade",
  "Personal activity feed for %s" => "Fonte da actividade persoal para %s"
d1bafeea1   Kload   [fix] Upgrade to ...
48
  );
6d9380f96   Cédric Dupont   Update sources OC...
49
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";