{ "translations": { "Federated sharing" : "Compartición federada", "Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Quies amestar la compartición remota {name} de {owner}@{remote}?", "Remote share" : "Compartición remota", "Remote share password" : "Contraseña de compartición remota", "Cancel" : "Encaboxar", "Add remote share" : "Amestar compartición remota", "Copy" : "Copiar", "Copied!" : "¡Copióse!", "Not supported!" : "¡Nun se sofita!", "Press ⌘-C to copy." : "Primi ⌘-C pa copiar .", "Press Ctrl-C to copy." : "Primi Ctrl-C pa copiar.", "Invalid Federated Cloud ID" : "ID non válida de ñube federada", "Server to server sharing is not enabled on this server" : "Nun s'habilitó la compartición sirvidor a sirvidor nesti sirvidor", "Couldn't establish a federated share." : "Nun pud afitase una compartición federada.", "Couldn't establish a federated share, maybe the password was wrong." : "Nun pudo afitase una compartición federada, quiciabes la contraseña tubiere mal.", "Not allowed to create a federated share with the same user" : "Nun s'almite crear un recursu compartíu federáu col mesmu usuariu", "File is already shared with %s" : "El ficheru yá ta compartíu con %s", "Could not find share" : "Nun pudo alcontrase la compartición", "Accept" : "Aceutar", "Decline" : "Refugar", "Federated Cloud Sharing" : "Compartición de ñube federada", "Open documentation" : "Abrir documentación", "Federated Cloud" : "Ñube federada", "Your Federated Cloud ID:" : "La to ID de ñube federada:", "HTML Code:" : "Códigu HTML:", "The mountpoint name contains invalid characters." : "El nome del puntu de montaxe contién caráuteres non válidos.", "Not allowed to create a federated share with the owner." : "Nun se permite'l crear una compartición federada col dueñu.", "Storage not valid" : "Almacenamientu non válidu", "Couldn't add remote share" : "Nun pudo amestase la compartición remota", "Sharing %s failed, because this item is already shared with %s" : "Falló la compartición de %s porque esti elementu yá ta compartíu con %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" }/option> JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgitwww-data
summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.xml
blob: 64d8c4f9f75b1343d53db8da68b93ff6a4f19b97 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jgit.pgm.source"
      label="%featureName"
      version="4.3.0.201603230630-rc1"
      provider-name="%providerName">

   <description url="http://www.eclipse.org/jgit/">
     %description
   </description>

   <copyright>
     %copyright
   </copyright>

   <license url="%licenseURL">
     %license
   </license>

   <url>
      <update label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
      <discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
   </url>

   <plugin
         id="org.eclipse.jgit.pgm.source"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
</feature>