~pvigo/+junk/owncloud-14.04

« back to all changes in this revision

Viewing changes to share/owncloud/lib/l10n/af_ZA.php

  • Committer: Pablo Vigo
  • Date: 2014-12-15 13:36:46 UTC
  • Revision ID: pvigo@xtec.cat-20141215133646-7d6it90e1dbsijc2
2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$TRANSLATIONS = array(
 
3
"Help" => "Hulp",
 
4
"Personal" => "Persoonlik",
 
5
"Settings" => "Instellings",
 
6
"Users" => "Gebruikers",
 
7
"Admin" => "Admin",
 
8
"web services under your control" => "webdienste onder jou beheer",
 
9
"_%n minute ago_::_%n minutes ago_" => array("",""),
 
10
"_%n hour ago_::_%n hours ago_" => array("",""),
 
11
"_%n day go_::_%n days ago_" => array("",""),
 
12
"_%n month ago_::_%n months ago_" => array("","")
 
13
);
 
14
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";