summaryrefslogtreecommitdiffstats
path: root/default.nix
blob: d038df2a0f07d9d934a80dabd8d44e78d3f2ec15 (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
32
{ pkgs ? (import <nixpkgs> {}) }:

let
  env = with pkgs.rustChannels.stable; [
    rust
    cargo
  ];

  dependencies = with pkgs; [
    cmake
    curl
    gcc
    libpsl
    openssl
    pkgconfig
    which
    zlib
    dbus
    libtool
  ];
in

pkgs.stdenv.mkDerivation rec {
    name = "imag";
    src = /var/empty;
    version = "0.0.0";

    buildInputs = env ++ dependencies;

    LIBCLANG_PATH="${pkgs.llvmPackages.libclang}/lib";
}
f='#n162'>162 163 164 165 166 167 168 169 170 171 172
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-31 01:02-0400\n"
"PO-Revision-Date: 2013-07-30 12:12+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#: appinfo/app.php:52
msgid "News"
msgstr ""

#: businesslayer/feedbusinesslayer.php:86
msgid "Can not add feed: Exists already"
msgstr ""

#: businesslayer/feedbusinesslayer.php:124
msgid "Can not add feed: URL does not exist or has invalid xml"
msgstr ""

#: businesslayer/folderbusinesslayer.php:66
msgid "Can not add folder: Exists already"
msgstr ""

#: templates/main.php:26
#, php-format
msgid "Undo deletion of %s"
msgstr ""

#: templates/part.addnew.php:11
msgid "Add Website"
msgstr ""

#: templates/part.addnew.php:16
msgid "Error: address exists already!"
msgstr ""

#: templates/part.addnew.php:19
msgid "Error: folder exists already"
msgstr ""

#: templates/part.addnew.php:26
msgid "Address"
msgstr "عنوان"

#: templates/part.addnew.php:30 templates/part.addnew.php:33
msgid "Add"
msgstr "أدخل"

#: templates/part.addnew.php:37 templates/part.addnew.php:45
msgid "New folder"
msgstr ""

#: templates/part.addnew.php:38
msgid "Folder"
msgstr "مجلد"

#: templates/part.addnew.php:43
msgid "Choose folder"
msgstr ""

#: templates/part.addnew.php:55
msgid "Folder name"
msgstr ""

#: templates/part.addnew.php:58
msgid "Back to folder selection"
msgstr ""

#: templates/part.addnew.php:63
msgid "Create folder"
msgstr ""

#: templates/part.feed.starred.php:11
msgid "Starred"
msgstr ""

#: templates/part.feed.unread.php:10
msgid "Unread articles"
msgstr ""

#: templates/part.feed.unread.php:17
msgid "All articles"
msgstr ""

#: templates/part.feed.unread.php:26 templates/part.listfeed.php:49
#: templates/part.listfolder.php:43
msgid "Mark read"
msgstr ""

#: templates/part.items.php:32
msgid "from"
msgstr ""

#: templates/part.items.php:37
msgid "by"
msgstr "من قبل"

#: templates/part.items.php:44
msgid "Download"
msgstr "تحميل"

#: templates/part.items.php:57
msgid "Keep unread"
msgstr ""

#: templates/part.listfeed.php:37 templates/part.listfeed.php:55
msgid "Delete website"
msgstr ""

#: templates/part.listfolder.php:14
msgid "Collapse"
msgstr ""

#: templates/part.listfolder.php:32 templates/part.listfolder.php:48
msgid "Delete folder"
msgstr ""

#: templates/part.listfolder.php:54
msgid "Rename folder"
msgstr ""

#: templates/part.settings.php:13
msgid "Import / Export OPML"
msgstr ""

#: templates/part.settings.php:17 templates/part.settings.php:19
#: templates/part.settings.php:47 templates/part.settings.php:49
msgid "Import"
msgstr "إدخال"

#: templates/part.settings.php:23 templates/part.settings.php:27
#: templates/part.settings.php:30 templates/part.settings.php:32
msgid "Export"
msgstr "تصدير"

#: templates/part.settings.php:36
msgid "Error when importing: file does not contain valid OPML"
msgstr ""

#: templates/part.settings.php:42
msgid "Import Google Reader JSON"
msgstr ""

#: templates/part.settings.php:43
msgid ""
"To import starred and shared articles from Google \n"
"\t\t\tReader please upload the .json files from the Google Takeout archive"
msgstr ""

#: templates/part.settings.php:53
msgid "Error when importing: file does not contain valid JSON"
msgstr ""

#: templates/part.showall.php:2
msgid "Show all"
msgstr ""

#: templates/part.showall.php:6
msgid "Show only unread"
msgstr ""